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
56884913
Commit
56884913
authored
Jun 03, 2019
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
适配flutter
parent
ed7cd1fb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
GMViewController.m
Example/GMPhobos/GMViewController.m
+2
-1
Podfile.lock
Example/Podfile.lock
+3
-3
Phobos.m
GMPhobos/Classes/Phobos.m
+1
-2
No files found.
Example/GMPhobos/GMViewController.m
View file @
56884913
...
...
@@ -8,7 +8,8 @@
#import "GMViewController.h"
#import <GMPhobos/Phobos.h>
@import
GMCache
;
#import <GMCache/GMCache.h>
//@import GMCache;
@import
GMPhobos
.
PhobosUtil
;
@import
GMPhobos
.
Phobos
;
#define PhobosCacheKey @"PhobosCacheKey"
...
...
Example/Podfile.lock
View file @
56884913
...
...
@@ -35,7 +35,7 @@ PODS:
- GMKit/Protocol (0.8.4):
- Masonry (= 1.1.0)
- SDWebImage (= 3.7.6)
- GMPhobos (1.2.
0
):
- GMPhobos (1.2.
1
):
- GMCache (= 0.2.3)
- GMKit
- Masonry (1.1.0)
...
...
@@ -63,11 +63,11 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
GMCache: 09a3029c96fe130e3a21faef70b3d9d2ce92d639
GMKit: a30da06b84e5c4a357d427c70d1b5ec672a1f6a1
GMPhobos:
4b5ab2b54be8ff7ef86995edd7bc4888f1fd1a97
GMPhobos:
e172fa58e6f2051649bbaf3552f6860b3dc99ad0
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM: ea0fac2144ac80baf8f21576cde49526c19991ad
COCOAPODS: 1.
6.1
COCOAPODS: 1.
7.0
GMPhobos/Classes/Phobos.m
View file @
56884913
...
...
@@ -14,8 +14,7 @@
#import "PhobosUtil.h"
#import "PhobosCustomVisibleController.h"
#import "UIDevice+Resolutions.h"
@import
GMCache
;
#import <GMCache/GMCache.h>
static
Phobos
*
sharedClient
=
nil
;
static
NSString
*
sdkVersion
=
@"110"
;
...
...
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