Skip to content

Commit f99d49f

Browse files
Added ARCHS[sdk=iphonesimulator*]=arm64 x86_64 and xcscheme for MatterTvCastingBridge
1 parent 68d4565 commit f99d49f

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

examples/tv-casting-app/darwin/MatterTvCastingBridge/MatterTvCastingBridge.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@
395395
3CCB87252869085400771BAD /* Debug */ = {
396396
isa = XCBuildConfiguration;
397397
buildSettings = {
398+
"ARCHS[sdk=iphonesimulator*]" = (
399+
arm64,
400+
x86_64,
401+
);
398402
CHIP_ROOT = "$(PROJECT_DIR)/../../../..";
399403
CODE_SIGN_STYLE = Automatic;
400404
COPY_PHASE_STRIP = NO;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1430"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "3CCB871C2869085400771BAD"
18+
BuildableName = "MatterTvCastingBridge.framework"
19+
BlueprintName = "MatterTvCastingBridge"
20+
ReferencedContainer = "container:MatterTvCastingBridge.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES"
30+
shouldAutocreateTestPlan = "YES">
31+
</TestAction>
32+
<LaunchAction
33+
buildConfiguration = "Debug"
34+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
35+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
36+
launchStyle = "0"
37+
useCustomWorkingDirectory = "NO"
38+
ignoresPersistentStateOnLaunch = "NO"
39+
debugDocumentVersioning = "YES"
40+
debugServiceExtension = "internal"
41+
allowLocationSimulation = "YES">
42+
</LaunchAction>
43+
<ProfileAction
44+
buildConfiguration = "Release"
45+
shouldUseLaunchSchemeArgsEnv = "YES"
46+
savedToolIdentifier = ""
47+
useCustomWorkingDirectory = "NO"
48+
debugDocumentVersioning = "YES">
49+
<MacroExpansion>
50+
<BuildableReference
51+
BuildableIdentifier = "primary"
52+
BlueprintIdentifier = "3CCB871C2869085400771BAD"
53+
BuildableName = "MatterTvCastingBridge.framework"
54+
BlueprintName = "MatterTvCastingBridge"
55+
ReferencedContainer = "container:MatterTvCastingBridge.xcodeproj">
56+
</BuildableReference>
57+
</MacroExpansion>
58+
</ProfileAction>
59+
<AnalyzeAction
60+
buildConfiguration = "Debug">
61+
</AnalyzeAction>
62+
<ArchiveAction
63+
buildConfiguration = "Release"
64+
revealArchiveInOrganizer = "YES">
65+
</ArchiveAction>
66+
</Scheme>

examples/tv-casting-app/darwin/TvCasting/TvCasting.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@
375375
3CC0E9052841DD3500EC6A18 /* Debug */ = {
376376
isa = XCBuildConfiguration;
377377
buildSettings = {
378+
"ARCHS[sdk=iphonesimulator*]" = (
379+
arm64,
380+
x86_64,
381+
);
378382
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
379383
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
380384
CLANG_ENABLE_MODULES = YES;

0 commit comments

Comments
 (0)