File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 579
579
PRODUCT_NAME = "$(TARGET_NAME)";
580
580
PROVISIONING_PROFILE_SPECIFIER = "";
581
581
SDKROOT = iphoneos;
582
+ SUPPORTS_MACCATALYST = YES;
582
583
TARGETED_DEVICE_FAMILY = "1,2";
583
584
};
584
585
name = Debug;
602
603
PRODUCT_NAME = "$(TARGET_NAME)";
603
604
PROVISIONING_PROFILE_SPECIFIER = "";
604
605
SDKROOT = iphoneos;
606
+ SUPPORTS_MACCATALYST = YES;
605
607
TARGETED_DEVICE_FAMILY = "1,2";
606
608
};
607
609
name = Release;
611
613
buildSettings = {
612
614
BUNDLE_LOADER = "$(TEST_HOST)";
613
615
CODE_SIGN_STYLE = Automatic;
616
+ DEVELOPMENT_TEAM = "";
614
617
INFOPLIST_FILE = CHIPToolTests/Info.plist;
615
618
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
616
619
LD_RUNPATH_SEARCH_PATHS = (
630
633
buildSettings = {
631
634
BUNDLE_LOADER = "$(TEST_HOST)";
632
635
CODE_SIGN_STYLE = Automatic;
636
+ DEVELOPMENT_TEAM = "";
633
637
INFOPLIST_FILE = CHIPToolTests/Info.plist;
634
638
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
635
639
LD_RUNPATH_SEARCH_PATHS = (
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
- <dict />
4
+ <dict >
5
+ <key >com.apple.security.app-sandbox</key >
6
+ <true />
7
+ <key >com.apple.security.device.bluetooth</key >
8
+ <true />
9
+ <key >com.apple.security.device.camera</key >
10
+ <true />
11
+ <key >com.apple.security.network.client</key >
12
+ <true />
13
+ <key >com.apple.security.network.server</key >
14
+ <true />
15
+ <key >keychain-access-groups</key >
16
+ <array >
17
+ <string >$(AppIdentifierPrefix)com.matter.CHIPTool</string >
18
+ </array >
19
+ </dict >
5
20
</plist >
You can’t perform that action at this time.
0 commit comments