Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMAILab
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMAILab
Commits
f77064e7
Commit
f77064e7
authored
Apr 30, 2020
by
曹逢阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
9c75bccf
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
11 deletions
+4
-11
UserInterfaceState.xcuserstate
...xcuserdata/dzc.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
Podfile.lock
Example/Podfile.lock
+1
-2
.DS_Store
Example/Pods/.DS_Store
+0
-0
GMAILab.podspec.json
Example/Pods/Local Podspecs/GMAILab.podspec.json
+1
-6
Manifest.lock
Example/Pods/Manifest.lock
+1
-2
NSBundle+GMAILab.m
GMAILab/Classes/Utils/NSBundle+GMAILab.m
+1
-1
No files found.
Example/GMAILab.xcworkspace/xcuserdata/dzc.xcuserdatad/UserInterfaceState.xcuserstate
View file @
f77064e7
No preview for this file type
Example/Podfile.lock
View file @
f77064e7
...
...
@@ -51,7 +51,6 @@ PODS:
- GMNetService
- GMRefresh
- GMAILab/View (1.0.0):
- GMAILab/ViewModel
- GMBase
- GMediator
- GMFoundation
...
...
@@ -179,7 +178,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMAILab:
1b28ba3f10a7e4d430153127c4397888c0febef6
GMAILab:
a8ab94f866cb7d203d2c1208127b8caa62d1ca53
GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c
...
...
Example/Pods/.DS_Store
View file @
f77064e7
No preview for this file type
Example/Pods/Local Podspecs/GMAILab.podspec.json
View file @
f77064e7
...
...
@@ -73,12 +73,7 @@
},
{
"name"
:
"View"
,
"source_files"
:
"GMAILab/Classes/View/*.{h,m}"
,
"dependencies"
:
{
"GMAILab/ViewModel"
:
[
]
}
"source_files"
:
"GMAILab/Classes/View/*.{h,m}"
}
]
}
Example/Pods/Manifest.lock
View file @
f77064e7
...
...
@@ -51,7 +51,6 @@ PODS:
- GMNetService
- GMRefresh
- GMAILab/View (1.0.0):
- GMAILab/ViewModel
- GMBase
- GMediator
- GMFoundation
...
...
@@ -179,7 +178,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMAILab:
1b28ba3f10a7e4d430153127c4397888c0febef6
GMAILab:
a8ab94f866cb7d203d2c1208127b8caa62d1ca53
GMBase: 2b77f591a35a589ed331c490af093b68b0fc73be
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMediator: 0b222275ef14deaf72eca107e76e048b67172c2c
...
...
GMAILab/Classes/Utils/NSBundle+GMAILab.m
View file @
f77064e7
...
...
@@ -6,7 +6,7 @@
//
#import "NSBundle+GMAILab.h"
@implementation
NSBundle
(
GMAILab
Bundle
)
@implementation
NSBundle
(
GMAILab
)
+
(
instancetype
)
gm_AILabBundle
:(
Class
)
className
{
static
NSBundle
*
bundle
=
nil
;
...
...
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