|
10 | 10 | FE51C654237D01950080E1F2 /* GoongGeocoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE51C653237D01950080E1F2 /* GoongGeocoder.swift */; };
|
11 | 11 | FE51C656237D02130080E1F2 /* GoongPlacemark.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE51C655237D02130080E1F2 /* GoongPlacemark.swift */; };
|
12 | 12 | FE51C67B237D3CD90080E1F2 /* CoreLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE51C67A237D3CD80080E1F2 /* CoreLocation.swift */; };
|
| 13 | + FE69C3C823C47E1800AD9425 /* iconLocationPin_gray@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FE69C3C523C47E1800AD9425 /* iconLocationPin_gray@2x.png */; }; |
| 14 | + FE69C3C923C47E1800AD9425 /* iconLocationPin_gray@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = FE69C3C623C47E1800AD9425 /* iconLocationPin_gray@3x.png */; }; |
| 15 | + FE69C3CA23C47E1800AD9425 /* iconLocationPin_gray.png in Resources */ = {isa = PBXBuildFile; fileRef = FE69C3C723C47E1800AD9425 /* iconLocationPin_gray.png */; }; |
13 | 16 | FEC3B25823C2EAEE00B120F9 /* GoongAutocompleteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC3B25723C2EAEE00B120F9 /* GoongAutocompleteViewController.swift */; };
|
14 |
| - FEC3B27C23C31CF800B120F9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FEC3B27B23C31CF800B120F9 /* Assets.xcassets */; }; |
15 | 17 | FEE591DB237C0E2300319874 /* GoongGeocoder.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE591D9237C0E2300319874 /* GoongGeocoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
16 | 18 | FEE591E2237C114D00319874 /* GoongGeocodeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEE591E1237C114D00319874 /* GoongGeocodeOptions.swift */; };
|
17 | 19 | /* End PBXBuildFile section */
|
|
20 | 22 | FE51C653237D01950080E1F2 /* GoongGeocoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoongGeocoder.swift; sourceTree = "<group>"; };
|
21 | 23 | FE51C655237D02130080E1F2 /* GoongPlacemark.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoongPlacemark.swift; sourceTree = "<group>"; };
|
22 | 24 | FE51C67A237D3CD80080E1F2 /* CoreLocation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreLocation.swift; sourceTree = "<group>"; };
|
| 25 | + FE69C3C523C47E1800AD9425 /* iconLocationPin_gray@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iconLocationPin_gray@2x.png"; sourceTree = "<group>"; }; |
| 26 | + FE69C3C623C47E1800AD9425 /* iconLocationPin_gray@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iconLocationPin_gray@3x.png"; sourceTree = "<group>"; }; |
| 27 | + FE69C3C723C47E1800AD9425 /* iconLocationPin_gray.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = iconLocationPin_gray.png; sourceTree = "<group>"; }; |
23 | 28 | FEC3B25723C2EAEE00B120F9 /* GoongAutocompleteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoongAutocompleteViewController.swift; sourceTree = "<group>"; };
|
24 |
| - FEC3B27B23C31CF800B120F9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
25 | 29 | FEE591D6237C0E2300319874 /* GoongGeocoder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GoongGeocoder.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
26 | 30 | FEE591D9237C0E2300319874 /* GoongGeocoder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GoongGeocoder.h; sourceTree = "<group>"; };
|
27 | 31 | FEE591DA237C0E2300319874 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
39 | 43 | /* End PBXFrameworksBuildPhase section */
|
40 | 44 |
|
41 | 45 | /* Begin PBXGroup section */
|
| 46 | + FE69C3C423C47E0000AD9425 /* Assets */ = { |
| 47 | + isa = PBXGroup; |
| 48 | + children = ( |
| 49 | + FE69C3C723C47E1800AD9425 /* iconLocationPin_gray.png */, |
| 50 | + FE69C3C523C47E1800AD9425 /* iconLocationPin_gray@2x.png */, |
| 51 | + FE69C3C623C47E1800AD9425 /* iconLocationPin_gray@3x.png */, |
| 52 | + ); |
| 53 | + path = Assets; |
| 54 | + sourceTree = "<group>"; |
| 55 | + }; |
42 | 56 | FEE591CC237C0E2300319874 = {
|
43 | 57 | isa = PBXGroup;
|
44 | 58 | children = (
|
|
64 | 78 | FE51C655237D02130080E1F2 /* GoongPlacemark.swift */,
|
65 | 79 | FE51C67A237D3CD80080E1F2 /* CoreLocation.swift */,
|
66 | 80 | FEC3B25723C2EAEE00B120F9 /* GoongAutocompleteViewController.swift */,
|
| 81 | + FE69C3C423C47E0000AD9425 /* Assets */, |
67 | 82 | FEE591DA237C0E2300319874 /* Info.plist */,
|
68 |
| - FEC3B27B23C31CF800B120F9 /* Assets.xcassets */, |
69 | 83 | );
|
70 | 84 | path = GoongGeocoder;
|
71 | 85 | sourceTree = "<group>";
|
|
140 | 154 | isa = PBXResourcesBuildPhase;
|
141 | 155 | buildActionMask = 2147483647;
|
142 | 156 | files = (
|
143 |
| - FEC3B27C23C31CF800B120F9 /* Assets.xcassets in Resources */, |
| 157 | + FE69C3CA23C47E1800AD9425 /* iconLocationPin_gray.png in Resources */, |
| 158 | + FE69C3C923C47E1800AD9425 /* iconLocationPin_gray@3x.png in Resources */, |
| 159 | + FE69C3C823C47E1800AD9425 /* iconLocationPin_gray@2x.png in Resources */, |
144 | 160 | );
|
145 | 161 | runOnlyForDeploymentPostprocessing = 0;
|
146 | 162 | };
|
|
0 commit comments