- Customer: com.halobestie.client.client_app → com.mybestie - Mitra: com.halobestie.mitra.mitra_app → com.mybestie.mitra - iOS bundle IDs renamed to match (no .clientApp/.mitra camelCase legacy) Mechanical rename touches Android build.gradle/Manifest/MainActivity package, iOS pbxproj/Info.plist bundle IDs, Firebase configs (google-services.json + GoogleService-Info.plist + firebase_options.dart), new HaloBestie/Mitra launcher icons via flutter_launcher_icons (pubspec config + adaptive-icon resources + AppIcon imageset), and the appId references in every customer maestro flow + both .maestro/config.yaml files. brandLogoBg (#FF699F) added to halo_tokens for the launcher pink. Followup: re-register apps in Firebase consoles using the new package IDs; strategy memo at project-firebase-env-strategy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
30 lines
892 B
Plaintext
Executable File
30 lines
892 B
Plaintext
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>API_KEY</key>
|
|
<string>AIzaSyAQnB5hbj0T5tE4JQZQ9Tx6Whp_u15obMI</string>
|
|
<key>GCM_SENDER_ID</key>
|
|
<string>1068156046511</string>
|
|
<key>PLIST_VERSION</key>
|
|
<string>1</string>
|
|
<key>BUNDLE_ID</key>
|
|
<string>com.mybestie.mitra</string>
|
|
<key>PROJECT_ID</key>
|
|
<string>halobestie-clone-dev</string>
|
|
<key>STORAGE_BUCKET</key>
|
|
<string>halobestie-clone-dev.firebasestorage.app</string>
|
|
<key>IS_ADS_ENABLED</key>
|
|
<false></false>
|
|
<key>IS_ANALYTICS_ENABLED</key>
|
|
<false></false>
|
|
<key>IS_APPINVITE_ENABLED</key>
|
|
<true></true>
|
|
<key>IS_GCM_ENABLED</key>
|
|
<true></true>
|
|
<key>IS_SIGNIN_ENABLED</key>
|
|
<true></true>
|
|
<key>GOOGLE_APP_ID</key>
|
|
<string>1:1068156046511:ios:fdb137e987021bafb8185a</string>
|
|
</dict>
|
|
</plist> |