Skip to content

Commit 00d9546

Browse files
zooxopinteractord
authored andcommitted
del: remove unused files
1 parent 2b90c43 commit 00d9546

4 files changed

Lines changed: 0 additions & 36 deletions

File tree

Examples/SingleNavigator/03-SingleTicTacToe/03-SingleTicTacToe.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
93782DCC2B4B98F900D16F44 /* SingleTicTacToeApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93782DCB2B4B98F900D16F44 /* SingleTicTacToeApp.swift */; };
11-
93782DCE2B4B98F900D16F44 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93782DCD2B4B98F900D16F44 /* ContentView.swift */; };
1211
93782DD02B4B98FA00D16F44 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 93782DCF2B4B98FA00D16F44 /* Assets.xcassets */; };
1312
93782DD32B4B98FA00D16F44 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 93782DD22B4B98FA00D16F44 /* Preview Assets.xcassets */; };
1413
93782DDB2B4B994700D16F44 /* LinkNavigator in Frameworks */ = {isa = PBXBuildFile; productRef = 93782DDA2B4B994700D16F44 /* LinkNavigator */; };
@@ -29,7 +28,6 @@
2928
/* Begin PBXFileReference section */
3029
93782DC82B4B98F900D16F44 /* SingleTicTacToe.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SingleTicTacToe.app; sourceTree = BUILT_PRODUCTS_DIR; };
3130
93782DCB2B4B98F900D16F44 /* SingleTicTacToeApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleTicTacToeApp.swift; sourceTree = "<group>"; };
32-
93782DCD2B4B98F900D16F44 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
3331
93782DCF2B4B98FA00D16F44 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3432
93782DD22B4B98FA00D16F44 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
3533
93782DDF2B4B9C0100D16F44 /* AppDependency.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDependency.swift; sourceTree = "<group>"; };
@@ -82,7 +80,6 @@
8280
93782DCB2B4B98F900D16F44 /* SingleTicTacToeApp.swift */,
8381
93782DDF2B4B9C0100D16F44 /* AppDependency.swift */,
8482
93782DE12B4B9C0D00D16F44 /* AppRouterGroup.swift */,
85-
93782DCD2B4B98F900D16F44 /* ContentView.swift */,
8683
93782DCF2B4B98FA00D16F44 /* Assets.xcassets */,
8784
93782DD12B4B98FA00D16F44 /* Preview Content */,
8885
);
@@ -232,7 +229,6 @@
232229
files = (
233230
93782DE02B4B9C0100D16F44 /* AppDependency.swift in Sources */,
234231
93782DFA2B4BA40B00D16F44 /* GameRoutebuilder.swift in Sources */,
235-
93782DCE2B4B98F900D16F44 /* ContentView.swift in Sources */,
236232
93782DF02B4BA32100D16F44 /* LoginRouteBuilder.swift in Sources */,
237233
93782DF52B4BA3C800D16F44 /* NewGameRouteBuilder.swift in Sources */,
238234
93782DE22B4B9C0D00D16F44 /* AppRouterGroup.swift in Sources */,

Examples/SingleNavigator/03-SingleTicTacToe/SingleTicTacToe/ContentView.swift

Lines changed: 0 additions & 12 deletions
This file was deleted.

Examples/TabNavigator/02-TabInjectionParameter/02-TabInjectionParameter.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
29758CF52B44F95B00307B89 /* TabInjectionParameterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29758CF42B44F95B00307B89 /* TabInjectionParameterApp.swift */; };
11-
29758CF72B44F95B00307B89 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29758CF62B44F95B00307B89 /* ContentView.swift */; };
1211
29758CF92B44F95C00307B89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 29758CF82B44F95C00307B89 /* Assets.xcassets */; };
1312
29758CFD2B44F95C00307B89 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 29758CFC2B44F95C00307B89 /* Preview Assets.xcassets */; };
1413
29AB43432B4557C800C32F2A /* LinkNavigator in Frameworks */ = {isa = PBXBuildFile; productRef = 29AB43422B4557C800C32F2A /* LinkNavigator */; };
@@ -37,7 +36,6 @@
3736
/* Begin PBXFileReference section */
3837
29758CF12B44F95B00307B89 /* TabInjectionParameter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TabInjectionParameter.app; sourceTree = BUILT_PRODUCTS_DIR; };
3938
29758CF42B44F95B00307B89 /* TabInjectionParameterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabInjectionParameterApp.swift; sourceTree = "<group>"; };
40-
29758CF62B44F95B00307B89 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
4139
29758CF82B44F95C00307B89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4240
29758CFA2B44F95C00307B89 /* TabInjectionParameter.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = TabInjectionParameter.entitlements; sourceTree = "<group>"; };
4341
29758CFC2B44F95C00307B89 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
@@ -97,7 +95,6 @@
9795
7E7A32C72B469C2D0078DAFF /* Pages */,
9896
7E7A32C62B469C280078DAFF /* Component */,
9997
29758CF42B44F95B00307B89 /* TabInjectionParameterApp.swift */,
100-
29758CF62B44F95B00307B89 /* ContentView.swift */,
10198
7E7A32C42B469C010078DAFF /* AppRouteBuilderGroup.swift */,
10299
7E7A32C22B469BF50078DAFF /* AppDependency.swift */,
103100
29758CF82B44F95C00307B89 /* Assets.xcassets */,
@@ -307,7 +304,6 @@
307304
7E7A32E82B469D680078DAFF /* Tab1RouteBuilder.swift in Sources */,
308305
7E7A32F12B469D680078DAFF /* Step3RouteBuilder.swift in Sources */,
309306
7E7A32C52B469C010078DAFF /* AppRouteBuilderGroup.swift in Sources */,
310-
29758CF72B44F95B00307B89 /* ContentView.swift in Sources */,
311307
7E7A32F02B469D680078DAFF /* Step4Page.swift in Sources */,
312308
7E7A32EC2B469D680078DAFF /* Tab3Page.swift in Sources */,
313309
7E7A32F52B469D680078DAFF /* Step1RouteBuilder.swift in Sources */,

Examples/TabNavigator/02-TabInjectionParameter/TabInjectionParameter/ContentView.swift

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)