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 efd843d commit a15019b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: |
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
- name: Build
run: xcodebuild -project "$XCODE_PROJECT" -scheme "$XCODE_SCHEME" archive CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" -archivePath "$BUILD_DIR/$XCODE_ARCHIVE"
- name: Export
Expand Down

0 comments on commit a15019b

Please sign in to comment.