Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMPhobos
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMPhobos
Commits
31f1a0ad
Commit
31f1a0ad
authored
Aug 08, 2019
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
9d8fa498
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Podfile.lock
Example/Podfile.lock
+3
-3
Phobos.m
GMPhobos/Classes/Phobos.m
+2
-2
No files found.
Example/Podfile.lock
View file @
31f1a0ad
...
@@ -35,7 +35,7 @@ PODS:
...
@@ -35,7 +35,7 @@ PODS:
- GMKit/Protocol (1.1.3):
- GMKit/Protocol (1.1.3):
- Masonry (= 1.1.0)
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- SDWebImage (= 3.7.6)
- GMPhobos (1.2.
6
):
- GMPhobos (1.2.
7
):
- GMCache (= 0.2.3)
- GMCache (= 0.2.3)
- GMKit (= 1.1.3)
- GMKit (= 1.1.3)
- Masonry (1.1.0)
- Masonry (1.1.0)
...
@@ -63,11 +63,11 @@ EXTERNAL SOURCES:
...
@@ -63,11 +63,11 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
GMCache: 09a3029c96fe130e3a21faef70b3d9d2ce92d639
GMCache: 09a3029c96fe130e3a21faef70b3d9d2ce92d639
GMKit: 35f788243cceeddf3e13c5226b3ea0b5e08e2117
GMKit: 35f788243cceeddf3e13c5226b3ea0b5e08e2117
GMPhobos:
d30e6cfb275bc5d4c8dba2d8907403e7d14863a1
GMPhobos:
03af55631a374777a9bcf24b38137e8c03ed6f1e
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM: ea0fac2144ac80baf8f21576cde49526c19991ad
PODFILE CHECKSUM: ea0fac2144ac80baf8f21576cde49526c19991ad
COCOAPODS: 1.7.
0
COCOAPODS: 1.7.
4
GMPhobos/Classes/Phobos.m
View file @
31f1a0ad
...
@@ -283,7 +283,7 @@ static NSString *sdkVersion = @"110";
...
@@ -283,7 +283,7 @@ static NSString *sdkVersion = @"110";
}
}
@catch
(
NSException
*
exception
)
{
@catch
(
NSException
*
exception
)
{
NSAssert
(
NO
,
@"哎呀呀,VALUE
只
不能为NSObject "
);
NSAssert
(
NO
,
@"哎呀呀,VALUE不能为NSObject "
);
}
}
}
}
...
@@ -314,7 +314,7 @@ static NSString *sdkVersion = @"110";
...
@@ -314,7 +314,7 @@ static NSString *sdkVersion = @"110";
}
}
@catch
(
NSException
*
exception
)
{
@catch
(
NSException
*
exception
)
{
NSAssert
(
NO
,
@"哎呀呀,VALUE
只
不能为NSObject "
);
NSAssert
(
NO
,
@"哎呀呀,VALUE不能为NSObject "
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment