Skip to content

Instantly share code, notes, and snippets.

@everyplace
Last active March 4, 2024 02:45
Show Gist options
  • Save everyplace/4389a52090e474646081d6d23a454d5d to your computer and use it in GitHub Desktop.
Save everyplace/4389a52090e474646081d6d23a454d5d to your computer and use it in GitHub Desktop.
Enable swift-openapi-generator in Xcode Cloud
#!/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