Rollback deployment target to 13.0

This commit is contained in:
Maurice Parker 2019-10-12 08:16:02 -05:00
parent 67084d4bbc
commit 5ed508b709

View File

@ -33,7 +33,7 @@ rm -f buildscripts/certs/mac-dist.p12
# Do the build # Do the build
xcodebuild -scheme $SCHEME test -destination "$DESTINATION" -showBuildTimingSummary xcodebuild -scheme $SCHEME test -destination "$DESTINATION" -showBuildTimingSummary
# Delete the keychain and the provisioningi profile # Delete the keychain and the provisioning profile
security delete-keychain github-build.keychain security delete-keychain github-build.keychain
rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile
rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWireiOS.mobileprovision rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWireiOS.mobileprovision