|
22 | 22 | CA473838272F0D860012CAC3 /* 03-Sheets.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA473832272F0D860012CAC3 /* 03-Sheets.swift */; };
|
23 | 23 | CA473839272F0D860012CAC3 /* 01-Alerts.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA473833272F0D860012CAC3 /* 01-Alerts.swift */; };
|
24 | 24 | CA47383B272F0DD60012CAC3 /* SwiftUINavigation in Frameworks */ = {isa = PBXBuildFile; productRef = CA47383A272F0DD60012CAC3 /* SwiftUINavigation */; };
|
25 |
| - CA47383E272F0F9B0012CAC3 /* 08-CustomComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA47383D272F0F9B0012CAC3 /* 08-CustomComponents.swift */; }; |
26 |
| - CABE9FC1272F2C0000AFC150 /* 07-Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CABE9FC0272F2C0000AFC150 /* 07-Routing.swift */; }; |
| 25 | + CA47383E272F0F9B0012CAC3 /* 09-CustomComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA47383D272F0F9B0012CAC3 /* 09-CustomComponents.swift */; }; |
| 26 | + CA70FED7274B1907005A0D53 /* 07-NavigationLinkList.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA70FED6274B1907005A0D53 /* 07-NavigationLinkList.swift */; }; |
| 27 | + CABE9FC1272F2C0000AFC150 /* 08-Routing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CABE9FC0272F2C0000AFC150 /* 08-Routing.swift */; }; |
27 | 28 | DCD4E685273B300F00CDF3BD /* 05-FullScreenCovers.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD4E684273B300F00CDF3BD /* 05-FullScreenCovers.swift */; };
|
28 | 29 | DCD4E687273B30DA00CDF3BD /* 04-Popovers.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD4E686273B30DA00CDF3BD /* 04-Popovers.swift */; };
|
29 | 30 | DCD4E68B274180F500CDF3BD /* 06-NavigationLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD4E68A274180F500CDF3BD /* 06-NavigationLinks.swift */; };
|
|
46 | 47 | CA473832272F0D860012CAC3 /* 03-Sheets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "03-Sheets.swift"; sourceTree = "<group>"; };
|
47 | 48 | CA473833272F0D860012CAC3 /* 01-Alerts.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "01-Alerts.swift"; sourceTree = "<group>"; };
|
48 | 49 | CA47383C272F0F0D0012CAC3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
49 |
| - CA47383D272F0F9B0012CAC3 /* 08-CustomComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "08-CustomComponents.swift"; sourceTree = "<group>"; }; |
50 |
| - CABE9FC0272F2C0000AFC150 /* 07-Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "07-Routing.swift"; sourceTree = "<group>"; }; |
| 50 | + CA47383D272F0F9B0012CAC3 /* 09-CustomComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "09-CustomComponents.swift"; sourceTree = "<group>"; }; |
| 51 | + CA70FED6274B1907005A0D53 /* 07-NavigationLinkList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "07-NavigationLinkList.swift"; sourceTree = "<group>"; }; |
| 52 | + CABE9FC0272F2C0000AFC150 /* 08-Routing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "08-Routing.swift"; sourceTree = "<group>"; }; |
51 | 53 | DCD4E684273B300F00CDF3BD /* 05-FullScreenCovers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "05-FullScreenCovers.swift"; sourceTree = "<group>"; };
|
52 | 54 | DCD4E686273B30DA00CDF3BD /* 04-Popovers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "04-Popovers.swift"; sourceTree = "<group>"; };
|
53 | 55 | DCD4E68A274180F500CDF3BD /* 06-NavigationLinks.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "06-NavigationLinks.swift"; sourceTree = "<group>"; };
|
|
123 | 125 | DCD4E686273B30DA00CDF3BD /* 04-Popovers.swift */,
|
124 | 126 | DCD4E684273B300F00CDF3BD /* 05-FullScreenCovers.swift */,
|
125 | 127 | DCD4E68A274180F500CDF3BD /* 06-NavigationLinks.swift */,
|
126 |
| - CABE9FC0272F2C0000AFC150 /* 07-Routing.swift */, |
127 |
| - CA47383D272F0F9B0012CAC3 /* 08-CustomComponents.swift */, |
| 128 | + CA70FED6274B1907005A0D53 /* 07-NavigationLinkList.swift */, |
| 129 | + CABE9FC0272F2C0000AFC150 /* 08-Routing.swift */, |
| 130 | + CA47383D272F0F9B0012CAC3 /* 09-CustomComponents.swift */, |
128 | 131 | CA473830272F0D860012CAC3 /* CaseStudiesApp.swift */,
|
129 | 132 | CA473831272F0D860012CAC3 /* FactClient.swift */,
|
130 | 133 | CA47382E272F0D860012CAC3 /* RootView.swift */,
|
|
254 | 257 | isa = PBXSourcesBuildPhase;
|
255 | 258 | buildActionMask = 2147483647;
|
256 | 259 | files = (
|
257 |
| - CABE9FC1272F2C0000AFC150 /* 07-Routing.swift in Sources */, |
| 260 | + CABE9FC1272F2C0000AFC150 /* 08-Routing.swift in Sources */, |
258 | 261 | CA473837272F0D860012CAC3 /* FactClient.swift in Sources */,
|
259 | 262 | CA473835272F0D860012CAC3 /* 02-ConfirmationDialogs.swift in Sources */,
|
260 |
| - CA47383E272F0F9B0012CAC3 /* 08-CustomComponents.swift in Sources */, |
| 263 | + CA47383E272F0F9B0012CAC3 /* 09-CustomComponents.swift in Sources */, |
| 264 | + CA70FED7274B1907005A0D53 /* 07-NavigationLinkList.swift in Sources */, |
261 | 265 | CA473836272F0D860012CAC3 /* CaseStudiesApp.swift in Sources */,
|
262 | 266 | DCD4E687273B30DA00CDF3BD /* 04-Popovers.swift in Sources */,
|
263 | 267 | DCD4E685273B300F00CDF3BD /* 05-FullScreenCovers.swift in Sources */,
|
|
0 commit comments