Commit 774e0965d74e3dd99efe6a9b974ccd4149dd3b7e
1 parent
2b77bc5b
no message
Showing
2 changed files
with
12 additions
and
4 deletions
LiveVideoCloud.xcodeproj/project.pbxproj
| @@ -2624,6 +2624,7 @@ | @@ -2624,6 +2624,7 @@ | ||
| 2624 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 2624 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 2625 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | 2625 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
| 2626 | CLANG_ENABLE_OBJC_WEAK = YES; | 2626 | CLANG_ENABLE_OBJC_WEAK = YES; |
| 2627 | + CODE_SIGN_IDENTITY = "iPhone Distribution: Beijing CNLive Culture Media Inc."; | ||
| 2627 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 2628 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 2628 | DEVELOPMENT_TEAM = 94X49GG3ZW; | 2629 | DEVELOPMENT_TEAM = 94X49GG3ZW; |
| 2629 | ENABLE_BITCODE = NO; | 2630 | ENABLE_BITCODE = NO; |
| @@ -2643,8 +2644,10 @@ | @@ -2643,8 +2644,10 @@ | ||
| 2643 | "$(PROJECT_DIR)/LiveVideoCloud/Classes/SDK/WeChatSDK", | 2644 | "$(PROJECT_DIR)/LiveVideoCloud/Classes/SDK/WeChatSDK", |
| 2644 | "$(PROJECT_DIR)/LiveVideoCloud/Classes/SDK/SinaSDK", | 2645 | "$(PROJECT_DIR)/LiveVideoCloud/Classes/SDK/SinaSDK", |
| 2645 | ); | 2646 | ); |
| 2646 | - PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.shipinzhongguo; | 2647 | + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.shipinzhongguoInhouse; |
| 2647 | PRODUCT_NAME = "$(TARGET_NAME)"; | 2648 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 2649 | + PROVISIONING_PROFILE = ""; | ||
| 2650 | + PROVISIONING_PROFILE_SPECIFIER = ""; | ||
| 2648 | }; | 2651 | }; |
| 2649 | name = Debug; | 2652 | name = Debug; |
| 2650 | }; | 2653 | }; |
| @@ -2654,6 +2657,7 @@ | @@ -2654,6 +2657,7 @@ | ||
| 2654 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 2657 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 2655 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; | 2658 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
| 2656 | CLANG_ENABLE_OBJC_WEAK = YES; | 2659 | CLANG_ENABLE_OBJC_WEAK = YES; |
| 2660 | + CODE_SIGN_IDENTITY = "iPhone Distribution: Beijing CNLive Culture Media Inc."; | ||
| 2657 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | 2661 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 2658 | DEVELOPMENT_TEAM = 94X49GG3ZW; | 2662 | DEVELOPMENT_TEAM = 94X49GG3ZW; |
| 2659 | ENABLE_BITCODE = NO; | 2663 | ENABLE_BITCODE = NO; |
| @@ -2673,8 +2677,10 @@ | @@ -2673,8 +2677,10 @@ | ||
| 2673 | "$(PROJECT_DIR)/LiveVideoCloud/Classes/SDK/WeChatSDK", | 2677 | "$(PROJECT_DIR)/LiveVideoCloud/Classes/SDK/WeChatSDK", |
| 2674 | "$(PROJECT_DIR)/LiveVideoCloud/Classes/SDK/SinaSDK", | 2678 | "$(PROJECT_DIR)/LiveVideoCloud/Classes/SDK/SinaSDK", |
| 2675 | ); | 2679 | ); |
| 2676 | - PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.shipinzhongguo; | 2680 | + PRODUCT_BUNDLE_IDENTIFIER = com.cnlive.shipinzhongguoInhouse; |
| 2677 | PRODUCT_NAME = "$(TARGET_NAME)"; | 2681 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 2682 | + PROVISIONING_PROFILE = ""; | ||
| 2683 | + PROVISIONING_PROFILE_SPECIFIER = ""; | ||
| 2678 | }; | 2684 | }; |
| 2679 | name = Release; | 2685 | name = Release; |
| 2680 | }; | 2686 | }; |
LiveVideoCloud/Info.plist
| @@ -4,6 +4,8 @@ | @@ -4,6 +4,8 @@ | ||
| 4 | <dict> | 4 | <dict> |
| 5 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
| 6 | <string>en</string> | 6 | <string>en</string> |
| 7 | + <key>CFBundleDisplayName</key> | ||
| 8 | + <string>视讯云内测</string> | ||
| 7 | <key>CFBundleExecutable</key> | 9 | <key>CFBundleExecutable</key> |
| 8 | <string>$(EXECUTABLE_NAME)</string> | 10 | <string>$(EXECUTABLE_NAME)</string> |
| 9 | <key>CFBundleIdentifier</key> | 11 | <key>CFBundleIdentifier</key> |
| @@ -27,10 +29,10 @@ | @@ -27,10 +29,10 @@ | ||
| 27 | </dict> | 29 | </dict> |
| 28 | <key>NSCameraUsageDescription</key> | 30 | <key>NSCameraUsageDescription</key> |
| 29 | <string>App需要您的同意,才能访问相机</string> | 31 | <string>App需要您的同意,才能访问相机</string> |
| 30 | - <key>NSPhotoLibraryUsageDescription</key> | ||
| 31 | - <string>App 需要您的同意,才能读取媒体资料库</string> | ||
| 32 | <key>NSMicrophoneUsageDescription</key> | 32 | <key>NSMicrophoneUsageDescription</key> |
| 33 | <string>App需要您的同意,才能访问麦克风</string> | 33 | <string>App需要您的同意,才能访问麦克风</string> |
| 34 | + <key>NSPhotoLibraryUsageDescription</key> | ||
| 35 | + <string>App 需要您的同意,才能读取媒体资料库</string> | ||
| 34 | <key>UILaunchStoryboardName</key> | 36 | <key>UILaunchStoryboardName</key> |
| 35 | <string>LaunchScreen</string> | 37 | <string>LaunchScreen</string> |
| 36 | <key>UIRequiredDeviceCapabilities</key> | 38 | <key>UIRequiredDeviceCapabilities</key> |