6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 674fe4a8
Changed files
azure/templates/env-vars.yml | 4 ++-- comwell_key_app/ios/ExportOptions.plist | 4 ++-- comwell_key_app/ios/ExportOptionsDev.plist | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-)
Diff
diff --git a/azure/templates/env-vars.yml b/azure/templates/env-vars.yml
index e4541e63..54490f71 100644
--- a/azure/templates/env-vars.yml
+++ b/azure/templates/env-vars.yml
@@ -35,11 +35,11 @@ variables:
value: 'com.comwell.phoenix.dev'
- name: iosProvisionProfileFileName
${{ if eq(parameters.env, 'production') }}:
- value: 'CP_Prod.mobileprovision'
+ value: 'Distribution_Prod.mobileprovision'
${{ if eq(parameters.env, 'staging') }}:
value: 'Distribution_Stage.mobileprovision'
${{ if eq(parameters.env, 'develop') }}:
- value: 'CP_Dev.mobileprovision'
+ value: 'Distribution_Devmobileprovision'
- name: iosScheme
${{ if eq(parameters.env, 'production') }}:
value: 'Prod'
diff --git a/comwell_key_app/ios/ExportOptions.plist b/comwell_key_app/ios/ExportOptions.plist
index 4af43694..e0ad6696 100644
--- a/comwell_key_app/ios/ExportOptions.plist
+++ b/comwell_key_app/ios/ExportOptions.plist
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>method</key>
- <string>app-store</string>
+ <string>app-store-connect</string>
<key>teamID</key>
<string>8RNV6AX4ZL</string>
<key>signingStyle</key>
@@ -11,7 +11,7 @@
<key>provisioningProfiles</key>
<dict>
<key>com.comwell.phoenix</key>
- <string>CP Prod</string>
+ <string>Distribution Prod</string>
</dict>
<key>signingCertificate</key>
<string>Apple Distribution</string>
diff --git a/comwell_key_app/ios/ExportOptionsDev.plist b/comwell_key_app/ios/ExportOptionsDev.plist
index dbd956aa..ab634598 100644
--- a/comwell_key_app/ios/ExportOptionsDev.plist
+++ b/comwell_key_app/ios/ExportOptionsDev.plist
@@ -3,15 +3,15 @@
<plist version="1.0">
<dict>
<key>method</key>
- <string>app-store</string>
+ <string>app-store-connect</string>
<key>teamID</key>
- <string>8RNV6AX4ZL</string> <!-- Replace with your actual Team ID if different -->
+ <string>8RNV6AX4ZL</string>
<key>signingStyle</key>
<string>manual</string>
<key>provisioningProfiles</key>
<dict>
<key>com.comwell.phoenix.dev</key>
- <string>CP Dev</string> <!-- Replace with your actual profile name -->
+ <string>Distribution Dev</string>
</dict>
<key>signingCertificate</key>
<string>Apple Distribution</string>