TF-1202: Configure ENV for FCM

This commit is contained in:
ManhNTX
2022-11-18 08:42:40 +07:00
committed by Dat H. Pham
parent f94cfe7ee8
commit 972402bc59
11 changed files with 153 additions and 37 deletions
+36
View File
@@ -0,0 +1,36 @@
<?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>example</string>
<key>REVERSED_CLIENT_ID</key>
<string>example</string>
<key>API_KEY</key>
<string>example</string>
<key>GCM_SENDER_ID</key>
<string>example</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.linagora.ios.teammail</string>
<key>PROJECT_ID</key>
<string>example</string>
<key>STORAGE_BUCKET</key>
<string>example</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>example</string>
<key>DATABASE_URL</key>
<string>example</string>
</dict>
</plist>