- Add iOS notification preflight plan and code review (PLAN/CODE_REVIEW-cloud-G07) - Add iOS notification smoke evidence template - Update iOS notification test guide with preflight steps - Add Flutter test app iOS fixtures (APNS payloads, GoogleService config, entitlements) - Update README files for flutter-test, messaging_flutter, and docs
34 lines
1 KiB
Text
34 lines
1 KiB
Text
<?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>CLIENT_ID</key>
|
|
<string>REPLACE_WITH_FIREBASE_IOS_CLIENT_ID</string>
|
|
<key>REVERSED_CLIENT_ID</key>
|
|
<string>REPLACE_WITH_REVERSED_CLIENT_ID</string>
|
|
<key>API_KEY</key>
|
|
<string>REPLACE_WITH_FIREBASE_API_KEY</string>
|
|
<key>GCM_SENDER_ID</key>
|
|
<string>REPLACE_WITH_SENDER_ID</string>
|
|
<key>PLIST_VERSION</key>
|
|
<string>1</string>
|
|
<key>BUNDLE_ID</key>
|
|
<string>REPLACE_WITH_IOS_BUNDLE_ID</string>
|
|
<key>PROJECT_ID</key>
|
|
<string>REPLACE_WITH_FIREBASE_PROJECT_ID</string>
|
|
<key>STORAGE_BUCKET</key>
|
|
<string>REPLACE_WITH_FIREBASE_STORAGE_BUCKET</string>
|
|
<key>IS_ADS_ENABLED</key>
|
|
<false/>
|
|
<key>IS_ANALYTICS_ENABLED</key>
|
|
<false/>
|
|
<key>IS_APPINVITE_ENABLED</key>
|
|
<false/>
|
|
<key>IS_GCM_ENABLED</key>
|
|
<true/>
|
|
<key>IS_SIGNIN_ENABLED</key>
|
|
<false/>
|
|
<key>GOOGLE_APP_ID</key>
|
|
<string>REPLACE_WITH_FIREBASE_GOOGLE_APP_ID</string>
|
|
</dict>
|
|
</plist>
|