Skip to content

Commit 2655127

Browse files
committed
Simplify Demo schemes
1 parent 47186eb commit 2655127

File tree

2 files changed

+8
-134
lines changed

2 files changed

+8
-134
lines changed

Demo/KeyboardDemo.xcodeproj/project.pbxproj

+5-131
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@
88

99
/* Begin PBXBuildFile section */
1010
F1B7598E2848C56C0042846A /* KeyboardDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597E2848C56B0042846A /* KeyboardDemoApp.swift */; };
11-
F1B7598F2848C56C0042846A /* KeyboardDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597E2848C56B0042846A /* KeyboardDemoApp.swift */; };
1211
F1B759902848C56C0042846A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597F2848C56B0042846A /* ContentView.swift */; };
13-
F1B759912848C56C0042846A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597F2848C56B0042846A /* ContentView.swift */; };
1412
F1B759922848C56C0042846A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1B759802848C56C0042846A /* Assets.xcassets */; };
15-
F1B759932848C56C0042846A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1B759802848C56C0042846A /* Assets.xcassets */; };
16-
F1B759A02848C5F20042846A /* Keyboard in Frameworks */ = {isa = PBXBuildFile; productRef = F1B7599F2848C5F20042846A /* Keyboard */; };
1713
F1B759A22848C5FB0042846A /* Keyboard in Frameworks */ = {isa = PBXBuildFile; productRef = F1B759A12848C5FB0042846A /* Keyboard */; };
1814
/* End PBXBuildFile section */
1915

@@ -22,7 +18,6 @@
2218
F1B7597F2848C56B0042846A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
2319
F1B759802848C56C0042846A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2420
F1B759852848C56C0042846A /* KeyboardDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KeyboardDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
25-
F1B7598B2848C56C0042846A /* KeyboardDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KeyboardDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
2621
F1B7598D2848C56C0042846A /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
2722
F1B7599D2848C5B30042846A /* Keyboard */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Keyboard; path = ..; sourceTree = "<group>"; };
2823
/* End PBXFileReference section */
@@ -36,14 +31,6 @@
3631
);
3732
runOnlyForDeploymentPostprocessing = 0;
3833
};
39-
F1B759882848C56C0042846A /* Frameworks */ = {
40-
isa = PBXFrameworksBuildPhase;
41-
buildActionMask = 2147483647;
42-
files = (
43-
F1B759A02848C5F20042846A /* Keyboard in Frameworks */,
44-
);
45-
runOnlyForDeploymentPostprocessing = 0;
46-
};
4734
/* End PBXFrameworksBuildPhase section */
4835

4936
/* Begin PBXGroup section */
@@ -72,7 +59,6 @@
7259
isa = PBXGroup;
7360
children = (
7461
F1B759852848C56C0042846A /* KeyboardDemo.app */,
75-
F1B7598B2848C56C0042846A /* KeyboardDemo.app */,
7662
);
7763
name = Products;
7864
sourceTree = "<group>";
@@ -103,9 +89,9 @@
10389
/* End PBXGroup section */
10490

10591
/* Begin PBXNativeTarget section */
106-
F1B759842848C56C0042846A /* KeyboardDemo (iOS) */ = {
92+
F1B759842848C56C0042846A /* KeyboardDemo */ = {
10793
isa = PBXNativeTarget;
108-
buildConfigurationList = F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (iOS)" */;
94+
buildConfigurationList = F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo" */;
10995
buildPhases = (
11096
F1B759812848C56C0042846A /* Sources */,
11197
F1B759822848C56C0042846A /* Frameworks */,
@@ -115,34 +101,14 @@
115101
);
116102
dependencies = (
117103
);
118-
name = "KeyboardDemo (iOS)";
104+
name = KeyboardDemo;
119105
packageProductDependencies = (
120106
F1B759A12848C5FB0042846A /* Keyboard */,
121107
);
122108
productName = "KeyboardDemo (iOS)";
123109
productReference = F1B759852848C56C0042846A /* KeyboardDemo.app */;
124110
productType = "com.apple.product-type.application";
125111
};
126-
F1B7598A2848C56C0042846A /* KeyboardDemo (macOS) */ = {
127-
isa = PBXNativeTarget;
128-
buildConfigurationList = F1B759992848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (macOS)" */;
129-
buildPhases = (
130-
F1B759872848C56C0042846A /* Sources */,
131-
F1B759882848C56C0042846A /* Frameworks */,
132-
F1B759892848C56C0042846A /* Resources */,
133-
);
134-
buildRules = (
135-
);
136-
dependencies = (
137-
);
138-
name = "KeyboardDemo (macOS)";
139-
packageProductDependencies = (
140-
F1B7599F2848C5F20042846A /* Keyboard */,
141-
);
142-
productName = "KeyboardDemo (macOS)";
143-
productReference = F1B7598B2848C56C0042846A /* KeyboardDemo.app */;
144-
productType = "com.apple.product-type.application";
145-
};
146112
/* End PBXNativeTarget section */
147113

148114
/* Begin PBXProject section */
@@ -156,9 +122,6 @@
156122
F1B759842848C56C0042846A = {
157123
CreatedOnToolsVersion = 13.4;
158124
};
159-
F1B7598A2848C56C0042846A = {
160-
CreatedOnToolsVersion = 13.4;
161-
};
162125
};
163126
};
164127
buildConfigurationList = F1B7597C2848C56B0042846A /* Build configuration list for PBXProject "KeyboardDemo" */;
@@ -174,8 +137,7 @@
174137
projectDirPath = "";
175138
projectRoot = "";
176139
targets = (
177-
F1B759842848C56C0042846A /* KeyboardDemo (iOS) */,
178-
F1B7598A2848C56C0042846A /* KeyboardDemo (macOS) */,
140+
F1B759842848C56C0042846A /* KeyboardDemo */,
179141
);
180142
};
181143
/* End PBXProject section */
@@ -189,14 +151,6 @@
189151
);
190152
runOnlyForDeploymentPostprocessing = 0;
191153
};
192-
F1B759892848C56C0042846A /* Resources */ = {
193-
isa = PBXResourcesBuildPhase;
194-
buildActionMask = 2147483647;
195-
files = (
196-
F1B759932848C56C0042846A /* Assets.xcassets in Resources */,
197-
);
198-
runOnlyForDeploymentPostprocessing = 0;
199-
};
200154
/* End PBXResourcesBuildPhase section */
201155

202156
/* Begin PBXSourcesBuildPhase section */
@@ -209,15 +163,6 @@
209163
);
210164
runOnlyForDeploymentPostprocessing = 0;
211165
};
212-
F1B759872848C56C0042846A /* Sources */ = {
213-
isa = PBXSourcesBuildPhase;
214-
buildActionMask = 2147483647;
215-
files = (
216-
F1B759912848C56C0042846A /* ContentView.swift in Sources */,
217-
F1B7598F2848C56C0042846A /* KeyboardDemoApp.swift in Sources */,
218-
);
219-
runOnlyForDeploymentPostprocessing = 0;
220-
};
221166
/* End PBXSourcesBuildPhase section */
222167

223168
/* Begin XCBuildConfiguration section */
@@ -399,64 +344,6 @@
399344
};
400345
name = Release;
401346
};
402-
F1B7599A2848C56C0042846A /* Debug */ = {
403-
isa = XCBuildConfiguration;
404-
buildSettings = {
405-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
406-
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
407-
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
408-
CODE_SIGN_IDENTITY = "-";
409-
CODE_SIGN_STYLE = Automatic;
410-
COMBINE_HIDPI_IMAGES = YES;
411-
CURRENT_PROJECT_VERSION = 1;
412-
DEVELOPMENT_TEAM = "";
413-
ENABLE_HARDENED_RUNTIME = YES;
414-
ENABLE_PREVIEWS = YES;
415-
GENERATE_INFOPLIST_FILE = YES;
416-
INFOPLIST_KEY_NSHumanReadableCopyright = "";
417-
LD_RUNPATH_SEARCH_PATHS = (
418-
"$(inherited)",
419-
"@executable_path/../Frameworks",
420-
);
421-
MACOSX_DEPLOYMENT_TARGET = 12.3;
422-
MARKETING_VERSION = 1.0;
423-
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
424-
PRODUCT_NAME = KeyboardDemo;
425-
SDKROOT = macosx;
426-
SWIFT_EMIT_LOC_STRINGS = YES;
427-
SWIFT_VERSION = 5.0;
428-
};
429-
name = Debug;
430-
};
431-
F1B7599B2848C56C0042846A /* Release */ = {
432-
isa = XCBuildConfiguration;
433-
buildSettings = {
434-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
435-
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
436-
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
437-
CODE_SIGN_IDENTITY = "-";
438-
CODE_SIGN_STYLE = Automatic;
439-
COMBINE_HIDPI_IMAGES = YES;
440-
CURRENT_PROJECT_VERSION = 1;
441-
DEVELOPMENT_TEAM = "";
442-
ENABLE_HARDENED_RUNTIME = YES;
443-
ENABLE_PREVIEWS = YES;
444-
GENERATE_INFOPLIST_FILE = YES;
445-
INFOPLIST_KEY_NSHumanReadableCopyright = "";
446-
LD_RUNPATH_SEARCH_PATHS = (
447-
"$(inherited)",
448-
"@executable_path/../Frameworks",
449-
);
450-
MACOSX_DEPLOYMENT_TARGET = 12.3;
451-
MARKETING_VERSION = 1.0;
452-
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
453-
PRODUCT_NAME = KeyboardDemo;
454-
SDKROOT = macosx;
455-
SWIFT_EMIT_LOC_STRINGS = YES;
456-
SWIFT_VERSION = 5.0;
457-
};
458-
name = Release;
459-
};
460347
/* End XCBuildConfiguration section */
461348

462349
/* Begin XCConfigurationList section */
@@ -469,7 +356,7 @@
469356
defaultConfigurationIsVisible = 0;
470357
defaultConfigurationName = Release;
471358
};
472-
F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (iOS)" */ = {
359+
F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo" */ = {
473360
isa = XCConfigurationList;
474361
buildConfigurations = (
475362
F1B759972848C56C0042846A /* Debug */,
@@ -478,22 +365,9 @@
478365
defaultConfigurationIsVisible = 0;
479366
defaultConfigurationName = Release;
480367
};
481-
F1B759992848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (macOS)" */ = {
482-
isa = XCConfigurationList;
483-
buildConfigurations = (
484-
F1B7599A2848C56C0042846A /* Debug */,
485-
F1B7599B2848C56C0042846A /* Release */,
486-
);
487-
defaultConfigurationIsVisible = 0;
488-
defaultConfigurationName = Release;
489-
};
490368
/* End XCConfigurationList section */
491369

492370
/* Begin XCSwiftPackageProductDependency section */
493-
F1B7599F2848C5F20042846A /* Keyboard */ = {
494-
isa = XCSwiftPackageProductDependency;
495-
productName = Keyboard;
496-
};
497371
F1B759A12848C5FB0042846A /* Keyboard */ = {
498372
isa = XCSwiftPackageProductDependency;
499373
productName = Keyboard;

Demo/KeyboardDemo.xcodeproj/xcshareddata/xcschemes/KeyboardDemo.xcscheme

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BuildableIdentifier = "primary"
1818
BlueprintIdentifier = "F1B759842848C56C0042846A"
1919
BuildableName = "KeyboardDemo.app"
20-
BlueprintName = "KeyboardDemo (iOS)"
20+
BlueprintName = "KeyboardDemo"
2121
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
2222
</BuildableReference>
2323
</BuildActionEntry>
@@ -46,7 +46,7 @@
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "F1B759842848C56C0042846A"
4848
BuildableName = "KeyboardDemo.app"
49-
BlueprintName = "KeyboardDemo (iOS)"
49+
BlueprintName = "KeyboardDemo"
5050
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
5151
</BuildableReference>
5252
</BuildableProductRunnable>
@@ -63,7 +63,7 @@
6363
BuildableIdentifier = "primary"
6464
BlueprintIdentifier = "F1B759842848C56C0042846A"
6565
BuildableName = "KeyboardDemo.app"
66-
BlueprintName = "KeyboardDemo (iOS)"
66+
BlueprintName = "KeyboardDemo"
6767
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
6868
</BuildableReference>
6969
</BuildableProductRunnable>

0 commit comments

Comments
 (0)