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