Remove code signing override
This commit is contained in:
parent
d1e4c84a9e
commit
4a9026db05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue