|
14 | 14 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
15 | 15 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
16 | 16 | 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; |
| 17 | + 897DE7EE22976D7E0054A9A1 /* MapCacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 897DE7ED22976D7E0054A9A1 /* MapCacheTests.swift */; }; |
17 | 18 | C96E40763BA125EDD01D8619 /* Pods_MapCache_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E93B0D3BBC838295972E4B6C /* Pods_MapCache_Tests.framework */; }; |
18 | 19 | /* End PBXBuildFile section */ |
19 | 20 |
|
|
43 | 44 | 607FACE51AFB9204008FA782 /* MapCache_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MapCache_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
44 | 45 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
45 | 46 | 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
46 | | - 86806D7962E8E2CA29F7E1EF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
47 | | - 98B68CF07B3AC619DB7870E1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
| 47 | + 86806D7962E8E2CA29F7E1EF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 48 | + 897DE7ED22976D7E0054A9A1 /* MapCacheTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapCacheTests.swift; sourceTree = "<group>"; }; |
| 49 | + 98B68CF07B3AC619DB7870E1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
48 | 50 | E93B0D3BBC838295972E4B6C /* Pods_MapCache_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MapCache_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
49 | | - EEF136F62BE41AE85E8E4DEA /* MapCache.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = MapCache.podspec; path = ../MapCache.podspec; sourceTree = "<group>"; }; |
| 51 | + EEF136F62BE41AE85E8E4DEA /* MapCache.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = MapCache.podspec; path = ../MapCache.podspec; sourceTree = "<group>"; }; |
50 | 52 | /* End PBXFileReference section */ |
51 | 53 |
|
52 | 54 | /* Begin PBXFrameworksBuildPhase section */ |
|
125 | 127 | isa = PBXGroup; |
126 | 128 | children = ( |
127 | 129 | 607FACEB1AFB9204008FA782 /* Tests.swift */, |
| 130 | + 897DE7ED22976D7E0054A9A1 /* MapCacheTests.swift */, |
128 | 131 | 607FACE91AFB9204008FA782 /* Supporting Files */, |
129 | 132 | ); |
130 | 133 | path = Tests; |
|
227 | 230 | developmentRegion = English; |
228 | 231 | hasScannedForEncodings = 0; |
229 | 232 | knownRegions = ( |
| 233 | + English, |
230 | 234 | en, |
231 | 235 | Base, |
232 | 236 | ); |
|
353 | 357 | buildActionMask = 2147483647; |
354 | 358 | files = ( |
355 | 359 | 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */, |
| 360 | + 897DE7EE22976D7E0054A9A1 /* MapCacheTests.swift in Sources */, |
356 | 361 | ); |
357 | 362 | runOnlyForDeploymentPostprocessing = 0; |
358 | 363 | }; |
|
0 commit comments