From 4bae263816c1bb4fe9039f24bcaaa3eba33eb415 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 06 五月 2019 17:34:23 +0800
Subject: [PATCH] 3335 添加standalone平台支持.

---
 Utility/ExceptionCatcher.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Utility/ExceptionCatcher.cs b/Utility/ExceptionCatcher.cs
index b4192d9..d86278f 100644
--- a/Utility/ExceptionCatcher.cs
+++ b/Utility/ExceptionCatcher.cs
@@ -19,7 +19,7 @@
 #if UNITY_ANDROID
         BuglyAgent.InitWithAppId("bff7374864");
 #elif UNITY_IPHONE || UNITY_IOS
-            BuglyAgent.InitWithAppId("553c67c376");
+        BuglyAgent.InitWithAppId("553c67c376");
 #endif
 
 #endif

--
Gitblit v1.8.0