|
14 | 14 | 9878A1ED1B7876A70005ACD9 /* OpenWeatherMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1EC1B7876A70005ACD9 /* OpenWeatherMap.swift */; }; |
15 | 15 | 9878A1EF1B78930E0005ACD9 /* Networking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1EE1B78930E0005ACD9 /* Networking.swift */; }; |
16 | 16 | 9878A1F11B7893210005ACD9 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1F01B7893210005ACD9 /* Network.swift */; }; |
17 | | - 9878A1F31B78B9610005ACD9 /* WeatherTablerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1F21B78B9610005ACD9 /* WeatherTablerViewController.swift */; }; |
18 | | - 9878A1F51B78C8340005ACD9 /* WeatherTablerViewControllerSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1F41B78C8340005ACD9 /* WeatherTablerViewControllerSpec.swift */; }; |
| 17 | + 9878A1F31B78B9610005ACD9 /* WeatherTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1F21B78B9610005ACD9 /* WeatherTableViewController.swift */; }; |
| 18 | + 9878A1F51B78C8340005ACD9 /* WeatherTableViewControllerSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9878A1F41B78C8340005ACD9 /* WeatherTableViewControllerSpec.swift */; }; |
19 | 19 | 98BA27341B785EB00047549E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98BA27331B785EB00047549E /* AppDelegate.swift */; }; |
20 | 20 | 98BA27391B785EB00047549E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 98BA27371B785EB00047549E /* Main.storyboard */; }; |
21 | 21 | 98BA273B1B785EB00047549E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 98BA273A1B785EB00047549E /* Assets.xcassets */; }; |
|
41 | 41 | 9878A1EC1B7876A70005ACD9 /* OpenWeatherMap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpenWeatherMap.swift; sourceTree = "<group>"; }; |
42 | 42 | 9878A1EE1B78930E0005ACD9 /* Networking.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Networking.swift; sourceTree = "<group>"; }; |
43 | 43 | 9878A1F01B7893210005ACD9 /* Network.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Network.swift; sourceTree = "<group>"; }; |
44 | | - 9878A1F21B78B9610005ACD9 /* WeatherTablerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WeatherTablerViewController.swift; sourceTree = "<group>"; }; |
45 | | - 9878A1F41B78C8340005ACD9 /* WeatherTablerViewControllerSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WeatherTablerViewControllerSpec.swift; sourceTree = "<group>"; }; |
| 44 | + 9878A1F21B78B9610005ACD9 /* WeatherTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WeatherTableViewController.swift; sourceTree = "<group>"; }; |
| 45 | + 9878A1F41B78C8340005ACD9 /* WeatherTableViewControllerSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WeatherTableViewControllerSpec.swift; sourceTree = "<group>"; }; |
46 | 46 | 98BA27301B785EB00047549E /* SwinjectSimpleExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwinjectSimpleExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
47 | 47 | 98BA27331B785EB00047549E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
48 | 48 | 98BA27381B785EB00047549E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
|
134 | 134 | children = ( |
135 | 135 | 9878A1E41B7874420005ACD9 /* Model */, |
136 | 136 | 98BA27331B785EB00047549E /* AppDelegate.swift */, |
137 | | - 9878A1F21B78B9610005ACD9 /* WeatherTablerViewController.swift */, |
| 137 | + 9878A1F21B78B9610005ACD9 /* WeatherTableViewController.swift */, |
138 | 138 | 98BA27371B785EB00047549E /* Main.storyboard */, |
139 | 139 | 98BA273A1B785EB00047549E /* Assets.xcassets */, |
140 | 140 | 98BA273C1B785EB00047549E /* LaunchScreen.storyboard */, |
|
148 | 148 | children = ( |
149 | 149 | 9878A1E91B7874610005ACD9 /* Model */, |
150 | 150 | 98BA274A1B785EB00047549E /* Info.plist */, |
151 | | - 9878A1F41B78C8340005ACD9 /* WeatherTablerViewControllerSpec.swift */, |
| 151 | + 9878A1F41B78C8340005ACD9 /* WeatherTableViewControllerSpec.swift */, |
152 | 152 | ); |
153 | 153 | path = SwinjectSimpleExampleTests; |
154 | 154 | sourceTree = "<group>"; |
|
364 | 364 | 9878A1ED1B7876A70005ACD9 /* OpenWeatherMap.swift in Sources */, |
365 | 365 | 9878A1E81B78745C0005ACD9 /* WeatherFetcher.swift in Sources */, |
366 | 366 | 9878A1EF1B78930E0005ACD9 /* Networking.swift in Sources */, |
367 | | - 9878A1F31B78B9610005ACD9 /* WeatherTablerViewController.swift in Sources */, |
| 367 | + 9878A1F31B78B9610005ACD9 /* WeatherTableViewController.swift in Sources */, |
368 | 368 | 9878A1E71B78745C0005ACD9 /* City.swift in Sources */, |
369 | 369 | 9878A1F11B7893210005ACD9 /* Network.swift in Sources */, |
370 | 370 | 98BA27341B785EB00047549E /* AppDelegate.swift in Sources */, |
|
375 | 375 | isa = PBXSourcesBuildPhase; |
376 | 376 | buildActionMask = 2147483647; |
377 | 377 | files = ( |
378 | | - 9878A1F51B78C8340005ACD9 /* WeatherTablerViewControllerSpec.swift in Sources */, |
| 378 | + 9878A1F51B78C8340005ACD9 /* WeatherTableViewControllerSpec.swift in Sources */, |
379 | 379 | 9878A1EB1B78746C0005ACD9 /* WeatherFetcherSpec.swift in Sources */, |
380 | 380 | ); |
381 | 381 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments