Skip to content

Commit d5450b1

Browse files
committedOct 4, 2023
Update Router
1 parent 5039de6 commit d5450b1

File tree

115 files changed

+1798
-1634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1798
-1634
lines changed
 

‎MVI-SwiftUI.xcodeproj/project.pbxproj

100644100755
+27-40
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,16 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 54;
77
objects = {
88

99
/* 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 */; };
1411
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 */; };
1612
9B82B44628CE111200622105 /* ItemView+Build.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B44528CE111200622105 /* ItemView+Build.swift */; };
1713
9B82B44828CE15AA00622105 /* ListTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B44728CE15AA00622105 /* ListTypes.swift */; };
1814
9B82B44A28CED72200622105 /* ItemTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B82B44928CED71B00622105 /* ItemTypes.swift */; };
19-
9BA0B40628CF067000B3F215 /* RouterScreenProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BA0B40528CF067000B3F215 /* RouterScreenProtocol.swift */; };
2015
9BA0B40B28CF20FA00B3F215 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 9BA0B40A28CF20FA00B3F215 /* README.md */; };
21-
9BC955CB293CB2E600627B1E /* RouterNavigationViewModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BC955CA293CB2E600627B1E /* RouterNavigationViewModifier.swift */; };
2216
C021768726F313B5004149AE /* MVI_SwiftUIApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C021768626F313B5004149AE /* MVI_SwiftUIApp.swift */; };
2317
C021768B26F313B7004149AE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C021768A26F313B7004149AE /* Assets.xcassets */; };
2418
C021768E26F313B7004149AE /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C021768D26F313B7004149AE /* Preview Assets.xcassets */; };
@@ -42,18 +36,11 @@
4236
/* End PBXBuildFile section */
4337

4438
/* 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>"; };
4939
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>"; };
5140
9B82B44528CE111200622105 /* ItemView+Build.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ItemView+Build.swift"; sourceTree = "<group>"; };
5241
9B82B44728CE15AA00622105 /* ListTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListTypes.swift; sourceTree = "<group>"; };
5342
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>"; };
5543
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>"; };
5744
C021768326F313B5004149AE /* MVI-SwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MVI-SwiftUI.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5845
C021768626F313B5004149AE /* MVI_SwiftUIApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVI_SwiftUIApp.swift; sourceTree = "<group>"; };
5946
C021768A26F313B7004149AE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -83,12 +70,20 @@
8370
isa = PBXFrameworksBuildPhase;
8471
buildActionMask = 2147483647;
8572
files = (
73+
13446CFF2ACDBF920081E7F3 /* Router in Frameworks */,
8674
);
8775
runOnlyForDeploymentPostprocessing = 0;
8876
};
8977
/* End PBXFrameworksBuildPhase section */
9078

9179
/* Begin PBXGroup section */
80+
135121392ACD9FCA00580A3C /* Frameworks */ = {
81+
isa = PBXGroup;
82+
children = (
83+
);
84+
name = Frameworks;
85+
sourceTree = "<group>";
86+
};
9287
9B82B41428CD9A2000622105 /* Utilites */ = {
9388
isa = PBXGroup;
9489
children = (
@@ -101,31 +96,17 @@
10196
9B82B42428CD9B3A00622105 /* Router */ = {
10297
isa = PBXGroup;
10398
children = (
104-
9B82B44328CE09B700622105 /* RouterProtocol.swift */,
105-
9BA0B40528CF067000B3F215 /* RouterScreenProtocol.swift */,
106-
9BA0B40928CF06F800B3F215 /* Modifier */,
10799
);
108100
path = Router;
109101
sourceTree = "<group>";
110102
};
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-
};
123103
C021767A26F313B5004149AE = {
124104
isa = PBXGroup;
125105
children = (
126106
9BA0B40A28CF20FA00B3F215 /* README.md */,
127107
C021768526F313B5004149AE /* MVI-SwiftUI */,
128108
C021768426F313B5004149AE /* Products */,
109+
135121392ACD9FCA00580A3C /* Frameworks */,
129110
);
130111
sourceTree = "<group>";
131112
};
@@ -313,6 +294,9 @@
313294
dependencies = (
314295
);
315296
name = "MVI-SwiftUI";
297+
packageProductDependencies = (
298+
13446CFE2ACDBF920081E7F3 /* Router */,
299+
);
316300
productName = "MVI-SwiftUI";
317301
productReference = C021768326F313B5004149AE /* MVI-SwiftUI.app */;
318302
productType = "com.apple.product-type.application";
@@ -323,8 +307,9 @@
323307
C021767B26F313B5004149AE /* Project object */ = {
324308
isa = PBXProject;
325309
attributes = {
310+
BuildIndependentTargetsInParallel = YES;
326311
LastSwiftUpdateCheck = 1250;
327-
LastUpgradeCheck = 1250;
312+
LastUpgradeCheck = 1500;
328313
TargetAttributes = {
329314
C021768226F313B5004149AE = {
330315
CreatedOnToolsVersion = 12.5.1;
@@ -375,9 +360,7 @@
375360
C02176DA26F38380004149AE /* ItemIntentProtocol.swift in Sources */,
376361
C02176B326F314D8004149AE /* ListView.swift in Sources */,
377362
C02176C426F36FAA004149AE /* WWDCUrlService.swift in Sources */,
378-
9B82B43328CD9B3A00622105 /* RouterSheetModifier.swift in Sources */,
379363
C02176C026F315A8004149AE /* MVIContainer.swift in Sources */,
380-
9B82B43628CD9B3A00622105 /* RouterNavigationStackModifier.swift in Sources */,
381364
C02176B426F314D8004149AE /* ListModel.swift in Sources */,
382365
C02176B526F314D8004149AE /* ListModelProtocol.swift in Sources */,
383366
C02176DE26F38380004149AE /* ItemModel.swift in Sources */,
@@ -387,15 +370,10 @@
387370
C02176DF26F38380004149AE /* ItemModelProtocol.swift in Sources */,
388371
C02176CE26F3771C004149AE /* ListUrlContentView.swift in Sources */,
389372
9B82B44628CE111200622105 /* ItemView+Build.swift in Sources */,
390-
9B82B43728CD9B3A00622105 /* RouterCloseModifier.swift in Sources */,
391373
C02176C926F3748F004149AE /* WWDCUrlServiceProtocol.swift in Sources */,
392-
9BC955CB293CB2E600627B1E /* RouterNavigationViewModifier.swift in Sources */,
393-
9B82B44428CE09B700622105 /* RouterProtocol.swift in Sources */,
394374
9B82B44A28CED72200622105 /* ItemTypes.swift in Sources */,
395-
9BA0B40628CF067000B3F215 /* RouterScreenProtocol.swift in Sources */,
396375
C021768726F313B5004149AE /* MVI_SwiftUIApp.swift in Sources */,
397376
C02176D826F38380004149AE /* ItemIntent.swift in Sources */,
398-
9B82B43928CDAC8900622105 /* RouterAlertModifier.swift in Sources */,
399377
);
400378
runOnlyForDeploymentPostprocessing = 0;
401379
};
@@ -439,6 +417,7 @@
439417
DEBUG_INFORMATION_FORMAT = dwarf;
440418
ENABLE_STRICT_OBJC_MSGSEND = YES;
441419
ENABLE_TESTABILITY = YES;
420+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
442421
GCC_C_LANGUAGE_STANDARD = gnu11;
443422
GCC_DYNAMIC_NO_PIC = NO;
444423
GCC_NO_COMMON_BLOCKS = YES;
@@ -500,6 +479,7 @@
500479
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
501480
ENABLE_NS_ASSERTIONS = NO;
502481
ENABLE_STRICT_OBJC_MSGSEND = YES;
482+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
503483
GCC_C_LANGUAGE_STANDARD = gnu11;
504484
GCC_NO_COMMON_BLOCKS = YES;
505485
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -528,7 +508,7 @@
528508
DEVELOPMENT_TEAM = SB522NQPTN;
529509
ENABLE_PREVIEWS = YES;
530510
INFOPLIST_FILE = "MVI-SwiftUI/Info.plist";
531-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
511+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
532512
LD_RUNPATH_SEARCH_PATHS = (
533513
"$(inherited)",
534514
"@executable_path/Frameworks",
@@ -550,7 +530,7 @@
550530
DEVELOPMENT_TEAM = SB522NQPTN;
551531
ENABLE_PREVIEWS = YES;
552532
INFOPLIST_FILE = "MVI-SwiftUI/Info.plist";
553-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
533+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
554534
LD_RUNPATH_SEARCH_PATHS = (
555535
"$(inherited)",
556536
"@executable_path/Frameworks",
@@ -584,6 +564,13 @@
584564
defaultConfigurationName = Release;
585565
};
586566
/* End XCConfigurationList section */
567+
568+
/* Begin XCSwiftPackageProductDependency section */
569+
13446CFE2ACDBF920081E7F3 /* Router */ = {
570+
isa = XCSwiftPackageProductDependency;
571+
productName = Router;
572+
};
573+
/* End XCSwiftPackageProductDependency section */
587574
};
588575
rootObject = C021767B26F313B5004149AE /* Project object */;
589576
}

‎MVI-SwiftUI.xcodeproj/project.xcworkspace/contents.xcworkspacedata

100644100755
File mode changed.

0 commit comments

Comments
 (0)
Please sign in to comment.