|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 50; |
| 6 | + objectVersion = 51; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 8F74564022E1B050003B9C1D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F74563F22E1B050003B9C1D /* AppDelegate.swift */; };
|
11 | 11 | 8F74564722E1B051003B9C1D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8F74564622E1B051003B9C1D /* Assets.xcassets */; };
|
12 | 12 | 8F74564A22E1B051003B9C1D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8F74564822E1B051003B9C1D /* LaunchScreen.storyboard */; };
|
| 13 | + 8FD7C8E522E21B050019B532 /* AtterTabBarRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8E222E21B050019B532 /* AtterTabBarRouter.swift */; }; |
| 14 | + 8FD7C8E622E21B050019B532 /* AtterTabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8E322E21B050019B532 /* AtterTabBarViewController.swift */; }; |
| 15 | + 8FD7C8E722E21B050019B532 /* AtterTabBarConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8E422E21B050019B532 /* AtterTabBarConfigurator.swift */; }; |
| 16 | + 8FD7C8EB22E21C880019B532 /* R.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8EA22E21C880019B532 /* R.generated.swift */; }; |
| 17 | + 8FD7C8EE22E21D080019B532 /* RootRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD7C8ED22E21D080019B532 /* RootRouter.swift */; }; |
13 | 18 | E314BD30BBAF1CE6474593C7 /* Pods_Atter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A3B08D871FB59595CB29583 /* Pods_Atter.framework */; };
|
14 | 19 | /* End PBXBuildFile section */
|
15 | 20 |
|
|
21 | 26 | 8F74564622E1B051003B9C1D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
22 | 27 | 8F74564922E1B051003B9C1D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
23 | 28 | 8F74564B22E1B051003B9C1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 29 | + 8FD7C8E222E21B050019B532 /* AtterTabBarRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtterTabBarRouter.swift; sourceTree = "<group>"; }; |
| 30 | + 8FD7C8E322E21B050019B532 /* AtterTabBarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtterTabBarViewController.swift; sourceTree = "<group>"; }; |
| 31 | + 8FD7C8E422E21B050019B532 /* AtterTabBarConfigurator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtterTabBarConfigurator.swift; sourceTree = "<group>"; }; |
| 32 | + 8FD7C8EA22E21C880019B532 /* R.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = R.generated.swift; path = Generated/R.generated.swift; sourceTree = SOURCE_ROOT; }; |
| 33 | + 8FD7C8ED22E21D080019B532 /* RootRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootRouter.swift; sourceTree = "<group>"; }; |
24 | 34 | 984D26E540D2C3B37C439E9A /* Pods-Atter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Atter.debug.xcconfig"; path = "Target Support Files/Pods-Atter/Pods-Atter.debug.xcconfig"; sourceTree = "<group>"; };
|
25 | 35 | /* End PBXFileReference section */
|
26 | 36 |
|
|
74 | 84 | 8F74563E22E1B050003B9C1D /* Atter */ = {
|
75 | 85 | isa = PBXGroup;
|
76 | 86 | children = (
|
| 87 | + 8FD7C8EC22E21CE40019B532 /* Root */, |
| 88 | + 8FD7C8E922E21C380019B532 /* Generated */, |
| 89 | + 8FD7C8D322E21A980019B532 /* Tab Bar */, |
77 | 90 | 8F74565622E1B1A4003B9C1D /* Shared */,
|
78 | 91 | 8F74565522E1B19C003B9C1D /* Supporting Files */,
|
79 | 92 | 8F74565422E1B191003B9C1D /* Resources */,
|
|
114 | 127 | path = Delegates;
|
115 | 128 | sourceTree = "<group>";
|
116 | 129 | };
|
| 130 | + 8FD7C8D322E21A980019B532 /* Tab Bar */ = { |
| 131 | + isa = PBXGroup; |
| 132 | + children = ( |
| 133 | + 8FD7C8E222E21B050019B532 /* AtterTabBarRouter.swift */, |
| 134 | + 8FD7C8E322E21B050019B532 /* AtterTabBarViewController.swift */, |
| 135 | + 8FD7C8E422E21B050019B532 /* AtterTabBarConfigurator.swift */, |
| 136 | + ); |
| 137 | + path = "Tab Bar"; |
| 138 | + sourceTree = "<group>"; |
| 139 | + }; |
| 140 | + 8FD7C8E922E21C380019B532 /* Generated */ = { |
| 141 | + isa = PBXGroup; |
| 142 | + children = ( |
| 143 | + 8FD7C8EA22E21C880019B532 /* R.generated.swift */, |
| 144 | + ); |
| 145 | + path = Generated; |
| 146 | + sourceTree = "<group>"; |
| 147 | + }; |
| 148 | + 8FD7C8EC22E21CE40019B532 /* Root */ = { |
| 149 | + isa = PBXGroup; |
| 150 | + children = ( |
| 151 | + 8FD7C8ED22E21D080019B532 /* RootRouter.swift */, |
| 152 | + ); |
| 153 | + path = Root; |
| 154 | + sourceTree = "<group>"; |
| 155 | + }; |
117 | 156 | /* End PBXGroup section */
|
118 | 157 |
|
119 | 158 | /* Begin PBXNativeTarget section */
|
|
122 | 161 | buildConfigurationList = 8F74564E22E1B051003B9C1D /* Build configuration list for PBXNativeTarget "Atter" */;
|
123 | 162 | buildPhases = (
|
124 | 163 | 870EFA60EB091353C50386AF /* [CP] Check Pods Manifest.lock */,
|
| 164 | + 8FD7C8E822E21C060019B532 /* Run R.swift */, |
125 | 165 | 8F74563822E1B050003B9C1D /* Sources */,
|
126 | 166 | 8F74563922E1B050003B9C1D /* Frameworks */,
|
127 | 167 | 8F74563A22E1B050003B9C1D /* Resources */,
|
128 | 168 | 8F74565322E1B14D003B9C1D /* Run SwiftLint */,
|
| 169 | + CCDAAFCDA4811C812C1DC979 /* [CP] Embed Pods Frameworks */, |
129 | 170 | );
|
130 | 171 | buildRules = (
|
131 | 172 | );
|
|
222 | 263 | shellPath = /bin/sh;
|
223 | 264 | shellScript = "${PODS_ROOT}/SwiftLint/swiftlint\n";
|
224 | 265 | };
|
| 266 | + 8FD7C8E822E21C060019B532 /* Run R.swift */ = { |
| 267 | + isa = PBXShellScriptBuildPhase; |
| 268 | + buildActionMask = 2147483647; |
| 269 | + files = ( |
| 270 | + ); |
| 271 | + inputFileListPaths = ( |
| 272 | + ); |
| 273 | + inputPaths = ( |
| 274 | + "$TEMP_DIR/rswift-lastrun", |
| 275 | + ); |
| 276 | + name = "Run R.swift"; |
| 277 | + outputFileListPaths = ( |
| 278 | + ); |
| 279 | + outputPaths = ( |
| 280 | + $SRCROOT/Generated/R.generated.swift, |
| 281 | + ); |
| 282 | + runOnlyForDeploymentPostprocessing = 0; |
| 283 | + shellPath = /bin/sh; |
| 284 | + shellScript = "\"$PODS_ROOT/R.swift/rswift\" generate \"$SRCROOT/Generated/R.generated.swift\"\n"; |
| 285 | + }; |
| 286 | + CCDAAFCDA4811C812C1DC979 /* [CP] Embed Pods Frameworks */ = { |
| 287 | + isa = PBXShellScriptBuildPhase; |
| 288 | + buildActionMask = 2147483647; |
| 289 | + files = ( |
| 290 | + ); |
| 291 | + inputFileListPaths = ( |
| 292 | + "${PODS_ROOT}/Target Support Files/Pods-Atter/Pods-Atter-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 293 | + ); |
| 294 | + name = "[CP] Embed Pods Frameworks"; |
| 295 | + outputFileListPaths = ( |
| 296 | + "${PODS_ROOT}/Target Support Files/Pods-Atter/Pods-Atter-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 297 | + ); |
| 298 | + runOnlyForDeploymentPostprocessing = 0; |
| 299 | + shellPath = /bin/sh; |
| 300 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Atter/Pods-Atter-frameworks.sh\"\n"; |
| 301 | + showEnvVarsInLog = 0; |
| 302 | + }; |
225 | 303 | /* End PBXShellScriptBuildPhase section */
|
226 | 304 |
|
227 | 305 | /* Begin PBXSourcesBuildPhase section */
|
|
230 | 308 | buildActionMask = 2147483647;
|
231 | 309 | files = (
|
232 | 310 | 8F74564022E1B050003B9C1D /* AppDelegate.swift in Sources */,
|
| 311 | + 8FD7C8E622E21B050019B532 /* AtterTabBarViewController.swift in Sources */, |
| 312 | + 8FD7C8EB22E21C880019B532 /* R.generated.swift in Sources */, |
| 313 | + 8FD7C8E522E21B050019B532 /* AtterTabBarRouter.swift in Sources */, |
| 314 | + 8FD7C8EE22E21D080019B532 /* RootRouter.swift in Sources */, |
| 315 | + 8FD7C8E722E21B050019B532 /* AtterTabBarConfigurator.swift in Sources */, |
233 | 316 | );
|
234 | 317 | runOnlyForDeploymentPostprocessing = 0;
|
235 | 318 | };
|
|
0 commit comments