12345678910111213141516171819202122232425262728 |
- <?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>correct_api_key</string>
- <key>TRACKING_ID</key>
- <string>correct_tracking_id</string>
- <key>CLIENT_ID</key>
- <string>correct_client_id</string>
- <key>REVERSED_CLIENT_ID</key>
- <string>correct_reversed_client_id</string>
- <key>GOOGLE_APP_ID</key>
- <string>1:123:ios:123abc</string>
- <key>GCM_SENDER_ID</key>
- <string>correct_gcm_sender_id</string>
- <key>PLIST_VERSION</key>
- <string>1</string>
- <key>BUNDLE_ID</key>
- <string>com.google.FirebaseSDKTests</string>
- <key>PROJECT_ID</key>
- <string>abc-xyz-123</string>
- <key>DATABASE_URL</key>
- <string>https://abc-xyz-123.firebaseio.com</string>
- <key>STORAGE_BUCKET</key>
- <string>project-id-123.storage.firebase.com</string>
- </dict>
- </plist>
|