mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(ios): use correct bundle ID com.super-productivity.app
This commit is contained in:
parent
5b4dfa09a3
commit
9d19a481c8
3 changed files with 6 additions and 6 deletions
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
echo "App ID: $PROFILE_APP_ID"
|
||||
echo "=================================="
|
||||
# Verify bundle ID matches
|
||||
EXPECTED_BUNDLE_ID="com.superproductivity.superproductivity"
|
||||
EXPECTED_BUNDLE_ID="com.super-productivity.app"
|
||||
if [ "$PROFILE_APP_ID" != "$EXPECTED_BUNDLE_ID" ]; then
|
||||
echo "ERROR: Provisioning profile app ID ($PROFILE_APP_ID) does not match expected bundle ID ($EXPECTED_BUNDLE_ID)"
|
||||
echo "Please create a new provisioning profile with the correct bundle ID"
|
||||
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
<string>manual</string>
|
||||
<key>provisioningProfiles</key>
|
||||
<dict>
|
||||
<key>com.superproductivity.superproductivity</key>
|
||||
<key>com.super-productivity.app</key>
|
||||
<string>${{ env.PROVISIONING_PROFILE_UUID }}</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue