forked from organicmaps/organicmaps
KML/KMZ Icons for documents added.
This commit is contained in:
parent
c4f5d7dee6
commit
68ca03a642
6 changed files with 28 additions and 2 deletions
BIN
iphone/Maps/22x29-pro.png
Normal file
BIN
iphone/Maps/22x29-pro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,010 B |
BIN
iphone/Maps/320-pro.png
Normal file
BIN
iphone/Maps/320-pro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
iphone/Maps/44x58-pro.png
Normal file
BIN
iphone/Maps/44x58-pro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
iphone/Maps/64-pro.png
Normal file
BIN
iphone/Maps/64-pro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -23,6 +23,10 @@
|
|||
49DE1CA413437D7A00A93417 /* libbzip2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 49DE1CA213437D7A00A93417 /* libbzip2.a */; };
|
||||
573D1AF4165252760093A55D /* location-follow.png in Resources */ = {isa = PBXBuildFile; fileRef = 573D1AF2165252760093A55D /* location-follow.png */; };
|
||||
573D1AF5165252760093A55D /* location-follow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 573D1AF3165252760093A55D /* location-follow@2x.png */; };
|
||||
ED8676FE16A0793800D9A02A /* 22x29-pro.png in Resources */ = {isa = PBXBuildFile; fileRef = ED8676FA16A0793800D9A02A /* 22x29-pro.png */; };
|
||||
ED8676FF16A0793800D9A02A /* 44x58-pro.png in Resources */ = {isa = PBXBuildFile; fileRef = ED8676FB16A0793800D9A02A /* 44x58-pro.png */; };
|
||||
ED86770016A0793800D9A02A /* 64-pro.png in Resources */ = {isa = PBXBuildFile; fileRef = ED8676FC16A0793800D9A02A /* 64-pro.png */; };
|
||||
ED86770116A0793800D9A02A /* 320-pro.png in Resources */ = {isa = PBXBuildFile; fileRef = ED8676FD16A0793800D9A02A /* 320-pro.png */; };
|
||||
ED8B1A2116772AB4003CAD0A /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED8B1A2016772AB4003CAD0A /* MessageUI.framework */; };
|
||||
EDBB18B816972B0600AF0742 /* libzlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EDBB18B716972B0600AF0742 /* libzlib.a */; };
|
||||
EDBB18B916972B3000AF0742 /* libzlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EDBB18B716972B0600AF0742 /* libzlib.a */; };
|
||||
|
@ -1372,6 +1376,10 @@
|
|||
573D1AF2165252760093A55D /* location-follow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "location-follow.png"; sourceTree = "<group>"; };
|
||||
573D1AF3165252760093A55D /* location-follow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "location-follow@2x.png"; sourceTree = "<group>"; };
|
||||
8D1107310486CEB800E47090 /* MapsWithMe-Pro.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MapsWithMe-Pro.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
|
||||
ED8676FA16A0793800D9A02A /* 22x29-pro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "22x29-pro.png"; sourceTree = "<group>"; };
|
||||
ED8676FB16A0793800D9A02A /* 44x58-pro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "44x58-pro.png"; sourceTree = "<group>"; };
|
||||
ED8676FC16A0793800D9A02A /* 64-pro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "64-pro.png"; sourceTree = "<group>"; };
|
||||
ED8676FD16A0793800D9A02A /* 320-pro.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "320-pro.png"; sourceTree = "<group>"; };
|
||||
ED8B1A2016772AB4003CAD0A /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
|
||||
EDBB18B716972B0600AF0742 /* libzlib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libzlib.a; sourceTree = "<group>"; };
|
||||
EE026F0511D6AC0D00645242 /* classificator.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = classificator.txt; path = ../../data/classificator.txt; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -2233,6 +2241,10 @@
|
|||
FA8A71D1153D83C8005D9795 /* bookmarks-highlighted@2x.png */,
|
||||
FA8A71D2153D83C8005D9795 /* bookmarks.png */,
|
||||
FA8A71D3153D83C8005D9795 /* bookmarks@2x.png */,
|
||||
ED8676FA16A0793800D9A02A /* 22x29-pro.png */,
|
||||
ED8676FB16A0793800D9A02A /* 44x58-pro.png */,
|
||||
ED8676FC16A0793800D9A02A /* 64-pro.png */,
|
||||
ED8676FD16A0793800D9A02A /* 320-pro.png */,
|
||||
FAA3A86B151279D700C7904C /* 29-lite.png */,
|
||||
FAA3A86C151279D700C7904C /* 50-lite.png */,
|
||||
FAA3A86D151279D800C7904C /* 57-lite.png */,
|
||||
|
@ -3727,6 +3739,10 @@
|
|||
F7E7BA3D1672328F00B4492E /* transport@2x.png in Resources */,
|
||||
F7E7BA4016723CD200B4492E /* hotel.png in Resources */,
|
||||
F7E7BA4116723CD200B4492E /* hotel@2x.png in Resources */,
|
||||
ED8676FE16A0793800D9A02A /* 22x29-pro.png in Resources */,
|
||||
ED8676FF16A0793800D9A02A /* 44x58-pro.png in Resources */,
|
||||
ED86770016A0793800D9A02A /* 64-pro.png in Resources */,
|
||||
ED86770116A0793800D9A02A /* 320-pro.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
|
@ -10,7 +10,12 @@
|
|||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeIconFiles</key>
|
||||
<array/>
|
||||
<array>
|
||||
<string>320-pro.png</string>
|
||||
<string>64-pro.png</string>
|
||||
<string>44x58-pro.png</string>
|
||||
<string>22x29-pro.png</string>
|
||||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>Google Earth KML Document</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
|
@ -20,7 +25,12 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>CFBundleTypeIconFiles</key>
|
||||
<array/>
|
||||
<array>
|
||||
<string>320-pro.png</string>
|
||||
<string>64-pro.png</string>
|
||||
<string>44x58-pro.png</string>
|
||||
<string>22x29-pro.png</string>
|
||||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>Google Earth KMZ Document</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue