Commit 5520466d by pierce

1、fixed fb登录闪退的问题

2、修改版本号
parent a4daccc9
...@@ -72,12 +72,12 @@ ...@@ -72,12 +72,12 @@
/// App Version /// App Version
- (NSString *)appVersion { - (NSString *)appVersion {
return @"7460"; return @"7450";
} }
/// App Dot Version /// App Dot Version
- (NSString *)appDotVersion { - (NSString *)appDotVersion {
return @"7.4.6.0"; return @"7.4.5.0";
} }
/// App Id /// App Id
......
...@@ -61,6 +61,14 @@ ...@@ -61,6 +61,14 @@
<string>Editor</string> <string>Editor</string>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>fb382456482257502</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>FusiClub</string> <string>FusiClub</string>
</array> </array>
</dict> </dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment