|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 52; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
31 | 31 | E283F0B1274103A30037F199 /* ControlRoomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E283F0B0274103A30037F199 /* ControlRoomView.swift */; };
|
32 | 32 | E283F0B3274103C80037F199 /* NumPadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E283F0B2274103C80037F199 /* NumPadView.swift */; };
|
33 | 33 | E283F0B5274103E00037F199 /* TransportView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E283F0B4274103E00037F199 /* TransportView.swift */; };
|
34 |
| - E284EBB626AE018F0016AA0F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E284EBB526AE018F0016AA0F /* AppDelegate.swift */; }; |
| 34 | + E284EBB626AE018F0016AA0F /* HUITestApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E284EBB526AE018F0016AA0F /* HUITestApp.swift */; }; |
35 | 35 | E284EBB826AE018F0016AA0F /* HUIClientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E284EBB726AE018F0016AA0F /* HUIClientView.swift */; };
|
36 | 36 | E284EBBA26AE01900016AA0F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E284EBB926AE01900016AA0F /* Assets.xcassets */; };
|
37 | 37 | E284EBBD26AE01900016AA0F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E284EBBC26AE01900016AA0F /* Preview Assets.xcassets */; };
|
38 |
| - E284EBC026AE01900016AA0F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E284EBBE26AE01900016AA0F /* Main.storyboard */; }; |
39 | 38 | E284EBCC26AE01EA0016AA0F /* Buttons.swift in Sources */ = {isa = PBXBuildFile; fileRef = E284EBCB26AE01EA0016AA0F /* Buttons.swift */; };
|
40 | 39 | E284EBD226AE01F00016AA0F /* HUISurfaceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E284EBCF26AE01F00016AA0F /* HUISurfaceView.swift */; };
|
41 | 40 | E284EBD326AE01F00016AA0F /* MixerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E284EBD026AE01F00016AA0F /* MixerView.swift */; };
|
|
71 | 70 | E283F0B2274103C80037F199 /* NumPadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NumPadView.swift; sourceTree = "<group>"; };
|
72 | 71 | E283F0B4274103E00037F199 /* TransportView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransportView.swift; sourceTree = "<group>"; };
|
73 | 72 | E284EBB226AE018F0016AA0F /* HUITest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HUITest.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
74 |
| - E284EBB526AE018F0016AA0F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 73 | + E284EBB526AE018F0016AA0F /* HUITestApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HUITestApp.swift; sourceTree = "<group>"; }; |
75 | 74 | E284EBB726AE018F0016AA0F /* HUIClientView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HUIClientView.swift; sourceTree = "<group>"; };
|
76 | 75 | E284EBB926AE01900016AA0F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
77 | 76 | E284EBBC26AE01900016AA0F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
78 |
| - E284EBBF26AE01900016AA0F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
79 | 77 | E284EBC126AE01900016AA0F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
80 | 78 | E284EBC226AE01900016AA0F /* HUITest.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HUITest.entitlements; sourceTree = "<group>"; };
|
81 | 79 | E284EBCB26AE01EA0016AA0F /* Buttons.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Buttons.swift; sourceTree = "<group>"; };
|
|
171 | 169 | E284EBB426AE018F0016AA0F /* HUITest */ = {
|
172 | 170 | isa = PBXGroup;
|
173 | 171 | children = (
|
174 |
| - E284EBB526AE018F0016AA0F /* AppDelegate.swift */, |
175 | 172 | E246E3C428EBF59600BB786D /* HUIHostView */,
|
176 | 173 | E284EBCE26AE01F00016AA0F /* HUISurfaceView */,
|
177 | 174 | E284EBCA26AE01EA0016AA0F /* Control Views */,
|
| 175 | + E284EBB526AE018F0016AA0F /* HUITestApp.swift */, |
178 | 176 | E284EBD726AE02090016AA0F /* HUISwitch Wrapper.swift */,
|
179 | 177 | E232239E2914F596005F0C12 /* Utilities.swift */,
|
180 | 178 | E21628E326E2DFF30022B66F /* Logger.swift */,
|
181 |
| - E284EBBE26AE01900016AA0F /* Main.storyboard */, |
182 | 179 | E284EBC126AE01900016AA0F /* Info.plist */,
|
183 | 180 | E284EBB926AE01900016AA0F /* Assets.xcassets */,
|
184 | 181 | E284EBC226AE01900016AA0F /* HUITest.entitlements */,
|
|
254 | 251 | E284EBAA26AE018F0016AA0F /* Project object */ = {
|
255 | 252 | isa = PBXProject;
|
256 | 253 | attributes = {
|
| 254 | + BuildIndependentTargetsInParallel = YES; |
257 | 255 | LastSwiftUpdateCheck = 1240;
|
258 |
| - LastUpgradeCheck = 1400; |
| 256 | + LastUpgradeCheck = 1500; |
259 | 257 | TargetAttributes = {
|
260 | 258 | E284EBB126AE018F0016AA0F = {
|
261 | 259 | CreatedOnToolsVersion = 12.4;
|
|
289 | 287 | isa = PBXResourcesBuildPhase;
|
290 | 288 | buildActionMask = 2147483647;
|
291 | 289 | files = (
|
292 |
| - E284EBC026AE01900016AA0F /* Main.storyboard in Resources */, |
293 | 290 | E284EBBD26AE01900016AA0F /* Preview Assets.xcassets in Resources */,
|
294 | 291 | E284EBBA26AE01900016AA0F /* Assets.xcassets in Resources */,
|
295 | 292 | );
|
|
321 | 318 | E283F0A7274102A60037F199 /* FaderView.swift in Sources */,
|
322 | 319 | E246E3CA28EC67D900BB786D /* SwiftUI Extensions.swift in Sources */,
|
323 | 320 | E246E3C828EC679D00BB786D /* MomentaryPressView.swift in Sources */,
|
324 |
| - E284EBB626AE018F0016AA0F /* AppDelegate.swift in Sources */, |
| 321 | + E284EBB626AE018F0016AA0F /* HUITestApp.swift in Sources */, |
325 | 322 | E284EBD426AE01F00016AA0F /* TopView.swift in Sources */,
|
326 | 323 | E284EBD326AE01F00016AA0F /* MixerView.swift in Sources */,
|
327 | 324 | E283F0932740AF7E0037F199 /* RightSideView.swift in Sources */,
|
|
338 | 335 | };
|
339 | 336 | /* End PBXSourcesBuildPhase section */
|
340 | 337 |
|
341 |
| -/* Begin PBXVariantGroup section */ |
342 |
| - E284EBBE26AE01900016AA0F /* Main.storyboard */ = { |
343 |
| - isa = PBXVariantGroup; |
344 |
| - children = ( |
345 |
| - E284EBBF26AE01900016AA0F /* Base */, |
346 |
| - ); |
347 |
| - name = Main.storyboard; |
348 |
| - sourceTree = "<group>"; |
349 |
| - }; |
350 |
| -/* End PBXVariantGroup section */ |
351 |
| - |
352 | 338 | /* Begin XCBuildConfiguration section */
|
353 | 339 | E284EBC326AE01900016AA0F /* Debug */ = {
|
354 | 340 | isa = XCBuildConfiguration;
|
355 | 341 | buildSettings = {
|
356 | 342 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 343 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
357 | 344 | CLANG_ANALYZER_NONNULL = YES;
|
358 | 345 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
359 | 346 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
388 | 375 | DEBUG_INFORMATION_FORMAT = dwarf;
|
389 | 376 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
390 | 377 | ENABLE_TESTABILITY = YES;
|
| 378 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
391 | 379 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
392 | 380 | GCC_DYNAMIC_NO_PIC = NO;
|
393 | 381 | GCC_NO_COMMON_BLOCKS = YES;
|
|
402 | 390 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
403 | 391 | GCC_WARN_UNUSED_FUNCTION = YES;
|
404 | 392 | GCC_WARN_UNUSED_VARIABLE = YES;
|
405 |
| - MACOSX_DEPLOYMENT_TARGET = 12.0; |
| 393 | + MACOSX_DEPLOYMENT_TARGET = 13.0; |
406 | 394 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
407 | 395 | MTL_FAST_MATH = YES;
|
408 | 396 | ONLY_ACTIVE_ARCH = YES;
|
|
416 | 404 | isa = XCBuildConfiguration;
|
417 | 405 | buildSettings = {
|
418 | 406 | ALWAYS_SEARCH_USER_PATHS = NO;
|
| 407 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
419 | 408 | CLANG_ANALYZER_NONNULL = YES;
|
420 | 409 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
421 | 410 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
450 | 439 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
451 | 440 | ENABLE_NS_ASSERTIONS = NO;
|
452 | 441 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
| 442 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
453 | 443 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
454 | 444 | GCC_NO_COMMON_BLOCKS = YES;
|
455 | 445 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
458 | 448 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
459 | 449 | GCC_WARN_UNUSED_FUNCTION = YES;
|
460 | 450 | GCC_WARN_UNUSED_VARIABLE = YES;
|
461 |
| - MACOSX_DEPLOYMENT_TARGET = 12.0; |
| 451 | + MACOSX_DEPLOYMENT_TARGET = 13.0; |
462 | 452 | MTL_ENABLE_DEBUG_INFO = NO;
|
463 | 453 | MTL_FAST_MATH = YES;
|
464 | 454 | SDKROOT = macosx;
|
|
564 | 554 | repositoryURL = "https://github.com/orchetect/MIDIKit";
|
565 | 555 | requirement = {
|
566 | 556 | kind = upToNextMajorVersion;
|
567 |
| - minimumVersion = 0.9.3; |
| 557 | + minimumVersion = 0.9.4; |
568 | 558 | };
|
569 | 559 | };
|
570 | 560 | /* End XCRemoteSwiftPackageReference section */
|
|
0 commit comments