Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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