mirror of
https://github.com/stoatchat/for-ios.git
synced 2026-07-16 05:31:51 -04:00
11 lines
190 B
Bash
Executable File
11 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
|
|
# allow using macros
|
|
defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
|
|
|
|
# resolve packages
|
|
cd ..
|
|
xcodebuild -resolvePackageDependencies
|
|
cd ci_scripts |