Last active
March 4, 2024 02:45
-
-
Save everyplace/4389a52090e474646081d6d23a454d5d to your computer and use it in GitHub Desktop.
Enable swift-openapi-generator in Xcode Cloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# ci_post_clone.sh | |
# | |
# Created by Erin Sparling on 3/01/24. | |
# | |
# Put this file in ci_scripts/ in the root of your project. | |
# https://social.jvns.ca/@b0rk_reruns/112033146491358262 | |
set -euo pipefail | |
# Enable build tool plugins | |
# https://forums.developer.apple.com/forums/thread/732893 | |
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment