Skip to content

Commit

Permalink
Use provisioning profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceylo committed Oct 20, 2024
1 parent a4e4bbc commit 963cbe8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
action: none
xcode: ~16.0
authentication-key-base64: ${{ secrets.APP_STORE_CONNECT_KEY_BASE64 }}
authentication-key-id: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
authentication-key-issuer-id: ${{ secrets.APP_STORE_CONNECT_KEY_ISSUER_ID }}
code-sign-certificate: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
code-sign-certificate-passphrase: ${{ secrets.P12_PASSWORD }}
mobile-provisioning-profiles-base64: ${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }}
- name: Build App
run: |
xcodebuild -disableAutomaticPackageResolution -scheme FurAffinity -destination 'platform=iOS Simulator,name=iPhone 15' -configuration Release build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
with:
action: none
xcode: ~16.0
authentication-key-base64: ${{ secrets.APP_STORE_CONNECT_KEY_BASE64 }}
authentication-key-id: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
authentication-key-issuer-id: ${{ secrets.APP_STORE_CONNECT_KEY_ISSUER_ID }}
code-sign-certificate: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
code-sign-certificate-passphrase: ${{ secrets.P12_PASSWORD }}
mobile-provisioning-profiles-base64: ${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }}
- name: Archive App
run: |
git_hash=$(git rev-parse --short "$GITHUB_SHA")
Expand Down

0 comments on commit 963cbe8

Please sign in to comment.