Explorar el Código

Update unit tests simulator version to OS 11.2

Andrea Bizzotto hace 7 años
padre
commit
280685aa9d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/build.sh

+ 1 - 1
scripts/build.sh

@@ -23,4 +23,4 @@ echo ""
 echo "${bold}/****************************/"
 echo "/* Run: SwiftyStoreKitTests */"
 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