Skip to content

Commit

Permalink
feat: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Aug 8, 2024
1 parent e7f1b2c commit 814e84f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
sudo xcode-select -s "/Applications/Xcode_16_beta_4.app"
xcodebuild -version
- name: Allow macro
run: defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidation -bool YES
run: |
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidation -bool YES
cd ci_scripts
./ci_post_clone.sh
cd ..
- name: Build
run: xcodebuild -project "$XCODE_PROJECT" -scheme "$XCODE_SCHEME" -skipPackagePluginValidation archive CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" -archivePath "$BUILD_DIR/$XCODE_ARCHIVE"
- name: Export
Expand Down

0 comments on commit 814e84f

Please sign in to comment.