Remove code signing override

This commit is contained in:
Maurice Parker 2019-10-10 10:20:41 -05:00
parent d1e4c84a9e
commit 4a9026db05
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ rm -f buildscripts/certs/dev.cer
rm -f buildscripts/certs/dev.p12
# Do the build
xcodebuild -scheme 'NetNewsWire' -configuration Release -showBuildTimingSummary CODE_SIGN_IDENTITY="Developer ID Application"
xcodebuild -scheme 'NetNewsWire' -configuration Release -showBuildTimingSummary
# Delete the keychain and the provisioningi profile
security delete-keychain github-build.keychain