release build 용 firebase config file 추가

This commit is contained in:
Yu Sung 2023-08-16 19:16:20 +09:00
parent 695b586283
commit 22ce5a9cbd
3 changed files with 51 additions and 17 deletions

View File

@ -3,9 +3,9 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CLIENT_ID</key> <key>CLIENT_ID</key>
<string>758414412471-rgobklhtodvt7c2crp4cmh7q1kd89nha.apps.googleusercontent.com</string> <string>758414412471-dko5jbis8al4do34b4hah5osegrkmd68.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key> <key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.758414412471-rgobklhtodvt7c2crp4cmh7q1kd89nha</string> <string>com.googleusercontent.apps.758414412471-dko5jbis8al4do34b4hah5osegrkmd68</string>
<key>API_KEY</key> <key>API_KEY</key>
<string>AIzaSyAYscsMZzW1m0btcs6c2zkI8pLtcDE_Eqg</string> <string>AIzaSyAYscsMZzW1m0btcs6c2zkI8pLtcDE_Eqg</string>
<key>GCM_SENDER_ID</key> <key>GCM_SENDER_ID</key>
@ -13,7 +13,7 @@
<key>PLIST_VERSION</key> <key>PLIST_VERSION</key>
<string>1</string> <string>1</string>
<key>BUNDLE_ID</key> <key>BUNDLE_ID</key>
<string>kr.co.vividnext.sodalive.dev</string> <string>kr.co.vividnext.sodalive.debug</string>
<key>PROJECT_ID</key> <key>PROJECT_ID</key>
<string>sodalive-test</string> <string>sodalive-test</string>
<key>STORAGE_BUCKET</key> <key>STORAGE_BUCKET</key>
@ -29,6 +29,6 @@
<key>IS_SIGNIN_ENABLED</key> <key>IS_SIGNIN_ENABLED</key>
<true></true> <true></true>
<key>GOOGLE_APP_ID</key> <key>GOOGLE_APP_ID</key>
<string>1:758414412471:ios:866b0814ab94bdf77a5b32</string> <string>1:758414412471:ios:8e0a788c7ce09d057a5b32</string>
</dict> </dict>
</plist> </plist>

View File

@ -0,0 +1,34 @@
<?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>983594297130-c8u2mbs69i7erubrgtudiurtc3pdn3jv.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.983594297130-c8u2mbs69i7erubrgtudiurtc3pdn3jv</string>
<key>API_KEY</key>
<string>AIzaSyAMFdfy6FyItjhxz56lI35O0n3tjwpxAWo</string>
<key>GCM_SENDER_ID</key>
<string>983594297130</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>kr.co.vividnext.sodalive</string>
<key>PROJECT_ID</key>
<string>sodalive-b128e</string>
<key>STORAGE_BUCKET</key>
<string>sodalive-b128e.appspot.com</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:983594297130:ios:599d0646d17cf5ee532053</string>
</dict>
</plist>