diff --git a/GonawinEngine.xcodeproj/project.pbxproj b/GonawinEngine.xcodeproj/project.pbxproj index 16b423a..8e9494f 100644 --- a/GonawinEngine.xcodeproj/project.pbxproj +++ b/GonawinEngine.xcodeproj/project.pbxproj @@ -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; @@ -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; @@ -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; @@ -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; diff --git a/Podfile b/Podfile index 510d966..2116ec6 100644 --- a/Podfile +++ b/Podfile @@ -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 diff --git a/Podfile.lock b/Podfile.lock index 3bf0a34..44929c3 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -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: @@ -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: @@ -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 @@ -55,6 +56,6 @@ SPEC CHECKSUMS: RxSwift: 0823e8d7969c23bfa9ddfb2afa4881e424a1a710 SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a -PODFILE CHECKSUM: ab06c364094dac2dff6b0bf93deccdbf31db9202 +PODFILE CHECKSUM: 83032ce69f207455ef31b809524e742effeece89 COCOAPODS: 1.1.0.rc.2 diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 3bf0a34..44929c3 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -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: @@ -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: @@ -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 @@ -55,6 +56,6 @@ SPEC CHECKSUMS: RxSwift: 0823e8d7969c23bfa9ddfb2afa4881e424a1a710 SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a -PODFILE CHECKSUM: ab06c364094dac2dff6b0bf93deccdbf31db9202 +PODFILE CHECKSUM: 83032ce69f207455ef31b809524e742effeece89 COCOAPODS: 1.1.0.rc.2