diff --git a/Demo/KeyboardDemo.xcodeproj/project.pbxproj b/Demo/KeyboardDemo.xcodeproj/project.pbxproj index d0bfa7c..795c27e 100644 --- a/Demo/KeyboardDemo.xcodeproj/project.pbxproj +++ b/Demo/KeyboardDemo.xcodeproj/project.pbxproj @@ -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 */ @@ -22,7 +18,6 @@ F1B7597F2848C56B0042846A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; F1B759802848C56C0042846A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 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 = ""; }; F1B7599D2848C5B30042846A /* Keyboard */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Keyboard; path = ..; sourceTree = ""; }; /* End PBXFileReference section */ @@ -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 */ @@ -72,7 +59,6 @@ isa = PBXGroup; children = ( F1B759852848C56C0042846A /* KeyboardDemo.app */, - F1B7598B2848C56C0042846A /* KeyboardDemo.app */, ); name = Products; sourceTree = ""; @@ -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 */, @@ -115,7 +101,7 @@ ); dependencies = ( ); - name = "KeyboardDemo (iOS)"; + name = KeyboardDemo; packageProductDependencies = ( F1B759A12848C5FB0042846A /* Keyboard */, ); @@ -123,26 +109,6 @@ 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 */ @@ -156,9 +122,6 @@ F1B759842848C56C0042846A = { CreatedOnToolsVersion = 13.4; }; - F1B7598A2848C56C0042846A = { - CreatedOnToolsVersion = 13.4; - }; }; }; buildConfigurationList = F1B7597C2848C56B0042846A /* Build configuration list for PBXProject "KeyboardDemo" */; @@ -174,8 +137,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - F1B759842848C56C0042846A /* KeyboardDemo (iOS) */, - F1B7598A2848C56C0042846A /* KeyboardDemo (macOS) */, + F1B759842848C56C0042846A /* KeyboardDemo */, ); }; /* End PBXProject section */ @@ -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 */ @@ -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 */ @@ -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 */ @@ -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 */, @@ -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; diff --git a/Demo/KeyboardDemo.xcodeproj/xcshareddata/xcschemes/KeyboardDemo.xcscheme b/Demo/KeyboardDemo.xcodeproj/xcshareddata/xcschemes/KeyboardDemo.xcscheme index 73b2b9b..dfd9e81 100644 --- a/Demo/KeyboardDemo.xcodeproj/xcshareddata/xcschemes/KeyboardDemo.xcscheme +++ b/Demo/KeyboardDemo.xcodeproj/xcshareddata/xcschemes/KeyboardDemo.xcscheme @@ -17,7 +17,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "F1B759842848C56C0042846A" BuildableName = "KeyboardDemo.app" - BlueprintName = "KeyboardDemo (iOS)" + BlueprintName = "KeyboardDemo" ReferencedContainer = "container:KeyboardDemo.xcodeproj"> @@ -46,7 +46,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "F1B759842848C56C0042846A" BuildableName = "KeyboardDemo.app" - BlueprintName = "KeyboardDemo (iOS)" + BlueprintName = "KeyboardDemo" ReferencedContainer = "container:KeyboardDemo.xcodeproj"> @@ -63,7 +63,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "F1B759842848C56C0042846A" BuildableName = "KeyboardDemo.app" - BlueprintName = "KeyboardDemo (iOS)" + BlueprintName = "KeyboardDemo" ReferencedContainer = "container:KeyboardDemo.xcodeproj">