Skip to content

Commit 6c8c945

Browse files
author
iBinh
committed
update assets
1 parent ce79d6b commit 6c8c945

File tree

7 files changed

+21
-34
lines changed

7 files changed

+21
-34
lines changed

GoongGeocoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
3333
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3434

3535
s.source_files = "GoongGeocoder"
36-
36+
s.resources = "GoongGeocoder/Assets/*.png"
3737
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3838

3939
s.requires_arc = true

GoongGeocoder.xcodeproj/project.pbxproj

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
FE51C654237D01950080E1F2 /* GoongGeocoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE51C653237D01950080E1F2 /* GoongGeocoder.swift */; };
1111
FE51C656237D02130080E1F2 /* GoongPlacemark.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE51C655237D02130080E1F2 /* GoongPlacemark.swift */; };
1212
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 */; };
1316
FEC3B25823C2EAEE00B120F9 /* GoongAutocompleteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC3B25723C2EAEE00B120F9 /* GoongAutocompleteViewController.swift */; };
14-
FEC3B27C23C31CF800B120F9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FEC3B27B23C31CF800B120F9 /* Assets.xcassets */; };
1517
FEE591DB237C0E2300319874 /* GoongGeocoder.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE591D9237C0E2300319874 /* GoongGeocoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
1618
FEE591E2237C114D00319874 /* GoongGeocodeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEE591E1237C114D00319874 /* GoongGeocodeOptions.swift */; };
1719
/* End PBXBuildFile section */
@@ -20,8 +22,10 @@
2022
FE51C653237D01950080E1F2 /* GoongGeocoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoongGeocoder.swift; sourceTree = "<group>"; };
2123
FE51C655237D02130080E1F2 /* GoongPlacemark.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoongPlacemark.swift; sourceTree = "<group>"; };
2224
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>"; };
2328
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>"; };
2529
FEE591D6237C0E2300319874 /* GoongGeocoder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GoongGeocoder.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2630
FEE591D9237C0E2300319874 /* GoongGeocoder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GoongGeocoder.h; sourceTree = "<group>"; };
2731
FEE591DA237C0E2300319874 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -39,6 +43,16 @@
3943
/* End PBXFrameworksBuildPhase section */
4044

4145
/* 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+
};
4256
FEE591CC237C0E2300319874 = {
4357
isa = PBXGroup;
4458
children = (
@@ -64,8 +78,8 @@
6478
FE51C655237D02130080E1F2 /* GoongPlacemark.swift */,
6579
FE51C67A237D3CD80080E1F2 /* CoreLocation.swift */,
6680
FEC3B25723C2EAEE00B120F9 /* GoongAutocompleteViewController.swift */,
81+
FE69C3C423C47E0000AD9425 /* Assets */,
6782
FEE591DA237C0E2300319874 /* Info.plist */,
68-
FEC3B27B23C31CF800B120F9 /* Assets.xcassets */,
6983
);
7084
path = GoongGeocoder;
7185
sourceTree = "<group>";
@@ -140,7 +154,9 @@
140154
isa = PBXResourcesBuildPhase;
141155
buildActionMask = 2147483647;
142156
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 */,
144160
);
145161
runOnlyForDeploymentPostprocessing = 0;
146162
};

GoongGeocoder/Assets.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

GoongGeocoder/Assets.xcassets/iconLocationPin_gray.imageset/Contents.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)