Commit 5fd07459ebca7ffbbde9ff99b84a4325fa2abe1c
1 parent
3e3aedfd
切到正式包名
Showing
3 changed files
with
3 additions
and
5 deletions
metaCode.xcodeproj/project.pbxproj
| @@ -1154,7 +1154,7 @@ | @@ -1154,7 +1154,7 @@ | ||
| 1154 | "@executable_path/Frameworks", | 1154 | "@executable_path/Frameworks", |
| 1155 | ); | 1155 | ); |
| 1156 | MARKETING_VERSION = 1.0.0; | 1156 | MARKETING_VERSION = 1.0.0; |
| 1157 | - PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.metaCode.debug; | 1157 | + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.metaCode; |
| 1158 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1158 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1159 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; | 1159 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 1160 | SUPPORTS_MACCATALYST = NO; | 1160 | SUPPORTS_MACCATALYST = NO; |
| @@ -1198,7 +1198,7 @@ | @@ -1198,7 +1198,7 @@ | ||
| 1198 | "@executable_path/Frameworks", | 1198 | "@executable_path/Frameworks", |
| 1199 | ); | 1199 | ); |
| 1200 | MARKETING_VERSION = 1.0.0; | 1200 | MARKETING_VERSION = 1.0.0; |
| 1201 | - PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.metaCode.debug; | 1201 | + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.metaCode; |
| 1202 | PRODUCT_NAME = "$(TARGET_NAME)"; | 1202 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1203 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; | 1203 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 1204 | SUPPORTS_MACCATALYST = NO; | 1204 | SUPPORTS_MACCATALYST = NO; |
metaCode/Classes/Other/AppDelegate.swift
| @@ -34,7 +34,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | @@ -34,7 +34,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | ||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | //设置APP环境 | 36 | //设置APP环境 |
| 37 | - CNLiveEnvironmentManager.shared.setupEnvironment(environment: .development) | 37 | + CNLiveEnvironmentManager.shared.setupEnvironment(environment: .production) |
| 38 | 38 | ||
| 39 | window = UIWindow.init(frame: UIScreen.main.bounds) | 39 | window = UIWindow.init(frame: UIScreen.main.bounds) |
| 40 | window?.backgroundColor = KVCBackgroupColor | 40 | window?.backgroundColor = KVCBackgroupColor |
metaCode/Info.plist
| @@ -2,8 +2,6 @@ | @@ -2,8 +2,6 @@ | ||
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | <plist version="1.0"> | 3 | <plist version="1.0"> |
| 4 | <dict> | 4 | <dict> |
| 5 | - <key>CFBundleDevelopmentRegion</key> | ||
| 6 | - <string>zh_CN</string> | ||
| 7 | <key>CFBundleAllowMixedLocalizations</key> | 5 | <key>CFBundleAllowMixedLocalizations</key> |
| 8 | <true/> | 6 | <true/> |
| 9 | <key>CFBundleLocalizations</key> | 7 | <key>CFBundleLocalizations</key> |