|
@@ -23,4 +23,4 @@ echo ""
|
|
echo "${bold}/****************************/"
|
|
echo "${bold}/****************************/"
|
|
echo "/* Run: SwiftyStoreKitTests */"
|
|
echo "/* Run: SwiftyStoreKitTests */"
|
|
echo "/****************************/${normal}"
|
|
echo "/****************************/${normal}"
|
|
-set -o pipefail && xcodebuild test -project SwiftyStoreKit.xcodeproj -scheme SwiftyStoreKitTests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.3.1' | tee xcodebuild.log | xcpretty
|
|
|
|
|
|
+set -o pipefail && xcodebuild test -project SwiftyStoreKit.xcodeproj -scheme SwiftyStoreKitTests -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=11.2' | tee xcodebuild.log | xcpretty
|