|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | F1DDBABD28BE927D0009F000 /* FlowDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1DDBAAD28BE927B0009F000 /* FlowDemoApp.swift */; };
|
11 |
| - F1DDBABE28BE927D0009F000 /* FlowDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1DDBAAD28BE927B0009F000 /* FlowDemoApp.swift */; }; |
12 | 11 | F1DDBABF28BE927D0009F000 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1DDBAAE28BE927B0009F000 /* ContentView.swift */; };
|
13 |
| - F1DDBAC028BE927D0009F000 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1DDBAAE28BE927B0009F000 /* ContentView.swift */; }; |
14 | 12 | F1DDBAC128BE927D0009F000 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1DDBAAF28BE927D0009F000 /* Assets.xcassets */; };
|
15 |
| - F1DDBAC228BE927D0009F000 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1DDBAAF28BE927D0009F000 /* Assets.xcassets */; }; |
16 | 13 | F1DDBACF28BE92D00009F000 /* Flow in Frameworks */ = {isa = PBXBuildFile; productRef = F1DDBACE28BE92D00009F000 /* Flow */; };
|
17 |
| - F1DDBAD128BE93100009F000 /* Flow in Frameworks */ = {isa = PBXBuildFile; productRef = F1DDBAD028BE93100009F000 /* Flow */; }; |
18 | 14 | /* End PBXBuildFile section */
|
19 | 15 |
|
20 | 16 | /* Begin PBXFileReference section */
|
21 | 17 | F1DDBAAD28BE927B0009F000 /* FlowDemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowDemoApp.swift; sourceTree = "<group>"; };
|
22 | 18 | F1DDBAAE28BE927B0009F000 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
23 | 19 | F1DDBAAF28BE927D0009F000 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
24 | 20 | F1DDBAB428BE927D0009F000 /* FlowDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlowDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
25 |
| - F1DDBABA28BE927D0009F000 /* FlowDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FlowDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
26 | 21 | F1DDBABC28BE927D0009F000 /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
|
27 | 22 | F1DDBACC28BE92A30009F000 /* Flow */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Flow; path = ..; sourceTree = "<group>"; };
|
28 | 23 | /* End PBXFileReference section */
|
|
36 | 31 | );
|
37 | 32 | runOnlyForDeploymentPostprocessing = 0;
|
38 | 33 | };
|
39 |
| - F1DDBAB728BE927D0009F000 /* Frameworks */ = { |
40 |
| - isa = PBXFrameworksBuildPhase; |
41 |
| - buildActionMask = 2147483647; |
42 |
| - files = ( |
43 |
| - F1DDBAD128BE93100009F000 /* Flow 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 | F1DDBAB428BE927D0009F000 /* FlowDemo.app */,
|
75 |
| - F1DDBABA28BE927D0009F000 /* FlowDemo.app */, |
76 | 62 | );
|
77 | 63 | name = Products;
|
78 | 64 | sourceTree = "<group>";
|
|
103 | 89 | /* End PBXGroup section */
|
104 | 90 |
|
105 | 91 | /* Begin PBXNativeTarget section */
|
106 |
| - F1DDBAB328BE927D0009F000 /* FlowDemo (iOS) */ = { |
| 92 | + F1DDBAB328BE927D0009F000 /* FlowDemo */ = { |
107 | 93 | isa = PBXNativeTarget;
|
108 |
| - buildConfigurationList = F1DDBAC528BE927D0009F000 /* Build configuration list for PBXNativeTarget "FlowDemo (iOS)" */; |
| 94 | + buildConfigurationList = F1DDBAC528BE927D0009F000 /* Build configuration list for PBXNativeTarget "FlowDemo" */; |
109 | 95 | buildPhases = (
|
110 | 96 | F1DDBAB028BE927D0009F000 /* Sources */,
|
111 | 97 | F1DDBAB128BE927D0009F000 /* Frameworks */,
|
|
115 | 101 | );
|
116 | 102 | dependencies = (
|
117 | 103 | );
|
118 |
| - name = "FlowDemo (iOS)"; |
| 104 | + name = FlowDemo; |
119 | 105 | packageProductDependencies = (
|
120 | 106 | F1DDBACE28BE92D00009F000 /* Flow */,
|
121 | 107 | );
|
122 | 108 | productName = "FlowDemo (iOS)";
|
123 | 109 | productReference = F1DDBAB428BE927D0009F000 /* FlowDemo.app */;
|
124 | 110 | productType = "com.apple.product-type.application";
|
125 | 111 | };
|
126 |
| - F1DDBAB928BE927D0009F000 /* FlowDemo (macOS) */ = { |
127 |
| - isa = PBXNativeTarget; |
128 |
| - buildConfigurationList = F1DDBAC828BE927D0009F000 /* Build configuration list for PBXNativeTarget "FlowDemo (macOS)" */; |
129 |
| - buildPhases = ( |
130 |
| - F1DDBAB628BE927D0009F000 /* Sources */, |
131 |
| - F1DDBAB728BE927D0009F000 /* Frameworks */, |
132 |
| - F1DDBAB828BE927D0009F000 /* Resources */, |
133 |
| - ); |
134 |
| - buildRules = ( |
135 |
| - ); |
136 |
| - dependencies = ( |
137 |
| - ); |
138 |
| - name = "FlowDemo (macOS)"; |
139 |
| - packageProductDependencies = ( |
140 |
| - F1DDBAD028BE93100009F000 /* Flow */, |
141 |
| - ); |
142 |
| - productName = "FlowDemo (macOS)"; |
143 |
| - productReference = F1DDBABA28BE927D0009F000 /* FlowDemo.app */; |
144 |
| - productType = "com.apple.product-type.application"; |
145 |
| - }; |
146 | 112 | /* End PBXNativeTarget section */
|
147 | 113 |
|
148 | 114 | /* Begin PBXProject section */
|
|
156 | 122 | F1DDBAB328BE927D0009F000 = {
|
157 | 123 | CreatedOnToolsVersion = 13.4.1;
|
158 | 124 | };
|
159 |
| - F1DDBAB928BE927D0009F000 = { |
160 |
| - CreatedOnToolsVersion = 13.4.1; |
161 |
| - }; |
162 | 125 | };
|
163 | 126 | };
|
164 | 127 | buildConfigurationList = F1DDBAAB28BE927B0009F000 /* Build configuration list for PBXProject "FlowDemo" */;
|
|
174 | 137 | projectDirPath = "";
|
175 | 138 | projectRoot = "";
|
176 | 139 | targets = (
|
177 |
| - F1DDBAB328BE927D0009F000 /* FlowDemo (iOS) */, |
178 |
| - F1DDBAB928BE927D0009F000 /* FlowDemo (macOS) */, |
| 140 | + F1DDBAB328BE927D0009F000 /* FlowDemo */, |
179 | 141 | );
|
180 | 142 | };
|
181 | 143 | /* End PBXProject section */
|
|
189 | 151 | );
|
190 | 152 | runOnlyForDeploymentPostprocessing = 0;
|
191 | 153 | };
|
192 |
| - F1DDBAB828BE927D0009F000 /* Resources */ = { |
193 |
| - isa = PBXResourcesBuildPhase; |
194 |
| - buildActionMask = 2147483647; |
195 |
| - files = ( |
196 |
| - F1DDBAC228BE927D0009F000 /* 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 |
| - F1DDBAB628BE927D0009F000 /* Sources */ = { |
213 |
| - isa = PBXSourcesBuildPhase; |
214 |
| - buildActionMask = 2147483647; |
215 |
| - files = ( |
216 |
| - F1DDBAC028BE927D0009F000 /* ContentView.swift in Sources */, |
217 |
| - F1DDBABE28BE927D0009F000 /* FlowDemoApp.swift in Sources */, |
218 |
| - ); |
219 |
| - runOnlyForDeploymentPostprocessing = 0; |
220 |
| - }; |
221 | 166 | /* End PBXSourcesBuildPhase section */
|
222 | 167 |
|
223 | 168 | /* Begin XCBuildConfiguration section */
|
|
340 | 285 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
341 | 286 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
342 | 287 | CODE_SIGN_IDENTITY = "Apple Development";
|
| 288 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
343 | 289 | CODE_SIGN_STYLE = Automatic;
|
344 | 290 | CURRENT_PROJECT_VERSION = 1;
|
345 |
| - DEVELOPMENT_TEAM = ""; |
| 291 | + DEVELOPMENT_TEAM = 9W69ZP8S5F; |
346 | 292 | ENABLE_PREVIEWS = YES;
|
347 | 293 | GENERATE_INFOPLIST_FILE = YES;
|
348 | 294 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
359 | 305 | PRODUCT_NAME = FlowDemo;
|
360 | 306 | PROVISIONING_PROFILE_SPECIFIER = "";
|
361 | 307 | SDKROOT = iphoneos;
|
| 308 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
| 309 | + SUPPORTS_MACCATALYST = NO; |
| 310 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
| 311 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
362 | 312 | SWIFT_EMIT_LOC_STRINGS = YES;
|
363 | 313 | SWIFT_VERSION = 5.0;
|
364 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
| 314 | + TARGETED_DEVICE_FAMILY = "1,2,7"; |
365 | 315 | };
|
366 | 316 | name = Debug;
|
367 | 317 | };
|
|
371 | 321 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
372 | 322 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
373 | 323 | CODE_SIGN_IDENTITY = "Apple Development";
|
| 324 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
374 | 325 | CODE_SIGN_STYLE = Automatic;
|
375 | 326 | CURRENT_PROJECT_VERSION = 1;
|
376 |
| - DEVELOPMENT_TEAM = ""; |
| 327 | + DEVELOPMENT_TEAM = 9W69ZP8S5F; |
377 | 328 | ENABLE_PREVIEWS = YES;
|
378 | 329 | GENERATE_INFOPLIST_FILE = YES;
|
379 | 330 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
|
390 | 341 | PRODUCT_NAME = FlowDemo;
|
391 | 342 | PROVISIONING_PROFILE_SPECIFIER = "";
|
392 | 343 | SDKROOT = iphoneos;
|
| 344 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
| 345 | + SUPPORTS_MACCATALYST = NO; |
| 346 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
| 347 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
393 | 348 | SWIFT_EMIT_LOC_STRINGS = YES;
|
394 | 349 | SWIFT_VERSION = 5.0;
|
395 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
| 350 | + TARGETED_DEVICE_FAMILY = "1,2,7"; |
396 | 351 | VALIDATE_PRODUCT = YES;
|
397 | 352 | };
|
398 | 353 | name = Release;
|
399 | 354 | };
|
400 |
| - F1DDBAC928BE927D0009F000 /* Debug */ = { |
401 |
| - isa = XCBuildConfiguration; |
402 |
| - buildSettings = { |
403 |
| - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
404 |
| - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
405 |
| - CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements; |
406 |
| - CODE_SIGN_STYLE = Automatic; |
407 |
| - COMBINE_HIDPI_IMAGES = YES; |
408 |
| - CURRENT_PROJECT_VERSION = 1; |
409 |
| - ENABLE_PREVIEWS = YES; |
410 |
| - GENERATE_INFOPLIST_FILE = YES; |
411 |
| - INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
412 |
| - LD_RUNPATH_SEARCH_PATHS = ( |
413 |
| - "$(inherited)", |
414 |
| - "@executable_path/../Frameworks", |
415 |
| - ); |
416 |
| - MARKETING_VERSION = 1.0; |
417 |
| - PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.FlowDemo; |
418 |
| - PRODUCT_NAME = FlowDemo; |
419 |
| - SDKROOT = macosx; |
420 |
| - SWIFT_EMIT_LOC_STRINGS = YES; |
421 |
| - SWIFT_VERSION = 5.0; |
422 |
| - }; |
423 |
| - name = Debug; |
424 |
| - }; |
425 |
| - F1DDBACA28BE927D0009F000 /* Release */ = { |
426 |
| - isa = XCBuildConfiguration; |
427 |
| - buildSettings = { |
428 |
| - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
429 |
| - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
430 |
| - CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements; |
431 |
| - CODE_SIGN_STYLE = Automatic; |
432 |
| - COMBINE_HIDPI_IMAGES = YES; |
433 |
| - CURRENT_PROJECT_VERSION = 1; |
434 |
| - ENABLE_PREVIEWS = YES; |
435 |
| - GENERATE_INFOPLIST_FILE = YES; |
436 |
| - INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
437 |
| - LD_RUNPATH_SEARCH_PATHS = ( |
438 |
| - "$(inherited)", |
439 |
| - "@executable_path/../Frameworks", |
440 |
| - ); |
441 |
| - MARKETING_VERSION = 1.0; |
442 |
| - PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.FlowDemo; |
443 |
| - PRODUCT_NAME = FlowDemo; |
444 |
| - SDKROOT = macosx; |
445 |
| - SWIFT_EMIT_LOC_STRINGS = YES; |
446 |
| - SWIFT_VERSION = 5.0; |
447 |
| - }; |
448 |
| - name = Release; |
449 |
| - }; |
450 | 355 | /* End XCBuildConfiguration section */
|
451 | 356 |
|
452 | 357 | /* Begin XCConfigurationList section */
|
|
459 | 364 | defaultConfigurationIsVisible = 0;
|
460 | 365 | defaultConfigurationName = Release;
|
461 | 366 | };
|
462 |
| - F1DDBAC528BE927D0009F000 /* Build configuration list for PBXNativeTarget "FlowDemo (iOS)" */ = { |
| 367 | + F1DDBAC528BE927D0009F000 /* Build configuration list for PBXNativeTarget "FlowDemo" */ = { |
463 | 368 | isa = XCConfigurationList;
|
464 | 369 | buildConfigurations = (
|
465 | 370 | F1DDBAC628BE927D0009F000 /* Debug */,
|
|
468 | 373 | defaultConfigurationIsVisible = 0;
|
469 | 374 | defaultConfigurationName = Release;
|
470 | 375 | };
|
471 |
| - F1DDBAC828BE927D0009F000 /* Build configuration list for PBXNativeTarget "FlowDemo (macOS)" */ = { |
472 |
| - isa = XCConfigurationList; |
473 |
| - buildConfigurations = ( |
474 |
| - F1DDBAC928BE927D0009F000 /* Debug */, |
475 |
| - F1DDBACA28BE927D0009F000 /* Release */, |
476 |
| - ); |
477 |
| - defaultConfigurationIsVisible = 0; |
478 |
| - defaultConfigurationName = Release; |
479 |
| - }; |
480 | 376 | /* End XCConfigurationList section */
|
481 | 377 |
|
482 | 378 | /* Begin XCSwiftPackageProductDependency section */
|
483 | 379 | F1DDBACE28BE92D00009F000 /* Flow */ = {
|
484 | 380 | isa = XCSwiftPackageProductDependency;
|
485 | 381 | productName = Flow;
|
486 | 382 | };
|
487 |
| - F1DDBAD028BE93100009F000 /* Flow */ = { |
488 |
| - isa = XCSwiftPackageProductDependency; |
489 |
| - productName = Flow; |
490 |
| - }; |
491 | 383 | /* End XCSwiftPackageProductDependency section */
|
492 | 384 | };
|
493 | 385 | rootObject = F1DDBAA828BE927B0009F000 /* Project object */;
|
|
0 commit comments