|
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 | + CA34170824A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA34170724A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift */; }; |
13 | 14 | CA410EE0247A15FE00E41798 /* 02-Effects-WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA410EDF247A15FE00E41798 /* 02-Effects-WebSocket.swift */; }; |
14 | 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 */; }; |
15 | 17 | CA6AC2642451135C00C71CB3 /* ReusableComponents-Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6AC2602451135C00C71CB3 /* ReusableComponents-Download.swift */; }; |
16 | 18 | CA6AC2652451135C00C71CB3 /* CircularProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6AC2612451135C00C71CB3 /* CircularProgressView.swift */; }; |
17 | 19 | CA6AC2662451135C00C71CB3 /* DownloadComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA6AC2622451135C00C71CB3 /* DownloadComponent.swift */; }; |
|
23 | 25 | CAA9ADC824465D950003A984 /* 02-Effects-CancellationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA9ADC724465D950003A984 /* 02-Effects-CancellationTests.swift */; }; |
24 | 26 | CAA9ADCA2446605B0003A984 /* 02-Effects-LongLiving.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAA9ADC92446605B0003A984 /* 02-Effects-LongLiving.swift */; }; |
25 | 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 */; }; |
| 29 | + CAF069D024ACC5AF00A1AAEF /* 00-Core.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF069CF24ACC5AF00A1AAEF /* 00-Core.swift */; }; |
26 | 30 | DC07231724465D1E003A8B65 /* 02-Effects-TimersTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC07231624465D1E003A8B65 /* 02-Effects-TimersTests.swift */; }; |
27 | 31 | DC072322244663B1003A8B65 /* 03-Navigation-Sheet-LoadThenPresent.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC072321244663B1003A8B65 /* 03-Navigation-Sheet-LoadThenPresent.swift */; }; |
28 | 32 | DC13940E2469E25C00EE1157 /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = DC13940D2469E25C00EE1157 /* ComposableArchitecture */; }; |
|
124 | 128 | /* End PBXCopyFilesBuildPhase section */ |
125 | 129 |
|
126 | 130 | /* Begin PBXFileReference section */ |
127 | | - CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift"; sourceTree = "<group>"; }; |
| 131 | + CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift"; sourceTree = "<group>"; }; |
128 | 132 | CA25E5D124463AD700DA666A /* 01-GettingStarted-Bindings-Basics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "01-GettingStarted-Bindings-Basics.swift"; sourceTree = "<group>"; }; |
129 | 133 | CA27C0B6245780CE00CB1E59 /* 03-Effects-SystemEnvironment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "03-Effects-SystemEnvironment.swift"; sourceTree = "<group>"; }; |
| 134 | + CA34170724A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "01-GettingStarted-AnimationsTests.swift"; sourceTree = "<group>"; }; |
130 | 135 | CA410EDF247A15FE00E41798 /* 02-Effects-WebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-WebSocket.swift"; sourceTree = "<group>"; }; |
131 | 136 | CA410EE1247C73B400E41798 /* 02-Effects-WebSocketTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-WebSocketTests.swift"; sourceTree = "<group>"; }; |
| 137 | + CA50BE5F24A8F46500FE7DBA /* 01-GettingStarted-AlertsAndActionSheetsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "01-GettingStarted-AlertsAndActionSheetsTests.swift"; sourceTree = "<group>"; }; |
132 | 138 | CA6AC2602451135C00C71CB3 /* ReusableComponents-Download.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ReusableComponents-Download.swift"; sourceTree = "<group>"; }; |
133 | 139 | CA6AC2612451135C00C71CB3 /* CircularProgressView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularProgressView.swift; sourceTree = "<group>"; }; |
134 | 140 | CA6AC2622451135C00C71CB3 /* DownloadComponent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadComponent.swift; sourceTree = "<group>"; }; |
|
140 | 146 | CAA9ADC724465D950003A984 /* 02-Effects-CancellationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-CancellationTests.swift"; sourceTree = "<group>"; }; |
141 | 147 | CAA9ADC92446605B0003A984 /* 02-Effects-LongLiving.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-LongLiving.swift"; sourceTree = "<group>"; }; |
142 | 148 | CAA9ADCB2446615B0003A984 /* 02-Effects-LongLivingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-LongLivingTests.swift"; sourceTree = "<group>"; }; |
| 149 | + CAE962FC24A7F7BE00EFC025 /* 01-GettingStarted-AlertsAndActionSheets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "01-GettingStarted-AlertsAndActionSheets.swift"; sourceTree = "<group>"; }; |
| 150 | + CAF069CF24ACC5AF00A1AAEF /* 00-Core.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "00-Core.swift"; sourceTree = "<group>"; }; |
143 | 151 | DC07231624465D1E003A8B65 /* 02-Effects-TimersTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "02-Effects-TimersTests.swift"; sourceTree = "<group>"; }; |
144 | 152 | DC072321244663B1003A8B65 /* 03-Navigation-Sheet-LoadThenPresent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "03-Navigation-Sheet-LoadThenPresent.swift"; sourceTree = "<group>"; }; |
145 | 153 | DC25DC5E2450F13200082E81 /* IfLetStoreController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IfLetStoreController.swift; sourceTree = "<group>"; }; |
|
305 | 313 | isa = PBXGroup; |
306 | 314 | children = ( |
307 | 315 | DC89C42424460F96006900B9 /* Info.plist */, |
| 316 | + CAF069CF24ACC5AF00A1AAEF /* 00-Core.swift */, |
308 | 317 | DC89C41A24460F95006900B9 /* 00-RootView.swift */, |
| 318 | + CAE962FC24A7F7BE00EFC025 /* 01-GettingStarted-AlertsAndActionSheets.swift */, |
309 | 319 | DC88D8A5245341EC0077F427 /* 01-GettingStarted-Animations.swift */, |
310 | 320 | CA25E5D124463AD700DA666A /* 01-GettingStarted-Bindings-Basics.swift */, |
311 | 321 | DCC68EE02447C4630037F998 /* 01-GettingStarted-Composition-TwoCounters.swift */, |
|
339 | 349 | DC89C42C24460F96006900B9 /* SwiftUICaseStudiesTests */ = { |
340 | 350 | isa = PBXGroup; |
341 | 351 | children = ( |
| 352 | + CA50BE5F24A8F46500FE7DBA /* 01-GettingStarted-AlertsAndActionSheetsTests.swift */, |
| 353 | + CA34170724A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift */, |
| 354 | + CAA9ADC324465AB00003A984 /* 02-Effects-BasicsTests.swift */, |
342 | 355 | CAA9ADC724465D950003A984 /* 02-Effects-CancellationTests.swift */, |
343 | 356 | CAA9ADCB2446615B0003A984 /* 02-Effects-LongLivingTests.swift */, |
344 | | - CAA9ADC324465AB00003A984 /* 02-Effects-BasicsTests.swift */, |
345 | 357 | DC07231624465D1E003A8B65 /* 02-Effects-TimersTests.swift */, |
346 | 358 | CA410EE1247C73B400E41798 /* 02-Effects-WebSocketTests.swift */, |
347 | 359 | DC634B242448D15B00DAA016 /* 04-HigherOrderReducers-ReusableFavoritingTests.swift */, |
348 | | - CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift */, |
| 360 | + CA0C51FA245389CC00A04EAB /* 04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift */, |
349 | 361 | ); |
350 | 362 | path = SwiftUICaseStudiesTests; |
351 | 363 | sourceTree = "<group>"; |
|
462 | 474 | isa = PBXProject; |
463 | 475 | attributes = { |
464 | 476 | LastSwiftUpdateCheck = 1140; |
465 | | - LastUpgradeCheck = 1140; |
| 477 | + LastUpgradeCheck = 1200; |
466 | 478 | ORGANIZATIONNAME = "Point-Free"; |
467 | 479 | TargetAttributes = { |
468 | 480 | DC4C6EA62450DD380066A05D = { |
|
570 | 582 | DCC68EE12447C4630037F998 /* 01-GettingStarted-Composition-TwoCounters.swift in Sources */, |
571 | 583 | DC072322244663B1003A8B65 /* 03-Navigation-Sheet-LoadThenPresent.swift in Sources */, |
572 | 584 | DC89C45324465452006900B9 /* 03-Navigation-Lists-NavigateAndLoad.swift in Sources */, |
| 585 | + CAF069D024ACC5AF00A1AAEF /* 00-Core.swift in Sources */, |
573 | 586 | DCC68EE32447C8540037F998 /* 04-HigherOrderReducers-ReusableFavoriting.swift in Sources */, |
574 | 587 | DCC68EDF2447BC810037F998 /* TemplateText.swift in Sources */, |
575 | 588 | DCAC2A4F2452352E0094DEF5 /* 04-HigherOrderReducers-ElmLikeSubscriptions.swift in Sources */, |
|
586 | 599 | DC89C41B24460F95006900B9 /* 00-RootView.swift in Sources */, |
587 | 600 | DCC68EDD2447A5B00037F998 /* 01-GettingStarted-OptionalState.swift in Sources */, |
588 | 601 | DCC68EAB244666AF0037F998 /* 03-Navigation-Sheet-PresentAndLoad.swift in Sources */, |
| 602 | + CAE962FD24A7F7BE00EFC025 /* 01-GettingStarted-AlertsAndActionSheets.swift in Sources */, |
589 | 603 | CA25E5D224463AD700DA666A /* 01-GettingStarted-Bindings-Basics.swift in Sources */, |
590 | 604 | DC88D8A6245341EC0077F427 /* 01-GettingStarted-Animations.swift in Sources */, |
591 | 605 | DC89C44D244621A5006900B9 /* 03-Navigation-NavigateAndLoad.swift in Sources */, |
|
604 | 618 | isa = PBXSourcesBuildPhase; |
605 | 619 | buildActionMask = 2147483647; |
606 | 620 | files = ( |
607 | | - CA0C51FB245389CC00A04EAB /* 04-HigherOrderReducers-ResuableOfflineDownloadsTests.swift in Sources */, |
| 621 | + CA0C51FB245389CC00A04EAB /* 04-HigherOrderReducers-ReusableOfflineDownloadsTests.swift in Sources */, |
608 | 622 | DC634B252448D15B00DAA016 /* 04-HigherOrderReducers-ReusableFavoritingTests.swift in Sources */, |
609 | 623 | CAA9ADC824465D950003A984 /* 02-Effects-CancellationTests.swift in Sources */, |
610 | 624 | CA410EE2247C73B400E41798 /* 02-Effects-WebSocketTests.swift in Sources */, |
| 625 | + CA34170824A4E89500FAF950 /* 01-GettingStarted-AnimationsTests.swift in Sources */, |
611 | 626 | DC07231724465D1E003A8B65 /* 02-Effects-TimersTests.swift in Sources */, |
| 627 | + CA50BE6024A8F46500FE7DBA /* 01-GettingStarted-AlertsAndActionSheetsTests.swift in Sources */, |
612 | 628 | CAA9ADC424465AB00003A984 /* 02-Effects-BasicsTests.swift in Sources */, |
613 | 629 | CAA9ADCC2446615B0003A984 /* 02-Effects-LongLivingTests.swift in Sources */, |
614 | 630 | ); |
|
0 commit comments