release build 용 firebase config file 추가
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CLIENT_ID</key>
|
||||
<string>758414412471-rgobklhtodvt7c2crp4cmh7q1kd89nha.apps.googleusercontent.com</string>
|
||||
<string>758414412471-dko5jbis8al4do34b4hah5osegrkmd68.apps.googleusercontent.com</string>
|
||||
<key>REVERSED_CLIENT_ID</key>
|
||||
<string>com.googleusercontent.apps.758414412471-rgobklhtodvt7c2crp4cmh7q1kd89nha</string>
|
||||
<string>com.googleusercontent.apps.758414412471-dko5jbis8al4do34b4hah5osegrkmd68</string>
|
||||
<key>API_KEY</key>
|
||||
<string>AIzaSyAYscsMZzW1m0btcs6c2zkI8pLtcDE_Eqg</string>
|
||||
<key>GCM_SENDER_ID</key>
|
||||
@@ -13,7 +13,7 @@
|
||||
<key>PLIST_VERSION</key>
|
||||
<string>1</string>
|
||||
<key>BUNDLE_ID</key>
|
||||
<string>kr.co.vividnext.sodalive.dev</string>
|
||||
<string>kr.co.vividnext.sodalive.debug</string>
|
||||
<key>PROJECT_ID</key>
|
||||
<string>sodalive-test</string>
|
||||
<key>STORAGE_BUCKET</key>
|
||||
@@ -29,6 +29,6 @@
|
||||
<key>IS_SIGNIN_ENABLED</key>
|
||||
<true></true>
|
||||
<key>GOOGLE_APP_ID</key>
|
||||
<string>1:758414412471:ios:866b0814ab94bdf77a5b32</string>
|
||||
<string>1:758414412471:ios:8e0a788c7ce09d057a5b32</string>
|
||||
</dict>
|
||||
</plist>
|
@@ -2,19 +2,19 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>FirebaseAppDelegateProxyEnabled</key>
|
||||
<false/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>gmarket_sans_bold.otf</string>
|
||||
<string>gmarket_sans_medium.otf</string>
|
||||
<string>gmarket_sans_light.otf</string>
|
||||
</array>
|
||||
<key>FirebaseAppDelegateProxyEnabled</key>
|
||||
<false/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>gmarket_sans_bold.otf</string>
|
||||
<string>gmarket_sans_medium.otf</string>
|
||||
<string>gmarket_sans_light.otf</string>
|
||||
</array>
|
||||
<key>UIBackgroundModes</key>
|
||||
<array>
|
||||
<string>audio</string>
|
||||
|
Reference in New Issue
Block a user