Skip to content

Commit 3970f9f

Browse files
committed
Manual merge.
2 parents 766032e + c8e3c5a commit 3970f9f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

IDZSwiftCommonCrypto.podspec

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
99
s.author = { "iOSDevZone" => "[email protected]" }
1010
s.social_media_url = "http://twitter.com/iOSDevZone"
1111

12-
s.osx.deployment_target = '10.10'
13-
s.ios.deployment_target = '8.0'
12+
s.osx.deployment_target = '10.11'
13+
s.ios.deployment_target = '9.3'
1414
s.tvos.deployment_target = '9.0'
1515
s.watchos.deployment_target = '2.0'
1616

@@ -24,13 +24,15 @@ Pod::Spec.new do |s|
2424
echo 'Running prepare_command'
2525
pwd
2626
echo Running GenerateCommonCryptoModule
27-
swift ./GenerateCommonCryptoModule.swift macosx .
28-
swift ./GenerateCommonCryptoModule.swift iphonesimulator .
29-
swift ./GenerateCommonCryptoModule.swift iphoneos .
30-
swift ./GenerateCommonCryptoModule.swift appletvsimulator .
31-
swift ./GenerateCommonCryptoModule.swift appletvos .
32-
swift ./GenerateCommonCryptoModule.swift watchsimulator .
33-
swift ./GenerateCommonCryptoModule.swift watchos .
27+
TC="--toolchain com.apple.dt.toolchain.Swift_2_3"
28+
SWIFT="xcrun $TC swift"
29+
$SWIFT ./GenerateCommonCryptoModule.swift macosx .
30+
$SWIFT ./GenerateCommonCryptoModule.swift iphonesimulator .
31+
$SWIFT ./GenerateCommonCryptoModule.swift iphoneos .
32+
$SWIFT ./GenerateCommonCryptoModule.swift appletvsimulator .
33+
$SWIFT ./GenerateCommonCryptoModule.swift appletvos .
34+
$SWIFT ./GenerateCommonCryptoModule.swift watchsimulator .
35+
$SWIFT ./GenerateCommonCryptoModule.swift watchos .
3436
3537
CMD
3638

0 commit comments

Comments
 (0)