Skip to content

Commit cb3281d

Browse files
author
eagleychen
committed
update
1 parent d0bd09f commit cb3281d

File tree

3 files changed

+76
-116
lines changed

3 files changed

+76
-116
lines changed

Source/LinkApp/Supporting Files/Info.plist

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleDevelopmentRegion</key>
6-
<string>$(DEVELOPMENT_LANGUAGE)</string>
7-
<key>CFBundleExecutable</key>
8-
<string>$(EXECUTABLE_NAME)</string>
9-
<key>CFBundleIdentifier</key>
10-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11-
<key>CFBundleInfoDictionaryVersion</key>
12-
<string>6.0</string>
13-
<key>CFBundleName</key>
14-
<string>$(LinkAPP_NAME)</string>
15-
<key>CFBundlePackageType</key>
16-
<string>APPL</string>
17-
<key>CFBundleShortVersionString</key>
18-
<string>$(LinkAPP_VERSION)</string>
195
<key>CFBundleURLTypes</key>
206
<array>
217
<dict>
@@ -29,60 +15,21 @@
2915
</array>
3016
</dict>
3117
</array>
32-
<key>CFBundleVersion</key>
33-
<string>$(LinkAPP_BUILD_VERSION)</string>
3418
<key>LSApplicationQueriesSchemes</key>
3519
<array>
3620
<string>weixin</string>
3721
<string>wechat</string>
3822
<string>weixinULAPI</string>
3923
</array>
40-
<key>LSRequiresIPhoneOS</key>
41-
<true/>
4224
<key>NSAppTransportSecurity</key>
4325
<dict>
4426
<key>NSAllowsArbitraryLoads</key>
4527
<true/>
4628
</dict>
47-
<key>NSBluetoothAlwaysUsageDescription</key>
48-
<string>打开蓝牙用于扫描硬件</string>
49-
<key>NSBluetoothPeripheralUsageDescription</key>
50-
<string>打开蓝牙用于扫描硬件</string>
51-
<key>NSCameraUsageDescription</key>
52-
<string>获取相机权限用于扫描设备二维码</string>
53-
<key>NSLocalNetworkUsageDescription</key>
54-
<string>获取组播权限,用于智能产品配网</string>
55-
<key>NSLocationWhenInUseUsageDescription</key>
56-
<string>用户获取WIFI信息</string>
57-
<key>NSMicrophoneUsageDescription</key>
58-
<string>获取麦克风权限用于音视频通话</string>
59-
<key>NSPhotoLibraryAddUsageDescription</key>
60-
<string>获取相册权限用于更换用户头像</string>
61-
<key>NSPhotoLibraryUsageDescription</key>
62-
<string>获取相册权限用于识别本地二维码和用于更换头像</string>
6329
<key>UIBackgroundModes</key>
6430
<array>
6531
<string>audio</string>
6632
<string>remote-notification</string>
6733
</array>
68-
<key>UILaunchStoryboardName</key>
69-
<string>LaunchScreen</string>
70-
<key>UIRequiredDeviceCapabilities</key>
71-
<array>
72-
<string>armv7</string>
73-
</array>
74-
<key>UIStatusBarStyle</key>
75-
<string>UIStatusBarStyleDarkContent</string>
76-
<key>UISupportedInterfaceOrientations</key>
77-
<array>
78-
<string>UIInterfaceOrientationPortrait</string>
79-
</array>
80-
<key>UISupportedInterfaceOrientations~ipad</key>
81-
<array>
82-
<string>UIInterfaceOrientationPortrait</string>
83-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
84-
<string>UIInterfaceOrientationLandscapeLeft</string>
85-
<string>UIInterfaceOrientationLandscapeRight</string>
86-
</array>
8734
</dict>
8835
</plist>

Source/LinkSDKDemo/Supporting Files/Info.plist

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -2,67 +2,16 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleDevelopmentRegion</key>
6-
<string>$(DEVELOPMENT_LANGUAGE)</string>
7-
<key>CFBundleExecutable</key>
8-
<string>$(EXECUTABLE_NAME)</string>
9-
<key>CFBundleIdentifier</key>
10-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11-
<key>CFBundleInfoDictionaryVersion</key>
12-
<string>6.0</string>
13-
<key>CFBundleName</key>
14-
<string>$(PRODUCT_NAME)</string>
15-
<key>CFBundlePackageType</key>
16-
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17-
<key>CFBundleShortVersionString</key>
18-
<string>$(LinkSDKDemo_VERSION)</string>
19-
<key>CFBundleVersion</key>
20-
<string>1</string>
21-
<key>LSRequiresIPhoneOS</key>
22-
<true/>
235
<key>NSAppTransportSecurity</key>
246
<dict>
257
<key>NSAllowsArbitraryLoads</key>
268
<true/>
279
</dict>
28-
<key>NSCameraUsageDescription</key>
29-
<string>咚咚咚咚</string>
30-
<key>NSLocationWhenInUseUsageDescription</key>
31-
<string>用于获取WiFi信息</string>
32-
<key>NSMicrophoneUsageDescription</key>
33-
<string>获取麦克风权限用于音视频通话</string>
34-
<key>NSPhotoLibraryAddUsageDescription</key>
35-
<string>用于保存视频截图</string>
3610
<key>UIBackgroundModes</key>
3711
<array>
3812
<string>audio</string>
3913
</array>
4014
<key>UIFileSharingEnabled</key>
4115
<true/>
42-
<key>UILaunchStoryboardName</key>
43-
<string>LaunchScreen</string>
44-
<key>UIMainStoryboardFile</key>
45-
<string>Main</string>
46-
<key>UIRequiredDeviceCapabilities</key>
47-
<array>
48-
<string>armv7</string>
49-
</array>
50-
<key>UISupportedInterfaceOrientations</key>
51-
<array>
52-
<string>UIInterfaceOrientationPortrait</string>
53-
<string>UIInterfaceOrientationLandscapeLeft</string>
54-
<string>UIInterfaceOrientationLandscapeRight</string>
55-
</array>
56-
<key>UISupportedInterfaceOrientations~ipad</key>
57-
<array>
58-
<string>UIInterfaceOrientationPortrait</string>
59-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
60-
<string>UIInterfaceOrientationLandscapeLeft</string>
61-
<string>UIInterfaceOrientationLandscapeRight</string>
62-
</array>
63-
<key>UISupportsDocumentBrowser</key>
64-
<true/>
65-
<key>UIUserInterfaceStyle</key>
66-
<string>Light</string>
6716
</dict>
6817
</plist>

TIoTLinkKit.xcodeproj/project.pbxproj

Lines changed: 76 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3516,10 +3516,14 @@
35163516
inputFileListPaths = (
35173517
"${PODS_ROOT}/Target Support Files/Pods-LinkSDKDemo/Pods-LinkSDKDemo-resources-${CONFIGURATION}-input-files.xcfilelist",
35183518
);
3519+
inputPaths = (
3520+
);
35193521
name = "[CP] Copy Pods Resources";
35203522
outputFileListPaths = (
35213523
"${PODS_ROOT}/Target Support Files/Pods-LinkSDKDemo/Pods-LinkSDKDemo-resources-${CONFIGURATION}-output-files.xcfilelist",
35223524
);
3525+
outputPaths = (
3526+
);
35233527
runOnlyForDeploymentPostprocessing = 0;
35243528
shellPath = /bin/sh;
35253529
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LinkSDKDemo/Pods-LinkSDKDemo-resources.sh\"\n";
@@ -3555,10 +3559,14 @@
35553559
inputFileListPaths = (
35563560
"${PODS_ROOT}/Target Support Files/Pods-LinkSDKDemo/Pods-LinkSDKDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
35573561
);
3562+
inputPaths = (
3563+
);
35583564
name = "[CP] Embed Pods Frameworks";
35593565
outputFileListPaths = (
35603566
"${PODS_ROOT}/Target Support Files/Pods-LinkSDKDemo/Pods-LinkSDKDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
35613567
);
3568+
outputPaths = (
3569+
);
35623570
runOnlyForDeploymentPostprocessing = 0;
35633571
shellPath = /bin/sh;
35643572
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LinkSDKDemo/Pods-LinkSDKDemo-frameworks.sh\"\n";
@@ -3572,10 +3580,14 @@
35723580
inputFileListPaths = (
35733581
"${PODS_ROOT}/Target Support Files/Pods-LinkApp/Pods-LinkApp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
35743582
);
3583+
inputPaths = (
3584+
);
35753585
name = "[CP] Embed Pods Frameworks";
35763586
outputFileListPaths = (
35773587
"${PODS_ROOT}/Target Support Files/Pods-LinkApp/Pods-LinkApp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
35783588
);
3589+
outputPaths = (
3590+
);
35793591
runOnlyForDeploymentPostprocessing = 0;
35803592
shellPath = /bin/sh;
35813593
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LinkApp/Pods-LinkApp-frameworks.sh\"\n";
@@ -3589,10 +3601,14 @@
35893601
inputFileListPaths = (
35903602
"${PODS_ROOT}/Target Support Files/Pods-LinkApp/Pods-LinkApp-resources-${CONFIGURATION}-input-files.xcfilelist",
35913603
);
3604+
inputPaths = (
3605+
);
35923606
name = "[CP] Copy Pods Resources";
35933607
outputFileListPaths = (
35943608
"${PODS_ROOT}/Target Support Files/Pods-LinkApp/Pods-LinkApp-resources-${CONFIGURATION}-output-files.xcfilelist",
35953609
);
3610+
outputPaths = (
3611+
);
35963612
runOnlyForDeploymentPostprocessing = 0;
35973613
shellPath = /bin/sh;
35983614
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-LinkApp/Pods-LinkApp-resources.sh\"\n";
@@ -4299,7 +4315,7 @@
42994315
CURRENT_PROJECT_VERSION = 6.3;
43004316
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
43014317
DEVELOPMENT_TEAM = 89W69LHLD3;
4302-
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 89W69LHLD3;
4318+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = FN2V63AD2J;
43034319
ENABLE_BITCODE = NO;
43044320
FRAMEWORK_SEARCH_PATHS = (
43054321
"$(inherited)",
@@ -4334,6 +4350,19 @@
43344350
"\"${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include\"",
43354351
);
43364352
INFOPLIST_FILE = "$(SRCROOT)/Source/LinkApp/Supporting Files/Info.plist";
4353+
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "打开蓝牙用于扫描硬件";
4354+
INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "打开蓝牙用于扫描硬件";
4355+
INFOPLIST_KEY_NSCameraUsageDescription = "获取相机权限用于扫描设备二维码";
4356+
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "获取组播权限,用于智能产品配网";
4357+
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "用户获取WIFI信息";
4358+
INFOPLIST_KEY_NSMicrophoneUsageDescription = "获取麦克风权限用于音视频通话";
4359+
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "获取相册权限用于更换用户头像";
4360+
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "获取相册权限用于识别本地二维码和用于更换头像";
4361+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
4362+
INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7;
4363+
INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleDarkContent;
4364+
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
4365+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
43374366
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
43384367
LD_RUNPATH_SEARCH_PATHS = (
43394368
"$(inherited)",
@@ -4347,11 +4376,11 @@
43474376
"$(PROJECT_DIR)/Source/LinkApp/Classes/Universal/WechatOpenSDK_NoPay",
43484377
);
43494378
MARKETING_VERSION = 1.0.20;
4350-
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.iot.explorer.link.opensource;
4379+
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.iot.explorer.link;
43514380
PRODUCT_MODULE_NAME = LinkApp;
43524381
PRODUCT_NAME = "$(TARGET_NAME)";
43534382
PROVISIONING_PROFILE_SPECIFIER = iot_dev_test;
4354-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = iot_sdk_app;
4383+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = com.tencent.iot.explorer.link_Development_SignProvision;
43554384
SWIFT_OBJC_BRIDGING_HEADER = "Source/LinkApp/Supporting Files/LinkApp-Bridging-Header.h";
43564385
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
43574386
SWIFT_VERSION = 5.0;
@@ -4373,7 +4402,7 @@
43734402
CURRENT_PROJECT_VERSION = 6.3;
43744403
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
43754404
DEVELOPMENT_TEAM = 89W69LHLD3;
4376-
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 89W69LHLD3;
4405+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = FN2V63AD2J;
43774406
ENABLE_BITCODE = NO;
43784407
FRAMEWORK_SEARCH_PATHS = (
43794408
"$(inherited)",
@@ -4408,6 +4437,19 @@
44084437
"\"${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include\"",
44094438
);
44104439
INFOPLIST_FILE = "$(SRCROOT)/Source/LinkApp/Supporting Files/Info.plist";
4440+
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "打开蓝牙用于扫描硬件";
4441+
INFOPLIST_KEY_NSBluetoothPeripheralUsageDescription = "打开蓝牙用于扫描硬件";
4442+
INFOPLIST_KEY_NSCameraUsageDescription = "获取相机权限用于扫描设备二维码";
4443+
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "获取组播权限,用于智能产品配网";
4444+
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "用户获取WIFI信息";
4445+
INFOPLIST_KEY_NSMicrophoneUsageDescription = "获取麦克风权限用于音视频通话";
4446+
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "获取相册权限用于更换用户头像";
4447+
INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "获取相册权限用于识别本地二维码和用于更换头像";
4448+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
4449+
INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7;
4450+
INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleDarkContent;
4451+
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
4452+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
44114453
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
44124454
LD_RUNPATH_SEARCH_PATHS = (
44134455
"$(inherited)",
@@ -4421,11 +4463,11 @@
44214463
"$(PROJECT_DIR)/Source/LinkApp/Classes/Universal/WechatOpenSDK_NoPay",
44224464
);
44234465
MARKETING_VERSION = 1.0.20;
4424-
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.iot.explorer.link.opensource;
4466+
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.iot.explorer.link;
44254467
PRODUCT_MODULE_NAME = LinkApp;
44264468
PRODUCT_NAME = "$(TARGET_NAME)";
44274469
PROVISIONING_PROFILE_SPECIFIER = iot_dev_test;
4428-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = iot_sdk_app;
4470+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = com.tencent.iot.explorer.link_Development_SignProvision;
44294471
SWIFT_OBJC_BRIDGING_HEADER = "Source/LinkApp/Supporting Files/LinkApp-Bridging-Header.h";
44304472
SWIFT_VERSION = 5.0;
44314473
TARGETED_DEVICE_FAMILY = 1;
@@ -4445,7 +4487,7 @@
44454487
CURRENT_PROJECT_VERSION = 1;
44464488
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
44474489
DEVELOPMENT_TEAM = 89W69LHLD3;
4448-
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 89W69LHLD3;
4490+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = FN2V63AD2J;
44494491
ENABLE_BITCODE = NO;
44504492
FRAMEWORK_SEARCH_PATHS = (
44514493
"$(inherited)",
@@ -4454,17 +4496,28 @@
44544496
GCC_PREFIX_HEADER = "$(SRCROOT)/Source/LinkSDKDemo/Supporting Files/QCPrefix.pch";
44554497
INFOPLIST_FILE = "Source/LinkSDKDemo/Supporting Files/Info.plist";
44564498
INFOPLIST_KEY_CFBundleDisplayName = VideoDemo;
4499+
INFOPLIST_KEY_NSCameraUsageDescription = "咚咚咚咚";
4500+
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "用于获取WiFi信息";
4501+
INFOPLIST_KEY_NSMicrophoneUsageDescription = "获取麦克风权限用于音视频通话";
4502+
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "用于保存视频截图";
4503+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
4504+
INFOPLIST_KEY_UIMainStoryboardFile = Main;
4505+
INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7;
4506+
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
4507+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
4508+
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
4509+
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
44574510
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
44584511
LD_RUNPATH_SEARCH_PATHS = (
44594512
"$(inherited)",
44604513
"@executable_path/Frameworks",
44614514
);
44624515
MARKETING_VERSION = 2.4.0;
4463-
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.iot.explorer.link.sdkdemo;
4516+
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.iot.explorer.link;
44644517
PRODUCT_MODULE_NAME = LinkSDKDemo;
44654518
PRODUCT_NAME = "$(TARGET_NAME)";
44664519
PROVISIONING_PROFILE_SPECIFIER = iot_sdk_dev_test;
4467-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = iot_sdk_demo;
4520+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = com.tencent.iot.explorer.link_Development_SignProvision;
44684521
SWIFT_OBJC_BRIDGING_HEADER = "Source/LinkSDKDemo/Supporting Files/LinkSDKDemo-Bridging-Header.h";
44694522
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
44704523
SWIFT_VERSION = 5.0;
@@ -4483,7 +4536,7 @@
44834536
CODE_SIGN_STYLE = Manual;
44844537
CURRENT_PROJECT_VERSION = 1;
44854538
DEVELOPMENT_TEAM = 89W69LHLD3;
4486-
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 89W69LHLD3;
4539+
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = FN2V63AD2J;
44874540
ENABLE_BITCODE = NO;
44884541
FRAMEWORK_SEARCH_PATHS = (
44894542
"$(inherited)",
@@ -4492,17 +4545,28 @@
44924545
GCC_PREFIX_HEADER = "$(SRCROOT)/Source/LinkSDKDemo/Supporting Files/QCPrefix.pch";
44934546
INFOPLIST_FILE = "Source/LinkSDKDemo/Supporting Files/Info.plist";
44944547
INFOPLIST_KEY_CFBundleDisplayName = VideoDemo;
4548+
INFOPLIST_KEY_NSCameraUsageDescription = "咚咚咚咚";
4549+
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "用于获取WiFi信息";
4550+
INFOPLIST_KEY_NSMicrophoneUsageDescription = "获取麦克风权限用于音视频通话";
4551+
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "用于保存视频截图";
4552+
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
4553+
INFOPLIST_KEY_UIMainStoryboardFile = Main;
4554+
INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7;
4555+
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
4556+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
4557+
INFOPLIST_KEY_UISupportsDocumentBrowser = YES;
4558+
INFOPLIST_KEY_UIUserInterfaceStyle = Light;
44954559
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
44964560
LD_RUNPATH_SEARCH_PATHS = (
44974561
"$(inherited)",
44984562
"@executable_path/Frameworks",
44994563
);
45004564
MARKETING_VERSION = 2.4.0;
4501-
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.iot.explorer.link.sdkdemo;
4565+
PRODUCT_BUNDLE_IDENTIFIER = com.tencent.iot.explorer.link;
45024566
PRODUCT_MODULE_NAME = LinkSDKDemo;
45034567
PRODUCT_NAME = "$(TARGET_NAME)";
45044568
PROVISIONING_PROFILE_SPECIFIER = iot_sdk_dev_test;
4505-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = iot_sdk_demo;
4569+
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = com.tencent.iot.explorer.link_Development_SignProvision;
45064570
SWIFT_OBJC_BRIDGING_HEADER = "Source/LinkSDKDemo/Supporting Files/LinkSDKDemo-Bridging-Header.h";
45074571
SWIFT_VERSION = 5.0;
45084572
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)