【Firebase】更换ios配置

iOS_release
zhangaotian 2024-07-26 12:35:42 +08:00
parent 88e4ddb102
commit d5fc020188
2 changed files with 5 additions and 6 deletions

View File

@ -3,17 +3,17 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>API_KEY</key> <key>API_KEY</key>
<string>AIzaSyBrJKEh-Jnp2nKXzqD-T7vT0cGecvzuAkU</string> <string>AIzaSyDflprLn8mo0G5VOUSjhgvM7bhK7IoMQpo</string>
<key>GCM_SENDER_ID</key> <key>GCM_SENDER_ID</key>
<string>419683978289</string> <string>538591464962</string>
<key>PLIST_VERSION</key> <key>PLIST_VERSION</key>
<string>1</string> <string>1</string>
<key>BUNDLE_ID</key> <key>BUNDLE_ID</key>
<string>com.woodfire.nutsbolts</string> <string>com.woodfire.nutsbolts</string>
<key>PROJECT_ID</key> <key>PROJECT_ID</key>
<string>forest-ecab9</string> <string>forest-7df8e</string>
<key>STORAGE_BUCKET</key> <key>STORAGE_BUCKET</key>
<string>forest-ecab9.appspot.com</string> <string>forest-7df8e.appspot.com</string>
<key>IS_ADS_ENABLED</key> <key>IS_ADS_ENABLED</key>
<false></false> <false></false>
<key>IS_ANALYTICS_ENABLED</key> <key>IS_ANALYTICS_ENABLED</key>
@ -25,6 +25,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:419683978289:ios:7c056d17e75cb2740a5910</string> <string>1:538591464962:ios:fe4e485e90fcf1256ca11b</string>
</dict> </dict>
</plist> </plist>

View File

@ -8,7 +8,6 @@ using UnityEngine.UI;
using Framework.Event; using Framework.Event;
using Gameplay.Manager; using Gameplay.Manager;
using Framework.Constants; using Framework.Constants;
using Unity.VisualScripting;
public class UILevelPanelController : UIWindow public class UILevelPanelController : UIWindow
{ {