mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-18 12:31:01 +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
|
rm -f buildscripts/certs/mac-dist.p12
|
||||||
|
|
||||||
# Do the build
|
# 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
|
# Delete the keychain and the provisioning profile
|
||||||
security delete-keychain github-build.keychain
|
security delete-keychain github-build.keychain
|
||||||
|
Loading…
Reference in New Issue
Block a user