From 5ed508b7095c8f32164d5a822ce92d9ef1ac35de Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 12 Oct 2019 08:16:02 -0500 Subject: [PATCH] Rollback deployment target to 13.0 --- buildscripts/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/ci-build.sh b/buildscripts/ci-build.sh index 35bf03c0e..b3dab8640 100755 --- a/buildscripts/ci-build.sh +++ b/buildscripts/ci-build.sh @@ -33,7 +33,7 @@ rm -f buildscripts/certs/mac-dist.p12 # Do the build 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 rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWireiOS.mobileprovision \ No newline at end of file