Add code signing identity to xcodebuild params

This commit is contained in:
Maurice Parker
2019-10-09 23:49:56 -05:00
parent 428e5a2822
commit 23b4283704

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
xcodebuild -scheme 'NetNewsWire' -configuration Release -showBuildTimingSummary CODE_SIGN_IDENTITY="Developer ID Application"
# Delete the keychain and the provisioningi profile
security delete-keychain github-build.keychain