|
21 | 21 | AA95FAF51B0273EA00CED5A4 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA95FAF41B0273EA00CED5A4 /* Images.xcassets */; }; |
22 | 22 | AA95FAF81B0273EA00CED5A4 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = AA95FAF61B0273EA00CED5A4 /* MainMenu.xib */; }; |
23 | 23 | AA95FB041B0273EA00CED5A4 /* TranzportMacTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA95FB031B0273EA00CED5A4 /* TranzportMacTests.swift */; }; |
| 24 | + AAAC8DEA1B04E54100D4D5E9 /* StationFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAAC8DE91B04E54100D4D5E9 /* StationFormatter.swift */; }; |
24 | 25 | AAC0FF231B029B5E00B320EA /* StartupLaunch.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAC0FF221B029B5E00B320EA /* StartupLaunch.swift */; }; |
25 | 26 | /* End PBXBuildFile section */ |
26 | 27 |
|
|
53 | 54 | AA95FAFD1B0273EA00CED5A4 /* TranzportMacTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TranzportMacTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
54 | 55 | AA95FB021B0273EA00CED5A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
55 | 56 | AA95FB031B0273EA00CED5A4 /* TranzportMacTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TranzportMacTests.swift; sourceTree = "<group>"; }; |
| 57 | + AAAC8DE91B04E54100D4D5E9 /* StationFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StationFormatter.swift; sourceTree = "<group>"; }; |
56 | 58 | AAC0FF221B029B5E00B320EA /* StartupLaunch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StartupLaunch.swift; sourceTree = "<group>"; }; |
57 | 59 | /* End PBXFileReference section */ |
58 | 60 |
|
|
94 | 96 | isa = PBXGroup; |
95 | 97 | children = ( |
96 | 98 | AAC0FF221B029B5E00B320EA /* StartupLaunch.swift */, |
97 | | - AA5C45F21B02839D00923BC3 /* Alamofire */, |
| 99 | + AAAC8DE61B04E44600D4D5E9 /* External */, |
| 100 | + AAAC8DE91B04E54100D4D5E9 /* StationFormatter.swift */, |
98 | 101 | ); |
99 | 102 | name = Helpers; |
100 | 103 | sourceTree = "<group>"; |
|
179 | 182 | name = "Supporting Files"; |
180 | 183 | sourceTree = "<group>"; |
181 | 184 | }; |
| 185 | + AAAC8DE61B04E44600D4D5E9 /* External */ = { |
| 186 | + isa = PBXGroup; |
| 187 | + children = ( |
| 188 | + AA5C45F21B02839D00923BC3 /* Alamofire */, |
| 189 | + ); |
| 190 | + name = External; |
| 191 | + sourceTree = "<group>"; |
| 192 | + }; |
182 | 193 | /* End PBXGroup section */ |
183 | 194 |
|
184 | 195 | /* Begin PBXNativeTarget section */ |
|
278 | 289 | isa = PBXSourcesBuildPhase; |
279 | 290 | buildActionMask = 2147483647; |
280 | 291 | files = ( |
| 292 | + AAAC8DEA1B04E54100D4D5E9 /* StationFormatter.swift in Sources */, |
281 | 293 | AA5C45EB1B02839000923BC3 /* Download.swift in Sources */, |
282 | 294 | AA5C45F61B02841400923BC3 /* Departure.swift in Sources */, |
283 | 295 | AA5C45EE1B02839000923BC3 /* Request.swift in Sources */, |
|
0 commit comments