Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-iOS
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
张杰
Opple-iOS
Commits
f29f974b
Commit
f29f974b
authored
May 26, 2016
by
mei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e28074c9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
project.pbxproj
Lighting/Lighting.xcodeproj/project.pbxproj
+5
-3
Podfile.lock
Lighting/Podfile.lock
+3
-0
podfile
Lighting/podfile
+1
-0
No files found.
Lighting/Lighting.xcodeproj/project.pbxproj
View file @
f29f974b
...
...
@@ -1638,13 +1638,14 @@
CODE_SIGN_IDENTITY
=
"iPhone Developer: 云霄 曹 (WM8ZU7YY98)"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer: 云霄 曹 (WM8ZU7YY98)"
;
COMPRESS_PNG_FILES
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
""
;
FRAMEWORK_SEARCH_PATHS
=
"
$(inherited)
"
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"$(SRCROOT)/Tools/PrefixHeader.pch"
;
INFOPLIST_FILE
=
Lighting/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
9.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
LIBRARY_SEARCH_PATHS
=
""
;
LIBRARY_SEARCH_PATHS
=
"$(inherited)"
;
ONLY_ACTIVE_ARCH
=
YES
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
@@ -1692,13 +1693,14 @@
CODE_SIGN_IDENTITY
=
""
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
""
;
COMPRESS_PNG_FILES
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
""
;
FRAMEWORK_SEARCH_PATHS
=
"
$(inherited)
"
;
GCC_PRECOMPILE_PREFIX_HEADER
=
YES
;
GCC_PREFIX_HEADER
=
"$(SRCROOT)/Tools/PrefixHeader.pch"
;
INFOPLIST_FILE
=
Lighting/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
9.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
LIBRARY_SEARCH_PATHS
=
"$(inherited)"
;
ONLY_ACTIVE_ARCH
=
NO
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
Lighting/Podfile.lock
View file @
f29f974b
...
...
@@ -36,6 +36,7 @@ PODS:
- SDWebImage/Core (= 3.7.6)
- SDWebImage/Core (3.7.6)
- SVProgressHUD (2.0.3)
- UMengSocial (5.0)
DEPENDENCIES:
- AFNetworking (~> 3.1.0)
...
...
@@ -48,6 +49,7 @@ DEPENDENCIES:
- MMDrawerController (~> 0.6.0)
- SDWebImage (~> 3.7.5)
- SVProgressHUD (~> 2.0.3)
- UMengSocial (~> 5.0)
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
...
...
@@ -60,5 +62,6 @@ SPEC CHECKSUMS:
MMDrawerController: e3a54a5570388463ad3b36975251575b50c4e1a0
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
UMengSocial: 48b67179c492a8cf7803fbb0438b8f55432e2fc1
COCOAPODS: 0.39.0
Lighting/podfile
View file @
f29f974b
...
...
@@ -9,3 +9,4 @@ pod 'MJRefresh', '~> 3.1.0'
pod '
SDWebImage
', '
~>
3.7
.
5
'
pod '
AFNetworking
', '
~>
3.1
.
0
'
pod '
JSONModel
', '
~>
1.2
.
0
'
pod '
UMengSocial
', '
~>
5.0
'
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