Skip to content

Commit

Permalink
Fix invalid bundle id on new flutterfire ver
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin committed Jan 14, 2025
1 parent 49aeb6e commit e196dab
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,21 @@ workflows:
--service-account="./firebase_key.json" \
--project="based-hardware" \
--ios-target="Runner" \
--yes \
--macos-bundle-id="no-id" --web-app-id="no-id" --windows-app-id="no-id"
--yes
# DEV, should remove
echo "$FIREBASE_SERVICE_ACCOUNT_DEV_KEY" > ./firebase_dev_key.json
flutterfire config \
--platforms="android,ios" \
--out=lib/firebase_options_dev.dart \
--ios-bundle-id=com.friend-app-with-wearable.ios12.development \
--android-app-id=com.friend.ios.dev \
--android-package-name=com.friend.ios.dev \
--android-out=android/app/src/dev/ \
--ios-out=ios/Config/Dev/ \
--service-account="./firebase_dev_key.json" \
--project="based-hardware-dev" \
--ios-target="Runner" \
--yes \
--macos-bundle-id="no-id" --web-app-id="no-id" --windows-app-id="no-id"
--yes
- name: Set up App .env
script: |
Expand Down Expand Up @@ -253,23 +251,21 @@ workflows:
--service-account="./firebase_key.json" \
--project="based-hardware" \
--ios-target="Runner" \
--yes \
--macos-bundle-id="no-id" --web-app-id="no-id" --windows-app-id="no-id"
--yes
# DEV, should remove
echo "$FIREBASE_SERVICE_ACCOUNT_DEV_KEY" > ./firebase_dev_key.json
flutterfire config \
--platforms="android,ios" \
--out=lib/firebase_options_dev.dart \
--ios-bundle-id=com.friend-app-with-wearable.ios12.development \
--android-app-id=com.friend.ios.dev \
--android-package-name=com.friend.ios.dev \
--android-out=android/app/src/dev/ \
--ios-out=ios/Config/Dev/ \
--service-account="./firebase_dev_key.json" \
--project="based-hardware-dev" \
--ios-target="Runner" \
--yes \
--macos-bundle-id="no-id" --web-app-id="no-id" --windows-app-id="no-id"
--yes
- name: Set up local.properties
script: |
Expand Down Expand Up @@ -430,23 +426,21 @@ workflows:
--service-account="./firebase_key.json" \
--project="based-hardware" \
--ios-target="Runner" \
--yes \
--macos-bundle-id="no-id" --web-app-id="no-id" --windows-app-id="no-id"
--yes
# DEV, should remove
echo "$FIREBASE_SERVICE_ACCOUNT_DEV_KEY" > ./firebase_dev_key.json
flutterfire config \
--platforms="android,ios" \
--out=lib/firebase_options_dev.dart \
--ios-bundle-id=com.friend-app-with-wearable.ios12.development \
--android-app-id=com.friend.ios.dev \
--android-package-name=com.friend.ios.dev \
--android-out=android/app/src/dev/ \
--ios-out=ios/Config/Dev/ \
--service-account="./firebase_dev_key.json" \
--project="based-hardware-dev" \
--ios-target="Runner" \
--yes \
--macos-bundle-id="no-id" --web-app-id="no-id" --windows-app-id="no-id"
--yes
- name: Set up App .env
script: |
Expand Down Expand Up @@ -596,23 +590,21 @@ workflows:
--service-account="./firebase_key.json" \
--project="based-hardware" \
--ios-target="Runner" \
--yes \
--macos-bundle-id="no-id" --web-app-id="no-id" --windows-app-id="no-id"
--yes
# DEV, should remove
echo "$FIREBASE_SERVICE_ACCOUNT_DEV_KEY" > ./firebase_dev_key.json
flutterfire config \
--platforms="android,ios" \
--out=lib/firebase_options_dev.dart \
--ios-bundle-id=com.friend-app-with-wearable.ios12.development \
--android-app-id=com.friend.ios.dev \
--android-package-name=com.friend.ios.dev \
--android-out=android/app/src/dev/ \
--ios-out=ios/Config/Dev/ \
--service-account="./firebase_dev_key.json" \
--project="based-hardware-dev" \
--ios-target="Runner" \
--yes \
--macos-bundle-id="no-id" --web-app-id="no-id" --windows-app-id="no-id"
--yes
- name: Set up local.properties
script: |
Expand Down

0 comments on commit e196dab

Please sign in to comment.