Skip to content

Commit

Permalink
solved warnings during pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
rjourde committed Sep 20, 2016
1 parent e120501 commit 77b908d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
4 changes: 0 additions & 4 deletions GonawinEngine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = C6512AD96088E25523CC0A20 /* Pods-GonawinEngine.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
Expand All @@ -596,7 +595,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 990B7D180A24EC7394699F13 /* Pods-GonawinEngine.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
Expand All @@ -617,7 +615,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 636C4D7629BD6D1971F9E93F /* Pods-GonawinEngineTests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
INFOPLIST_FILE = GonawinEngineTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.rjourde.GonawinEngineTests;
Expand All @@ -630,7 +627,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 45E1AEDF1920F576FA123CBC /* Pods-GonawinEngineTests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
INFOPLIST_FILE = GonawinEngineTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.rjourde.GonawinEngineTests;
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use_frameworks!

pod 'Moya/RxSwift', :git => 'https://github.com/Moya/Moya', :tag => '8.0.0-beta.1'
pod 'RxSwift', :git => 'https://github.com/ReactiveX/RxSwift', :tag => '3.0.0-beta.1'
pod 'SwiftyJSON', :git => 'https://github.com/IBM-Swift/SwiftyJSON.git'
pod 'SwiftyJSON', :git => 'https://github.com/IBM-Swift/SwiftyJSON.git', :tag => '14.2.0'

target 'GonawinEngine' do

Expand Down
7 changes: 4 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DEPENDENCIES:
- Nimble
- Quick (from `https://github.com/Quick/Quick`, branch `swift-3.0`)
- RxSwift (from `https://github.com/ReactiveX/RxSwift`, tag `3.0.0-beta.1`)
- SwiftyJSON (from `https://github.com/IBM-Swift/SwiftyJSON.git`)
- SwiftyJSON (from `https://github.com/IBM-Swift/SwiftyJSON.git`, tag `14.2.0`)

EXTERNAL SOURCES:
Moya:
Expand All @@ -31,6 +31,7 @@ EXTERNAL SOURCES:
:tag: 3.0.0-beta.1
SwiftyJSON:
:git: https://github.com/IBM-Swift/SwiftyJSON.git
:tag: 14.2.0

CHECKOUT OPTIONS:
Moya:
Expand All @@ -43,8 +44,8 @@ CHECKOUT OPTIONS:
:git: https://github.com/ReactiveX/RxSwift
:tag: 3.0.0-beta.1
SwiftyJSON:
:commit: 73b523a107b798021ca9af74b5f7c20e435c8809
:git: https://github.com/IBM-Swift/SwiftyJSON.git
:tag: 14.2.0

SPEC CHECKSUMS:
Alamofire: fef59f00388f267e52d9b432aa5d93dc97190f14
Expand All @@ -55,6 +56,6 @@ SPEC CHECKSUMS:
RxSwift: 0823e8d7969c23bfa9ddfb2afa4881e424a1a710
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a

PODFILE CHECKSUM: ab06c364094dac2dff6b0bf93deccdbf31db9202
PODFILE CHECKSUM: 83032ce69f207455ef31b809524e742effeece89

COCOAPODS: 1.1.0.rc.2
7 changes: 4 additions & 3 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77b908d

Please sign in to comment.