|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - CA0C51FB245389CC00A04EAB /* 04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift */; }; |
| 10 | + CA0C51FB245389CC00A04EAB /* 04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift */; }; |
11 | 11 | CA25E5D224463AD700DA666A /* 01-GettingStarted-Bindings-Basics.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA25E5D124463AD700DA666A /* 01-GettingStarted-Bindings-Basics.swift */; }; |
12 | 12 | CA27C0B7245780CE00CB1E59 /* 03-Effects-SystemEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27C0B6245780CE00CB1E59 /* 03-Effects-SystemEnvironment.swift */; }; |
13 | 13 | CA34170824A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA34170724A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift */; }; |
14 | 14 | CA410EE0247A15FE00E41798 /* 02-Effects-WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA410EDF247A15FE00E41798 /* 02-Effects-WebSocket.swift */; }; |
15 | 15 | CA410EE2247C73B400E41798 /* 02-Effects-WebSocketTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA410EE1247C73B400E41798 /* 02-Effects-WebSocketTests.swift */; }; |
| 16 | + CA50BE6024A8F46500FE7DBA /* 01-GettingStarted-AlertsAndActionSheetsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA50BE5F24A8F46500FE7DBA /* 01-GettingStarted-AlertsAndActionSheetsTests.swift */; }; |
16 | 17 | CA6AC2642451135C00C71CB3 /* ReusableComponents-Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6AC2602451135C00C71CB3 /* ReusableComponents-Download.swift */; }; |
17 | 18 | CA6AC2652451135C00C71CB3 /* CircularProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6AC2612451135C00C71CB3 /* CircularProgressView.swift */; }; |
18 | 19 | CA6AC2662451135C00C71CB3 /* DownloadComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6AC2622451135C00C71CB3 /* DownloadComponent.swift */; }; |
|
24 | 25 | CAA9ADC824465D950003A984 /* 02-Effects-CancellationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA9ADC724465D950003A984 /* 02-Effects-CancellationTests.swift */; }; |
25 | 26 | CAA9ADCA2446605B0003A984 /* 02-Effects-LongLiving.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA9ADC92446605B0003A984 /* 02-Effects-LongLiving.swift */; }; |
26 | 27 | CAA9ADCC2446615B0003A984 /* 02-Effects-LongLivingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA9ADCB2446615B0003A984 /* 02-Effects-LongLivingTests.swift */; }; |
| 28 | + CAE962FD24A7F7BE00EFC025 /* 01-GettingStarted-AlertsAndActionSheets.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAE962FC24A7F7BE00EFC025 /* 01-GettingStarted-AlertsAndActionSheets.swift */; }; |
27 | 29 | DC07231724465D1E003A8B65 /* 02-Effects-TimersTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC07231624465D1E003A8B65 /* 02-Effects-TimersTests.swift */; }; |
28 | 30 | DC072322244663B1003A8B65 /* 03-Navigation-Sheet-LoadThenPresent.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC072321244663B1003A8B65 /* 03-Navigation-Sheet-LoadThenPresent.swift */; }; |
29 | 31 | DC13940E2469E25C00EE1157 /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = DC13940D2469E25C00EE1157 /* ComposableArchitecture */; }; |
|
125 | 127 | /* End PBXCopyFilesBuildPhase section */ |
126 | 128 |
|
127 | 129 | /* Begin PBXFileReference section */ |
128 | | - CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift"; sourceTree = "<group>"; }; |
| 130 | + CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift"; sourceTree = "<group>"; }; |
129 | 131 | CA25E5D124463AD700DA666A /* 01-GettingStarted-Bindings-Basics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "01-GettingStarted-Bindings-Basics.swift"; sourceTree = "<group>"; }; |
130 | 132 | CA27C0B6245780CE00CB1E59 /* 03-Effects-SystemEnvironment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "03-Effects-SystemEnvironment.swift"; sourceTree = "<group>"; }; |
131 | 133 | CA34170724A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "01-GettingStarted-AnimationsTests.swift"; sourceTree = "<group>"; }; |
132 | 134 | CA410EDF247A15FE00E41798 /* 02-Effects-WebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-WebSocket.swift"; sourceTree = "<group>"; }; |
133 | 135 | CA410EE1247C73B400E41798 /* 02-Effects-WebSocketTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-WebSocketTests.swift"; sourceTree = "<group>"; }; |
| 136 | + CA50BE5F24A8F46500FE7DBA /* 01-GettingStarted-AlertsAndActionSheetsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "01-GettingStarted-AlertsAndActionSheetsTests.swift"; sourceTree = "<group>"; }; |
134 | 137 | CA6AC2602451135C00C71CB3 /* ReusableComponents-Download.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ReusableComponents-Download.swift"; sourceTree = "<group>"; }; |
135 | 138 | CA6AC2612451135C00C71CB3 /* CircularProgressView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularProgressView.swift; sourceTree = "<group>"; }; |
136 | 139 | CA6AC2622451135C00C71CB3 /* DownloadComponent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadComponent.swift; sourceTree = "<group>"; }; |
|
142 | 145 | CAA9ADC724465D950003A984 /* 02-Effects-CancellationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-CancellationTests.swift"; sourceTree = "<group>"; }; |
143 | 146 | CAA9ADC92446605B0003A984 /* 02-Effects-LongLiving.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-LongLiving.swift"; sourceTree = "<group>"; }; |
144 | 147 | CAA9ADCB2446615B0003A984 /* 02-Effects-LongLivingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-LongLivingTests.swift"; sourceTree = "<group>"; }; |
| 148 | + CAE962FC24A7F7BE00EFC025 /* 01-GettingStarted-AlertsAndActionSheets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "01-GettingStarted-AlertsAndActionSheets.swift"; sourceTree = "<group>"; }; |
145 | 149 | DC07231624465D1E003A8B65 /* 02-Effects-TimersTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-TimersTests.swift"; sourceTree = "<group>"; }; |
146 | 150 | DC072321244663B1003A8B65 /* 03-Navigation-Sheet-LoadThenPresent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "03-Navigation-Sheet-LoadThenPresent.swift"; sourceTree = "<group>"; }; |
147 | 151 | DC25DC5E2450F13200082E81 /* IfLetStoreController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IfLetStoreController.swift; sourceTree = "<group>"; }; |
|
308 | 312 | children = ( |
309 | 313 | DC89C42424460F96006900B9 /* Info.plist */, |
310 | 314 | DC89C41A24460F95006900B9 /* 00-RootView.swift */, |
| 315 | + CAE962FC24A7F7BE00EFC025 /* 01-GettingStarted-AlertsAndActionSheets.swift */, |
311 | 316 | DC88D8A5245341EC0077F427 /* 01-GettingStarted-Animations.swift */, |
312 | 317 | CA25E5D124463AD700DA666A /* 01-GettingStarted-Bindings-Basics.swift */, |
313 | 318 | DCC68EE02447C4630037F998 /* 01-GettingStarted-Composition-TwoCounters.swift */, |
|
341 | 346 | DC89C42C24460F96006900B9 /* SwiftUICaseStudiesTests */ = { |
342 | 347 | isa = PBXGroup; |
343 | 348 | children = ( |
| 349 | + CA50BE5F24A8F46500FE7DBA /* 01-GettingStarted-AlertsAndActionSheetsTests.swift */, |
344 | 350 | CA34170724A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift */, |
345 | 351 | CAA9ADC324465AB00003A984 /* 02-Effects-BasicsTests.swift */, |
346 | 352 | CAA9ADC724465D950003A984 /* 02-Effects-CancellationTests.swift */, |
347 | 353 | CAA9ADCB2446615B0003A984 /* 02-Effects-LongLivingTests.swift */, |
348 | 354 | DC07231624465D1E003A8B65 /* 02-Effects-TimersTests.swift */, |
349 | 355 | CA410EE1247C73B400E41798 /* 02-Effects-WebSocketTests.swift */, |
350 | | - CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift */, |
351 | 356 | DC634B242448D15B00DAA016 /* 04-HigherOrderReducers-ReusableFavoritingTests.swift */, |
| 357 | + CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift */, |
352 | 358 | ); |
353 | 359 | path = SwiftUICaseStudiesTests; |
354 | 360 | sourceTree = "<group>"; |
|
465 | 471 | isa = PBXProject; |
466 | 472 | attributes = { |
467 | 473 | LastSwiftUpdateCheck = 1140; |
468 | | - LastUpgradeCheck = 1140; |
| 474 | + LastUpgradeCheck = 1200; |
469 | 475 | ORGANIZATIONNAME = "Point-Free"; |
470 | 476 | TargetAttributes = { |
471 | 477 | DC4C6EA62450DD380066A05D = { |
|
589 | 595 | DC89C41B24460F95006900B9 /* 00-RootView.swift in Sources */, |
590 | 596 | DCC68EDD2447A5B00037F998 /* 01-GettingStarted-OptionalState.swift in Sources */, |
591 | 597 | DCC68EAB244666AF0037F998 /* 03-Navigation-Sheet-PresentAndLoad.swift in Sources */, |
| 598 | + CAE962FD24A7F7BE00EFC025 /* 01-GettingStarted-AlertsAndActionSheets.swift in Sources */, |
592 | 599 | CA25E5D224463AD700DA666A /* 01-GettingStarted-Bindings-Basics.swift in Sources */, |
593 | 600 | DC88D8A6245341EC0077F427 /* 01-GettingStarted-Animations.swift in Sources */, |
594 | 601 | DC89C44D244621A5006900B9 /* 03-Navigation-NavigateAndLoad.swift in Sources */, |
|
607 | 614 | isa = PBXSourcesBuildPhase; |
608 | 615 | buildActionMask = 2147483647; |
609 | 616 | files = ( |
610 | | - CA0C51FB245389CC00A04EAB /* 04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift in Sources */, |
| 617 | + CA0C51FB245389CC00A04EAB /* 04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift in Sources */, |
611 | 618 | DC634B252448D15B00DAA016 /* 04-HigherOrderReducers-ReusableFavoritingTests.swift in Sources */, |
612 | 619 | CAA9ADC824465D950003A984 /* 02-Effects-CancellationTests.swift in Sources */, |
613 | 620 | CA410EE2247C73B400E41798 /* 02-Effects-WebSocketTests.swift in Sources */, |
614 | 621 | CA34170824A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift in Sources */, |
615 | 622 | DC07231724465D1E003A8B65 /* 02-Effects-TimersTests.swift in Sources */, |
| 623 | + CA50BE6024A8F46500FE7DBA /* 01-GettingStarted-AlertsAndActionSheetsTests.swift in Sources */, |
616 | 624 | CAA9ADC424465AB00003A984 /* 02-Effects-BasicsTests.swift in Sources */, |
617 | 625 | CAA9ADCC2446615B0003A984 /* 02-Effects-LongLivingTests.swift in Sources */, |
618 | 626 | ); |
|
0 commit comments