mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 07:34:09 +01:00
Pass allow provisioning updates to xcodebuild
This commit is contained in:
parent
10c17649c0
commit
70b8b82425
@ -31,7 +31,7 @@ rm -f buildscripts/certs/ios-dist.cer
|
||||
rm -f buildscripts/certs/mac-dist.p12
|
||||
|
||||
# Do the build
|
||||
xcodebuild -scheme $SCHEME test -destination "$DESTINATION" -showBuildTimingSummary
|
||||
xcodebuild -scheme $SCHEME test -destination "$DESTINATION" -showBuildTimingSummary -allowProvisioningUpdates
|
||||
|
||||
# Delete the keychain and the provisioning profile
|
||||
security delete-keychain github-build.keychain
|
||||
|
Loading…
Reference in New Issue
Block a user