Skip to content

Commit 47186eb

Browse files
committed
Update demo schemes
1 parent 9f0ae29 commit 47186eb

File tree

2 files changed

+88
-2
lines changed

2 files changed

+88
-2
lines changed

Demo/KeyboardDemo.xcodeproj/project.pbxproj

+10-2
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,13 @@
354354
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
355355
PRODUCT_NAME = KeyboardDemo;
356356
SDKROOT = iphoneos;
357+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
358+
SUPPORTS_MACCATALYST = NO;
359+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
360+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
357361
SWIFT_EMIT_LOC_STRINGS = YES;
358362
SWIFT_VERSION = 5.0;
359-
TARGETED_DEVICE_FAMILY = "1,2";
363+
TARGETED_DEVICE_FAMILY = "1,2,7";
360364
};
361365
name = Debug;
362366
};
@@ -384,9 +388,13 @@
384388
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
385389
PRODUCT_NAME = KeyboardDemo;
386390
SDKROOT = iphoneos;
391+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
392+
SUPPORTS_MACCATALYST = NO;
393+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
394+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
387395
SWIFT_EMIT_LOC_STRINGS = YES;
388396
SWIFT_VERSION = 5.0;
389-
TARGETED_DEVICE_FAMILY = "1,2";
397+
TARGETED_DEVICE_FAMILY = "1,2,7";
390398
VALIDATE_PRODUCT = YES;
391399
};
392400
name = Release;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1530"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "F1B759842848C56C0042846A"
19+
BuildableName = "KeyboardDemo.app"
20+
BlueprintName = "KeyboardDemo (iOS)"
21+
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
25+
</BuildAction>
26+
<TestAction
27+
buildConfiguration = "Debug"
28+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
29+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30+
shouldUseLaunchSchemeArgsEnv = "YES"
31+
shouldAutocreateTestPlan = "YES">
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "F1B759842848C56C0042846A"
48+
BuildableName = "KeyboardDemo.app"
49+
BlueprintName = "KeyboardDemo (iOS)"
50+
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "F1B759842848C56C0042846A"
65+
BuildableName = "KeyboardDemo.app"
66+
BlueprintName = "KeyboardDemo (iOS)"
67+
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

0 commit comments

Comments
 (0)