Skip to content

Commit

Permalink
fix: use prov uuid (#1739)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
  • Loading branch information
jleach authored Jan 25, 2024
1 parent b234341 commit 427b4bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
sed -i '' 's/development/production/g' app/ios/AriesBifold/AriesBifold.entitlements
cat app/ios/AriesBifold/AriesBifold.entitlements
- name: Export development archive
- name: Create signing credentials
uses: ./.github/workflows/actions/create-ios-sig-creds
with:
certificate: ${{ secrets.BUILD_CERTIFICATE_DEV_BASE64 }}
Expand All @@ -190,6 +190,7 @@ jobs:
-scheme AriesBifold \
-allowProvisioningUpdates \
-configuration Release \
-xcconfig ../../release.xcconfig
-derivedDataPath xbuild \
-archivePath ../../AriesBifold.xcarchive \
-sdk iphoneos \
Expand Down
3 changes: 1 addition & 2 deletions release.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
DEVELOPMENT_TEAM = L796QSLV3E
PRODUCT_BUNDLE_IDENTIFIER = ca.bc.gov.BCWallet
PROVISIONING_PROFILE_SPECIFIER=84752b1c-8c7c-4afc-8a0b-fffbf56cd390

0 comments on commit 427b4bd

Please sign in to comment.