Skip to content

Commit

Permalink
updated simulator os version in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jvisenti committed Nov 29, 2017
1 parent f57d0c5 commit b645918
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/iOS_Swift_3_64_bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail && \
-project Anchorage.xcodeproj \
-scheme Anchorage-iOS \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 6s,OS=11.0" \
-destination "platform=iOS Simulator,name=iPhone 6s,OS=11.0.1" \
SWIFT_VERSION=3.0 \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGN_IDENTITY= \
Expand Down
2 changes: 1 addition & 1 deletion scripts/iOS_Swift_4_64_bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail && \
-project Anchorage.xcodeproj \
-scheme Anchorage-iOS \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 6s,OS=11.0" \
-destination "platform=iOS Simulator,name=iPhone 6s,OS=11.0.1" \
SWIFT_VERSION=4.0 \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGN_IDENTITY= \
Expand Down
2 changes: 1 addition & 1 deletion scripts/iOS_demo_Swift_3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail && \
-project Anchorage.xcodeproj \
-scheme AnchorageDemo \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 6s,OS=11.0" \
-destination "platform=iOS Simulator,name=iPhone 6s,OS=11.0.1" \
SWIFT_VERSION=3.0 \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGN_IDENTITY= \
Expand Down
2 changes: 1 addition & 1 deletion scripts/iOS_demo_Swift_4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail && \
-project Anchorage.xcodeproj \
-scheme AnchorageDemo \
-sdk iphonesimulator \
-destination "platform=iOS Simulator,name=iPhone 6s,OS=11.0" \
-destination "platform=iOS Simulator,name=iPhone 6s,OS=11.0.1" \
SWIFT_VERSION=4.0 \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGN_IDENTITY= \
Expand Down

0 comments on commit b645918

Please sign in to comment.