【Firebase】更换ios配置
parent
88e4ddb102
commit
d5fc020188
|
@ -3,17 +3,17 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>API_KEY</key>
|
||||
<string>AIzaSyBrJKEh-Jnp2nKXzqD-T7vT0cGecvzuAkU</string>
|
||||
<string>AIzaSyDflprLn8mo0G5VOUSjhgvM7bhK7IoMQpo</string>
|
||||
<key>GCM_SENDER_ID</key>
|
||||
<string>419683978289</string>
|
||||
<string>538591464962</string>
|
||||
<key>PLIST_VERSION</key>
|
||||
<string>1</string>
|
||||
<key>BUNDLE_ID</key>
|
||||
<string>com.woodfire.nutsbolts</string>
|
||||
<key>PROJECT_ID</key>
|
||||
<string>forest-ecab9</string>
|
||||
<string>forest-7df8e</string>
|
||||
<key>STORAGE_BUCKET</key>
|
||||
<string>forest-ecab9.appspot.com</string>
|
||||
<string>forest-7df8e.appspot.com</string>
|
||||
<key>IS_ADS_ENABLED</key>
|
||||
<false></false>
|
||||
<key>IS_ANALYTICS_ENABLED</key>
|
||||
|
@ -25,6 +25,6 @@
|
|||
<key>IS_SIGNIN_ENABLED</key>
|
||||
<true></true>
|
||||
<key>GOOGLE_APP_ID</key>
|
||||
<string>1:419683978289:ios:7c056d17e75cb2740a5910</string>
|
||||
<string>1:538591464962:ios:fe4e485e90fcf1256ca11b</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -8,7 +8,6 @@ using UnityEngine.UI;
|
|||
using Framework.Event;
|
||||
using Gameplay.Manager;
|
||||
using Framework.Constants;
|
||||
using Unity.VisualScripting;
|
||||
|
||||
public class UILevelPanelController : UIWindow
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue