♻️ :: update project for Xcode 11 and iOS 13

This commit is contained in:
Felix Mau
2019-10-11 17:09:24 +02:00
parent 603f3cae0e
commit f2c43cbe72
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ xcodebuild \
-workspace GradientLoadingBar.xcworkspace \
-scheme GradientLoadingBar-Example \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone XR,OS=12.2' \
-destination 'platform=iOS Simulator,name=iPhone 11 Pro,OS=13.0' \
build test | xcpretty && exit ${PIPESTATUS[0]}