Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMNetService
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
GMNetService
Commits
0a9b1da5
Commit
0a9b1da5
authored
Jul 08, 2020
by
gm-mini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 9.0
parent
04453572
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
29 deletions
+28
-29
project.pbxproj
Example/GMNetService.xcodeproj/project.pbxproj
+4
-2
IDEWorkspaceChecks.plist
...Service.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+8
-0
Podfile
Example/Podfile
+0
-11
Podfile.lock
Example/Podfile.lock
+15
-15
GMNetService.podspec
GMNetService.podspec
+1
-1
report.xml
fastlane/report.xml
+0
-0
No files found.
Example/GMNetService.xcodeproj/project.pbxproj
View file @
0a9b1da5
...
...
@@ -495,13 +495,14 @@
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"GMNetService/GMNetService-Prefix.pch"
;
INFOPLIST_FILE
=
"GMNetService/GMNetService-Info.plist"
;
IPHONEOS_DEPLOYMENT_TARGET
=
9.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
MODULE_NAME
=
ExampleApp
;
PRODUCT_BUNDLE_IDENTIFIER
=
"org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"GMNetService/GMNetService_Example-Bridging-Header.h"
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
SWIFT_VERSION
=
3
.0
;
SWIFT_VERSION
=
4
.0
;
WRAPPER_EXTENSION
=
app
;
};
name
=
Debug
;
...
...
@@ -516,12 +517,13 @@
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"GMNetService/GMNetService-Prefix.pch"
;
INFOPLIST_FILE
=
"GMNetService/GMNetService-Info.plist"
;
IPHONEOS_DEPLOYMENT_TARGET
=
9.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
MODULE_NAME
=
ExampleApp
;
PRODUCT_BUNDLE_IDENTIFIER
=
"org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"GMNetService/GMNetService_Example-Bridging-Header.h"
;
SWIFT_VERSION
=
3
.0
;
SWIFT_VERSION
=
4
.0
;
WRAPPER_EXTENSION
=
app
;
};
name
=
Release
;
...
...
Example/GMNetService.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
0a9b1da5
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
IDEDidComputeMac32BitWarning
<
/k
e
y
>
<
tru
e
/
>
<
/
d
i
c
t
>
<
/plist
>
Example/Podfile
View file @
0a9b1da5
...
...
@@ -11,14 +11,3 @@ target 'GMNetService_Example' do
end
end
#pod 'SSZipArchive', :inhibit_warnings => true
post_install
do
|
installer
|
installer
.
pods_project
.
targets
.
each
do
|
target
|
target
.
build_configurations
.
each
do
|
config
|
# 指定使用swift 2.3版本
config
.
build_settings
[
'SWIFT_VERSION'
]
=
'2.3'
end
end
end
Example/Podfile.lock
View file @
0a9b1da5
PODS:
- AFNetworking (
3.1.0
):
- AFNetworking/NSURLSession (=
3.1.0
)
- AFNetworking/Reachability (=
3.1.0
)
- AFNetworking/Security (=
3.1.0
)
- AFNetworking/Serialization (=
3.1.0
)
- AFNetworking/UIKit (=
3.1.0
)
- AFNetworking/NSURLSession (
3.1.0
):
- AFNetworking (
4.0.1
):
- AFNetworking/NSURLSession (=
4.0.1
)
- AFNetworking/Reachability (=
4.0.1
)
- AFNetworking/Security (=
4.0.1
)
- AFNetworking/Serialization (=
4.0.1
)
- AFNetworking/UIKit (=
4.0.1
)
- AFNetworking/NSURLSession (
4.0.1
):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (
3.1.0
)
- AFNetworking/Security (
3.1.0
)
- AFNetworking/Serialization (
3.1.0
)
- AFNetworking/UIKit (
3.1.0
):
- AFNetworking/Reachability (
4.0.1
)
- AFNetworking/Security (
4.0.1
)
- AFNetworking/Serialization (
4.0.1
)
- AFNetworking/UIKit (
4.0.1
):
- AFNetworking/NSURLSession
- GMNetService (1.0.2):
- AFNetworking (=
3.1.0
)
- AFNetworking (=
4.0.1
)
DEPENDENCIES:
- GMNetService (from `../`)
...
...
@@ -29,9 +29,9 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
AFNetworking:
5e0e199f73d8626b11e79750991f5d173d1f8b67
GMNetService:
35d60c9581b4881c986670a722d7b79a2d575d54
AFNetworking:
7864c38297c79aaca1500c33288e429c3451fdce
GMNetService:
5eb1df0053bd782c23ef905de96fdb56c33aaf58
PODFILE CHECKSUM:
7ff46b43a8d5593b3f8ac864bad161c3754f2311
PODFILE CHECKSUM:
6cd994089e92c74701fa9fff0cc34475991b0f8a
COCOAPODS: 1.9.3
GMNetService.podspec
View file @
0a9b1da5
...
...
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s
.
author
=
{
"wangyang"
=>
"wangyang@wanmeizhensuo.com"
}
s
.
source
=
{
:git
=>
"git@git.wanmeizhensuo.com:gengmeiios/GMNetService.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
ios
.
deployment_target
=
'
8
.0'
s
.
ios
.
deployment_target
=
'
9
.0'
s
.
source_files
=
'GMNetService/Classes/**/*'
s
.
public_header_files
=
'GMNetService/Classes/{WMNetService,WMSecureNetService,WMImageUploadOperation,GMNetConstant,GMHTTPSessionManager}.h'
...
...
fastlane/report.xml
View file @
0a9b1da5
This diff is collapsed.
Click to expand it.
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