|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 50; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 9B82B43328CD9B3A00622105 /* RouterSheetModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B42528CD9B3A00622105 /* RouterSheetModifier.swift */; }; |
11 |
| - 9B82B43628CD9B3A00622105 /* RouterNavigationStackModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B42828CD9B3A00622105 /* RouterNavigationStackModifier.swift */; }; |
12 |
| - 9B82B43728CD9B3A00622105 /* RouterCloseModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B42928CD9B3A00622105 /* RouterCloseModifier.swift */; }; |
13 |
| - 9B82B43928CDAC8900622105 /* RouterAlertModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B43828CDAC8800622105 /* RouterAlertModifier.swift */; }; |
| 10 | + 13446CFF2ACDBF920081E7F3 /* Router in Frameworks */ = {isa = PBXBuildFile; productRef = 13446CFE2ACDBF920081E7F3 /* Router */; }; |
14 | 11 | 9B82B43B28CDB55B00622105 /* ListView+Build.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B43A28CDB55B00622105 /* ListView+Build.swift */; };
|
15 |
| - 9B82B44428CE09B700622105 /* RouterProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B44328CE09B700622105 /* RouterProtocol.swift */; }; |
16 | 12 | 9B82B44628CE111200622105 /* ItemView+Build.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B44528CE111200622105 /* ItemView+Build.swift */; };
|
17 | 13 | 9B82B44828CE15AA00622105 /* ListTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B44728CE15AA00622105 /* ListTypes.swift */; };
|
18 | 14 | 9B82B44A28CED72200622105 /* ItemTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B44928CED71B00622105 /* ItemTypes.swift */; };
|
19 |
| - 9BA0B40628CF067000B3F215 /* RouterScreenProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BA0B40528CF067000B3F215 /* RouterScreenProtocol.swift */; }; |
20 | 15 | 9BA0B40B28CF20FA00B3F215 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 9BA0B40A28CF20FA00B3F215 /* README.md */; };
|
21 |
| - 9BC955CB293CB2E600627B1E /* RouterNavigationViewModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BC955CA293CB2E600627B1E /* RouterNavigationViewModifier.swift */; }; |
22 | 16 | C021768726F313B5004149AE /* MVI_SwiftUIApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C021768626F313B5004149AE /* MVI_SwiftUIApp.swift */; };
|
23 | 17 | C021768B26F313B7004149AE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C021768A26F313B7004149AE /* Assets.xcassets */; };
|
24 | 18 | C021768E26F313B7004149AE /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C021768D26F313B7004149AE /* Preview Assets.xcassets */; };
|
|
42 | 36 | /* End PBXBuildFile section */
|
43 | 37 |
|
44 | 38 | /* Begin PBXFileReference section */
|
45 |
| - 9B82B42528CD9B3A00622105 /* RouterSheetModifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RouterSheetModifier.swift; sourceTree = "<group>"; }; |
46 |
| - 9B82B42828CD9B3A00622105 /* RouterNavigationStackModifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RouterNavigationStackModifier.swift; sourceTree = "<group>"; }; |
47 |
| - 9B82B42928CD9B3A00622105 /* RouterCloseModifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RouterCloseModifier.swift; sourceTree = "<group>"; }; |
48 |
| - 9B82B43828CDAC8800622105 /* RouterAlertModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouterAlertModifier.swift; sourceTree = "<group>"; }; |
49 | 39 | 9B82B43A28CDB55B00622105 /* ListView+Build.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ListView+Build.swift"; sourceTree = "<group>"; };
|
50 |
| - 9B82B44328CE09B700622105 /* RouterProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouterProtocol.swift; sourceTree = "<group>"; }; |
51 | 40 | 9B82B44528CE111200622105 /* ItemView+Build.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ItemView+Build.swift"; sourceTree = "<group>"; };
|
52 | 41 | 9B82B44728CE15AA00622105 /* ListTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListTypes.swift; sourceTree = "<group>"; };
|
53 | 42 | 9B82B44928CED71B00622105 /* ItemTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemTypes.swift; sourceTree = "<group>"; };
|
54 |
| - 9BA0B40528CF067000B3F215 /* RouterScreenProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouterScreenProtocol.swift; sourceTree = "<group>"; }; |
55 | 43 | 9BA0B40A28CF20FA00B3F215 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
56 |
| - 9BC955CA293CB2E600627B1E /* RouterNavigationViewModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RouterNavigationViewModifier.swift; sourceTree = "<group>"; }; |
57 | 44 | C021768326F313B5004149AE /* MVI-SwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MVI-SwiftUI.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
58 | 45 | C021768626F313B5004149AE /* MVI_SwiftUIApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVI_SwiftUIApp.swift; sourceTree = "<group>"; };
|
59 | 46 | C021768A26F313B7004149AE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
83 | 70 | isa = PBXFrameworksBuildPhase;
|
84 | 71 | buildActionMask = 2147483647;
|
85 | 72 | files = (
|
| 73 | + 13446CFF2ACDBF920081E7F3 /* Router in Frameworks */, |
86 | 74 | );
|
87 | 75 | runOnlyForDeploymentPostprocessing = 0;
|
88 | 76 | };
|
89 | 77 | /* End PBXFrameworksBuildPhase section */
|
90 | 78 |
|
91 | 79 | /* Begin PBXGroup section */
|
| 80 | + 135121392ACD9FCA00580A3C /* Frameworks */ = { |
| 81 | + isa = PBXGroup; |
| 82 | + children = ( |
| 83 | + ); |
| 84 | + name = Frameworks; |
| 85 | + sourceTree = "<group>"; |
| 86 | + }; |
92 | 87 | 9B82B41428CD9A2000622105 /* Utilites */ = {
|
93 | 88 | isa = PBXGroup;
|
94 | 89 | children = (
|
|
101 | 96 | 9B82B42428CD9B3A00622105 /* Router */ = {
|
102 | 97 | isa = PBXGroup;
|
103 | 98 | children = (
|
104 |
| - 9B82B44328CE09B700622105 /* RouterProtocol.swift */, |
105 |
| - 9BA0B40528CF067000B3F215 /* RouterScreenProtocol.swift */, |
106 |
| - 9BA0B40928CF06F800B3F215 /* Modifier */, |
107 | 99 | );
|
108 | 100 | path = Router;
|
109 | 101 | sourceTree = "<group>";
|
110 | 102 | };
|
111 |
| - 9BA0B40928CF06F800B3F215 /* Modifier */ = { |
112 |
| - isa = PBXGroup; |
113 |
| - children = ( |
114 |
| - 9B82B43828CDAC8800622105 /* RouterAlertModifier.swift */, |
115 |
| - 9B82B42928CD9B3A00622105 /* RouterCloseModifier.swift */, |
116 |
| - 9B82B42828CD9B3A00622105 /* RouterNavigationStackModifier.swift */, |
117 |
| - 9BC955CA293CB2E600627B1E /* RouterNavigationViewModifier.swift */, |
118 |
| - 9B82B42528CD9B3A00622105 /* RouterSheetModifier.swift */, |
119 |
| - ); |
120 |
| - path = Modifier; |
121 |
| - sourceTree = "<group>"; |
122 |
| - }; |
123 | 103 | C021767A26F313B5004149AE = {
|
124 | 104 | isa = PBXGroup;
|
125 | 105 | children = (
|
126 | 106 | 9BA0B40A28CF20FA00B3F215 /* README.md */,
|
127 | 107 | C021768526F313B5004149AE /* MVI-SwiftUI */,
|
128 | 108 | C021768426F313B5004149AE /* Products */,
|
| 109 | + 135121392ACD9FCA00580A3C /* Frameworks */, |
129 | 110 | );
|
130 | 111 | sourceTree = "<group>";
|
131 | 112 | };
|
|
313 | 294 | dependencies = (
|
314 | 295 | );
|
315 | 296 | name = "MVI-SwiftUI";
|
| 297 | + packageProductDependencies = ( |
| 298 | + 13446CFE2ACDBF920081E7F3 /* Router */, |
| 299 | + ); |
316 | 300 | productName = "MVI-SwiftUI";
|
317 | 301 | productReference = C021768326F313B5004149AE /* MVI-SwiftUI.app */;
|
318 | 302 | productType = "com.apple.product-type.application";
|
|
323 | 307 | C021767B26F313B5004149AE /* Project object */ = {
|
324 | 308 | isa = PBXProject;
|
325 | 309 | attributes = {
|
| 310 | + BuildIndependentTargetsInParallel = YES; |
326 | 311 | LastSwiftUpdateCheck = 1250;
|
327 |
| - LastUpgradeCheck = 1250; |
| 312 | + LastUpgradeCheck = 1500; |
328 | 313 | TargetAttributes = {
|
329 | 314 | C021768226F313B5004149AE = {
|
330 | 315 | CreatedOnToolsVersion = 12.5.1;
|
|
375 | 360 | C02176DA26F38380004149AE /* ItemIntentProtocol.swift in Sources */,
|
376 | 361 | C02176B326F314D8004149AE /* ListView.swift in Sources */,
|
377 | 362 | C02176C426F36FAA004149AE /* WWDCUrlService.swift in Sources */,
|
378 |
| - 9B82B43328CD9B3A00622105 /* RouterSheetModifier.swift in Sources */, |
379 | 363 | C02176C026F315A8004149AE /* MVIContainer.swift in Sources */,
|
380 |
| - 9B82B43628CD9B3A00622105 /* RouterNavigationStackModifier.swift in Sources */, |
381 | 364 | C02176B426F314D8004149AE /* ListModel.swift in Sources */,
|
382 | 365 | C02176B526F314D8004149AE /* ListModelProtocol.swift in Sources */,
|
383 | 366 | C02176DE26F38380004149AE /* ItemModel.swift in Sources */,
|
|
387 | 370 | C02176DF26F38380004149AE /* ItemModelProtocol.swift in Sources */,
|
388 | 371 | C02176CE26F3771C004149AE /* ListUrlContentView.swift in Sources */,
|
389 | 372 | 9B82B44628CE111200622105 /* ItemView+Build.swift in Sources */,
|
390 |
| - 9B82B43728CD9B3A00622105 /* RouterCloseModifier.swift in Sources */, |
391 | 373 | C02176C926F3748F004149AE /* WWDCUrlServiceProtocol.swift in Sources */,
|
392 |
| - 9BC955CB293CB2E600627B1E /* RouterNavigationViewModifier.swift in Sources */, |
393 |
| - 9B82B44428CE09B700622105 /* RouterProtocol.swift in Sources */, |
394 | 374 | 9B82B44A28CED72200622105 /* ItemTypes.swift in Sources */,
|
395 |
| - 9BA0B40628CF067000B3F215 /* RouterScreenProtocol.swift in Sources */, |
396 | 375 | C021768726F313B5004149AE /* MVI_SwiftUIApp.swift in Sources */,
|
397 | 376 | C02176D826F38380004149AE /* ItemIntent.swift in Sources */,
|
398 |
| - 9B82B43928CDAC8900622105 /* RouterAlertModifier.swift in Sources */, |
399 | 377 | );
|
400 | 378 | runOnlyForDeploymentPostprocessing = 0;
|
401 | 379 | };
|
|
439 | 417 | DEBUG_INFORMATION_FORMAT = dwarf;
|
440 | 418 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
441 | 419 | ENABLE_TESTABILITY = YES;
|
| 420 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
442 | 421 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
443 | 422 | GCC_DYNAMIC_NO_PIC = NO;
|
444 | 423 | GCC_NO_COMMON_BLOCKS = YES;
|
|
500 | 479 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
501 | 480 | ENABLE_NS_ASSERTIONS = NO;
|
502 | 481 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
| 482 | + ENABLE_USER_SCRIPT_SANDBOXING = YES; |
503 | 483 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
504 | 484 | GCC_NO_COMMON_BLOCKS = YES;
|
505 | 485 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
528 | 508 | DEVELOPMENT_TEAM = SB522NQPTN;
|
529 | 509 | ENABLE_PREVIEWS = YES;
|
530 | 510 | INFOPLIST_FILE = "MVI-SwiftUI/Info.plist";
|
531 |
| - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 511 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
532 | 512 | LD_RUNPATH_SEARCH_PATHS = (
|
533 | 513 | "$(inherited)",
|
534 | 514 | "@executable_path/Frameworks",
|
|
550 | 530 | DEVELOPMENT_TEAM = SB522NQPTN;
|
551 | 531 | ENABLE_PREVIEWS = YES;
|
552 | 532 | INFOPLIST_FILE = "MVI-SwiftUI/Info.plist";
|
553 |
| - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 533 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
554 | 534 | LD_RUNPATH_SEARCH_PATHS = (
|
555 | 535 | "$(inherited)",
|
556 | 536 | "@executable_path/Frameworks",
|
|
584 | 564 | defaultConfigurationName = Release;
|
585 | 565 | };
|
586 | 566 | /* End XCConfigurationList section */
|
| 567 | + |
| 568 | +/* Begin XCSwiftPackageProductDependency section */ |
| 569 | + 13446CFE2ACDBF920081E7F3 /* Router */ = { |
| 570 | + isa = XCSwiftPackageProductDependency; |
| 571 | + productName = Router; |
| 572 | + }; |
| 573 | +/* End XCSwiftPackageProductDependency section */ |
587 | 574 | };
|
588 | 575 | rootObject = C021767B26F313B5004149AE /* Project object */;
|
589 | 576 | }
|
0 commit comments