|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | F1B7598E2848C56C0042846A /* KeyboardDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597E2848C56B0042846A /* KeyboardDemoApp.swift */; };
|
11 |
| - F1B7598F2848C56C0042846A /* KeyboardDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597E2848C56B0042846A /* KeyboardDemoApp.swift */; }; |
12 | 11 | F1B759902848C56C0042846A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597F2848C56B0042846A /* ContentView.swift */; };
|
13 |
| - F1B759912848C56C0042846A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1B7597F2848C56B0042846A /* ContentView.swift */; }; |
14 | 12 | 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 */; }; |
17 | 13 | F1B759A22848C5FB0042846A /* Keyboard in Frameworks */ = {isa = PBXBuildFile; productRef = F1B759A12848C5FB0042846A /* Keyboard */; };
|
18 | 14 | /* End PBXBuildFile section */
|
19 | 15 |
|
|
22 | 18 | F1B7597F2848C56B0042846A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
23 | 19 | F1B759802848C56C0042846A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
24 | 20 | 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; }; |
26 | 21 | F1B7598D2848C56C0042846A /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
|
27 | 22 | F1B7599D2848C5B30042846A /* Keyboard */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Keyboard; path = ..; sourceTree = "<group>"; };
|
28 | 23 | /* End PBXFileReference section */
|
|
36 | 31 | );
|
37 | 32 | runOnlyForDeploymentPostprocessing = 0;
|
38 | 33 | };
|
39 |
| - F1B759882848C56C0042846A /* Frameworks */ = { |
40 |
| - isa = PBXFrameworksBuildPhase; |
41 |
| - buildActionMask = 2147483647; |
42 |
| - files = ( |
43 |
| - F1B759A02848C5F20042846A /* Keyboard in Frameworks */, |
44 |
| - ); |
45 |
| - runOnlyForDeploymentPostprocessing = 0; |
46 |
| - }; |
47 | 34 | /* End PBXFrameworksBuildPhase section */
|
48 | 35 |
|
49 | 36 | /* Begin PBXGroup section */
|
|
72 | 59 | isa = PBXGroup;
|
73 | 60 | children = (
|
74 | 61 | F1B759852848C56C0042846A /* KeyboardDemo.app */,
|
75 |
| - F1B7598B2848C56C0042846A /* KeyboardDemo.app */, |
76 | 62 | );
|
77 | 63 | name = Products;
|
78 | 64 | sourceTree = "<group>";
|
|
103 | 89 | /* End PBXGroup section */
|
104 | 90 |
|
105 | 91 | /* Begin PBXNativeTarget section */
|
106 |
| - F1B759842848C56C0042846A /* KeyboardDemo (iOS) */ = { |
| 92 | + F1B759842848C56C0042846A /* KeyboardDemo */ = { |
107 | 93 | isa = PBXNativeTarget;
|
108 |
| - buildConfigurationList = F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (iOS)" */; |
| 94 | + buildConfigurationList = F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo" */; |
109 | 95 | buildPhases = (
|
110 | 96 | F1B759812848C56C0042846A /* Sources */,
|
111 | 97 | F1B759822848C56C0042846A /* Frameworks */,
|
|
115 | 101 | );
|
116 | 102 | dependencies = (
|
117 | 103 | );
|
118 |
| - name = "KeyboardDemo (iOS)"; |
| 104 | + name = KeyboardDemo; |
119 | 105 | packageProductDependencies = (
|
120 | 106 | F1B759A12848C5FB0042846A /* Keyboard */,
|
121 | 107 | );
|
122 | 108 | productName = "KeyboardDemo (iOS)";
|
123 | 109 | productReference = F1B759852848C56C0042846A /* KeyboardDemo.app */;
|
124 | 110 | productType = "com.apple.product-type.application";
|
125 | 111 | };
|
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 |
| - }; |
146 | 112 | /* End PBXNativeTarget section */
|
147 | 113 |
|
148 | 114 | /* Begin PBXProject section */
|
|
156 | 122 | F1B759842848C56C0042846A = {
|
157 | 123 | CreatedOnToolsVersion = 13.4;
|
158 | 124 | };
|
159 |
| - F1B7598A2848C56C0042846A = { |
160 |
| - CreatedOnToolsVersion = 13.4; |
161 |
| - }; |
162 | 125 | };
|
163 | 126 | };
|
164 | 127 | buildConfigurationList = F1B7597C2848C56B0042846A /* Build configuration list for PBXProject "KeyboardDemo" */;
|
|
174 | 137 | projectDirPath = "";
|
175 | 138 | projectRoot = "";
|
176 | 139 | targets = (
|
177 |
| - F1B759842848C56C0042846A /* KeyboardDemo (iOS) */, |
178 |
| - F1B7598A2848C56C0042846A /* KeyboardDemo (macOS) */, |
| 140 | + F1B759842848C56C0042846A /* KeyboardDemo */, |
179 | 141 | );
|
180 | 142 | };
|
181 | 143 | /* End PBXProject section */
|
|
189 | 151 | );
|
190 | 152 | runOnlyForDeploymentPostprocessing = 0;
|
191 | 153 | };
|
192 |
| - F1B759892848C56C0042846A /* Resources */ = { |
193 |
| - isa = PBXResourcesBuildPhase; |
194 |
| - buildActionMask = 2147483647; |
195 |
| - files = ( |
196 |
| - F1B759932848C56C0042846A /* Assets.xcassets in Resources */, |
197 |
| - ); |
198 |
| - runOnlyForDeploymentPostprocessing = 0; |
199 |
| - }; |
200 | 154 | /* End PBXResourcesBuildPhase section */
|
201 | 155 |
|
202 | 156 | /* Begin PBXSourcesBuildPhase section */
|
|
209 | 163 | );
|
210 | 164 | runOnlyForDeploymentPostprocessing = 0;
|
211 | 165 | };
|
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 |
| - }; |
221 | 166 | /* End PBXSourcesBuildPhase section */
|
222 | 167 |
|
223 | 168 | /* Begin XCBuildConfiguration section */
|
|
399 | 344 | };
|
400 | 345 | name = Release;
|
401 | 346 | };
|
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 |
| - }; |
460 | 347 | /* End XCBuildConfiguration section */
|
461 | 348 |
|
462 | 349 | /* Begin XCConfigurationList section */
|
|
469 | 356 | defaultConfigurationIsVisible = 0;
|
470 | 357 | defaultConfigurationName = Release;
|
471 | 358 | };
|
472 |
| - F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo (iOS)" */ = { |
| 359 | + F1B759962848C56C0042846A /* Build configuration list for PBXNativeTarget "KeyboardDemo" */ = { |
473 | 360 | isa = XCConfigurationList;
|
474 | 361 | buildConfigurations = (
|
475 | 362 | F1B759972848C56C0042846A /* Debug */,
|
|
478 | 365 | defaultConfigurationIsVisible = 0;
|
479 | 366 | defaultConfigurationName = Release;
|
480 | 367 | };
|
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 |
| - }; |
490 | 368 | /* End XCConfigurationList section */
|
491 | 369 |
|
492 | 370 | /* Begin XCSwiftPackageProductDependency section */
|
493 |
| - F1B7599F2848C5F20042846A /* Keyboard */ = { |
494 |
| - isa = XCSwiftPackageProductDependency; |
495 |
| - productName = Keyboard; |
496 |
| - }; |
497 | 371 | F1B759A12848C5FB0042846A /* Keyboard */ = {
|
498 | 372 | isa = XCSwiftPackageProductDependency;
|
499 | 373 | productName = Keyboard;
|
|
0 commit comments