Skip to content

Commit

Permalink
Simplify Demo schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 24, 2024
1 parent 47186eb commit 2655127
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 134 deletions.
136 changes: 5 additions & 131 deletions Demo/KeyboardDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@

/* Begin PBXBuildFile section */
F1B7598E2848C56C0042846A /* KeyboardDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597E2848C56B0042846A /* KeyboardDemoApp.swift */; };
F1B7598F2848C56C0042846A /* KeyboardDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597E2848C56B0042846A /* KeyboardDemoApp.swift */; };
F1B759902848C56C0042846A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597F2848C56B0042846A /* ContentView.swift */; };
F1B759912848C56C0042846A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597F2848C56B0042846A /* ContentView.swift */; };
F1B759922848C56C0042846A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1B759802848C56C0042846A /* Assets.xcassets */; };
F1B759932848C56C0042846A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1B759802848C56C0042846A /* Assets.xcassets */; };
F1B759A02848C5F20042846A /* Keyboard in Frameworks */ = {isa = PBXBuildFile; productRef = F1B7599F2848C5F20042846A /* Keyboard */; };
F1B759A22848C5FB0042846A /* Keyboard in Frameworks */ = {isa = PBXBuildFile; productRef = F1B759A12848C5FB0042846A /* Keyboard */; };
/* End PBXBuildFile section */

Expand All @@ -22,7 +18,6 @@
F1B7597F2848C56B0042846A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
F1B759802848C56C0042846A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F1B759852848C56C0042846A /* KeyboardDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KeyboardDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
F1B7598B2848C56C0042846A /* KeyboardDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KeyboardDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
F1B7598D2848C56C0042846A /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
F1B7599D2848C5B30042846A /* Keyboard */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Keyboard; path = ..; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -36,14 +31,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
F1B759882848C56C0042846A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F1B759A02848C5F20042846A /* Keyboard in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand Down Expand Up @@ -72,7 +59,6 @@
isa = PBXGroup;
children = (
F1B759852848C56C0042846A /* KeyboardDemo.app */,
F1B7598B2848C56C0042846A /* KeyboardDemo.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -103,9 +89,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
F1B759842848C56C0042846A /* KeyboardDemo (iOS) */ = {
F1B759842848C56C0042846A /* KeyboardDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (iOS)" */;
buildConfigurationList = F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo" */;
buildPhases = (
F1B759812848C56C0042846A /* Sources */,
F1B759822848C56C0042846A /* Frameworks */,
Expand All @@ -115,34 +101,14 @@
);
dependencies = (
);
name = "KeyboardDemo (iOS)";
name = KeyboardDemo;
packageProductDependencies = (
F1B759A12848C5FB0042846A /* Keyboard */,
);
productName = "KeyboardDemo (iOS)";
productReference = F1B759852848C56C0042846A /* KeyboardDemo.app */;
productType = "com.apple.product-type.application";
};
F1B7598A2848C56C0042846A /* KeyboardDemo (macOS) */ = {
isa = PBXNativeTarget;
buildConfigurationList = F1B759992848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (macOS)" */;
buildPhases = (
F1B759872848C56C0042846A /* Sources */,
F1B759882848C56C0042846A /* Frameworks */,
F1B759892848C56C0042846A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "KeyboardDemo (macOS)";
packageProductDependencies = (
F1B7599F2848C5F20042846A /* Keyboard */,
);
productName = "KeyboardDemo (macOS)";
productReference = F1B7598B2848C56C0042846A /* KeyboardDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -156,9 +122,6 @@
F1B759842848C56C0042846A = {
CreatedOnToolsVersion = 13.4;
};
F1B7598A2848C56C0042846A = {
CreatedOnToolsVersion = 13.4;
};
};
};
buildConfigurationList = F1B7597C2848C56B0042846A /* Build configuration list for PBXProject "KeyboardDemo" */;
Expand All @@ -174,8 +137,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
F1B759842848C56C0042846A /* KeyboardDemo (iOS) */,
F1B7598A2848C56C0042846A /* KeyboardDemo (macOS) */,
F1B759842848C56C0042846A /* KeyboardDemo */,
);
};
/* End PBXProject section */
Expand All @@ -189,14 +151,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
F1B759892848C56C0042846A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F1B759932848C56C0042846A /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand All @@ -209,15 +163,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
F1B759872848C56C0042846A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F1B759912848C56C0042846A /* ContentView.swift in Sources */,
F1B7598F2848C56C0042846A /* KeyboardDemoApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
Expand Down Expand Up @@ -399,64 +344,6 @@
};
name = Release;
};
F1B7599A2848C56C0042846A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.3;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
PRODUCT_NAME = KeyboardDemo;
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
F1B7599B2848C56C0042846A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.3;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
PRODUCT_NAME = KeyboardDemo;
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -469,7 +356,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (iOS)" */ = {
F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F1B759972848C56C0042846A /* Debug */,
Expand All @@ -478,22 +365,9 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F1B759992848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (macOS)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F1B7599A2848C56C0042846A /* Debug */,
F1B7599B2848C56C0042846A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
F1B7599F2848C5F20042846A /* Keyboard */ = {
isa = XCSwiftPackageProductDependency;
productName = Keyboard;
};
F1B759A12848C5FB0042846A /* Keyboard */ = {
isa = XCSwiftPackageProductDependency;
productName = Keyboard;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "F1B759842848C56C0042846A"
BuildableName = "KeyboardDemo.app"
BlueprintName = "KeyboardDemo (iOS)"
BlueprintName = "KeyboardDemo"
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand Down Expand Up @@ -46,7 +46,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "F1B759842848C56C0042846A"
BuildableName = "KeyboardDemo.app"
BlueprintName = "KeyboardDemo (iOS)"
BlueprintName = "KeyboardDemo"
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand All @@ -63,7 +63,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "F1B759842848C56C0042846A"
BuildableName = "KeyboardDemo.app"
BlueprintName = "KeyboardDemo (iOS)"
BlueprintName = "KeyboardDemo"
ReferencedContainer = "container:KeyboardDemo.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand Down

0 comments on commit 2655127

Please sign in to comment.