|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | A9307ECA23D91EF0005F5C96 /* SwiftDux in Frameworks */ = {isa = PBXBuildFile; productRef = A9307EC923D91EF0005F5C96 /* SwiftDux */; };
|
| 11 | + A94FAF0F24608EF9005F9F4B /* MainSceneContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A94FAF0E24608EF9005F9F4B /* MainSceneContainer.swift */; }; |
11 | 12 | A96EA6AC23F44F7C0024DBAA /* TodoListsRoot.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96EA6AB23F44F7C0024DBAA /* TodoListsRoot.swift */; };
|
12 | 13 | A96EA6AE23F44FB50024DBAA /* TodosRoot.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96EA6AD23F44FB50024DBAA /* TodosRoot.swift */; };
|
13 | 14 | A96EA6B023F452250024DBAA /* configureStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96EA6AF23F452250024DBAA /* configureStore.swift */; };
|
14 | 15 | A976F54F23D3D88E00004B33 /* TodosAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = A976F54E23D3D88E00004B33 /* TodosAction.swift */; };
|
15 |
| - A991C7DF23D6519F00AD7AA3 /* TodoListNameContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A991C7DE23D6519F00AD7AA3 /* TodoListNameContainer.swift */; }; |
16 |
| - A991C7E123D6568400AD7AA3 /* NewTodoContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A991C7E023D6568400AD7AA3 /* NewTodoContainer.swift */; }; |
17 | 16 | AA2F1A81231782D3003B088A /* CheckedToggleStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2F1A80231782D3003B088A /* CheckedToggleStyle.swift */; };
|
18 | 17 | AA427ACA22C02E75005A4368 /* TodosReducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA427AC922C02E75005A4368 /* TodosReducer.swift */; };
|
19 |
| - AA427ACC22C143AE005A4368 /* AppContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA427ACB22C143AE005A4368 /* AppContainer.swift */; }; |
20 | 18 | AA427B0922C3D097005A4368 /* TodoListsReducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA427B0822C3D097005A4368 /* TodoListsReducer.swift */; };
|
21 | 19 | AA696F8D2321ED7300BFCC0B /* NewTodoRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA696F8C2321ED7300BFCC0B /* NewTodoRow.swift */; };
|
22 | 20 | AA94FB9322F4D188008D0272 /* TodoListRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA94FB9222F4D188008D0272 /* TodoListRow.swift */; };
|
|
53 | 51 | /* Begin PBXFileReference section */
|
54 | 52 | A904010A23D8BA63004D65F1 /* SwiftDux.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftDux.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
55 | 53 | A904010C23D8BA63004D65F1 /* SwiftDuxExtras.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SwiftDuxExtras.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 54 | + A94FAF0E24608EF9005F9F4B /* MainSceneContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainSceneContainer.swift; sourceTree = "<group>"; }; |
56 | 55 | A96EA6AB23F44F7C0024DBAA /* TodoListsRoot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoListsRoot.swift; sourceTree = "<group>"; };
|
57 | 56 | A96EA6AD23F44FB50024DBAA /* TodosRoot.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TodosRoot.swift; sourceTree = "<group>"; };
|
58 | 57 | A96EA6AF23F452250024DBAA /* configureStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = configureStore.swift; sourceTree = "<group>"; };
|
59 | 58 | A976F54E23D3D88E00004B33 /* TodosAction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TodosAction.swift; sourceTree = "<group>"; };
|
60 |
| - A991C7DE23D6519F00AD7AA3 /* TodoListNameContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TodoListNameContainer.swift; sourceTree = "<group>"; }; |
61 |
| - A991C7E023D6568400AD7AA3 /* NewTodoContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewTodoContainer.swift; sourceTree = "<group>"; }; |
62 | 59 | AA2F1A80231782D3003B088A /* CheckedToggleStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckedToggleStyle.swift; sourceTree = "<group>"; };
|
63 | 60 | AA427AC922C02E75005A4368 /* TodosReducer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TodosReducer.swift; sourceTree = "<group>"; };
|
64 |
| - AA427ACB22C143AE005A4368 /* AppContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppContainer.swift; sourceTree = "<group>"; }; |
65 | 61 | AA427B0822C3D097005A4368 /* TodoListsReducer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TodoListsReducer.swift; sourceTree = "<group>"; };
|
66 | 62 | AA696F8C2321ED7300BFCC0B /* NewTodoRow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewTodoRow.swift; sourceTree = "<group>"; };
|
67 | 63 | AA94FB9222F4D188008D0272 /* TodoListRow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TodoListRow.swift; sourceTree = "<group>"; };
|
|
213 | 209 | AA9DA97622ADA74C00617E46 /* Containers */ = {
|
214 | 210 | isa = PBXGroup;
|
215 | 211 | children = (
|
216 |
| - AA427ACB22C143AE005A4368 /* AppContainer.swift */, |
| 212 | + A94FAF0E24608EF9005F9F4B /* MainSceneContainer.swift */, |
217 | 213 | AA9DA96C22AD8FC600617E46 /* TodoListBrowserContainer.swift */,
|
218 | 214 | AA9DA94822AD8A2100617E46 /* TodoListContainer.swift */,
|
219 |
| - A991C7E023D6568400AD7AA3 /* NewTodoContainer.swift */, |
220 |
| - A991C7DE23D6519F00AD7AA3 /* TodoListNameContainer.swift */, |
221 | 215 | AA9DA96822AD8E4C00617E46 /* TodoContainer.swift */,
|
222 | 216 | );
|
223 | 217 | path = Containers;
|
|
304 | 298 | files = (
|
305 | 299 | AA9DA96D22AD8FC600617E46 /* TodoListBrowserContainer.swift in Sources */,
|
306 | 300 | AA94FB9322F4D188008D0272 /* TodoListRow.swift in Sources */,
|
307 |
| - A991C7DF23D6519F00AD7AA3 /* TodoListNameContainer.swift in Sources */, |
308 | 301 | AA9DA94522AD8A2100617E46 /* AppDelegate.swift in Sources */,
|
| 302 | + A94FAF0F24608EF9005F9F4B /* MainSceneContainer.swift in Sources */, |
309 | 303 | AA696F8D2321ED7300BFCC0B /* NewTodoRow.swift in Sources */,
|
310 | 304 | AA9DA96522AD8BA100617E46 /* Todo.swift in Sources */,
|
311 | 305 | AA427B0922C3D097005A4368 /* TodoListsReducer.swift in Sources */,
|
312 | 306 | A976F54F23D3D88E00004B33 /* TodosAction.swift in Sources */,
|
313 | 307 | AABF238C22D2B45800F332DC /* TodoListsAction.swift in Sources */,
|
314 | 308 | AA9DA96922AD8E4C00617E46 /* TodoContainer.swift in Sources */,
|
315 | 309 | AA2F1A81231782D3003B088A /* CheckedToggleStyle.swift in Sources */,
|
316 |
| - A991C7E123D6568400AD7AA3 /* NewTodoContainer.swift in Sources */, |
317 | 310 | AA9DA94722AD8A2100617E46 /* SceneDelegate.swift in Sources */,
|
318 | 311 | AA94FB9822F4D869008D0272 /* TodoListNameField.swift in Sources */,
|
319 | 312 | A96EA6B023F452250024DBAA /* configureStore.swift in Sources */,
|
|
325 | 318 | AA94FB9C22F4D969008D0272 /* AddButton.swift in Sources */,
|
326 | 319 | AA9DA94922AD8A2100617E46 /* TodoListContainer.swift in Sources */,
|
327 | 320 | AA9DA96322AD8B5900617E46 /* TodoList.swift in Sources */,
|
328 |
| - AA427ACC22C143AE005A4368 /* AppContainer.swift in Sources */, |
329 | 321 | );
|
330 | 322 | runOnlyForDeploymentPostprocessing = 0;
|
331 | 323 | };
|
|
525 | 517 | isa = XCRemoteSwiftPackageReference;
|
526 | 518 | repositoryURL = "https://github.com/StevenLambion/SwiftDux.git";
|
527 | 519 | requirement = {
|
528 |
| - branch = "swift-5.2"; |
529 |
| - kind = branch; |
| 520 | + kind = upToNextMinorVersion; |
| 521 | + minimumVersion = 1.2.0; |
530 | 522 | };
|
531 | 523 | };
|
532 | 524 | /* End XCRemoteSwiftPackageReference section */
|
|
0 commit comments