From e21ead77ffdff206d1ae17e5ce93ea34c4227414 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 4 Jul 2025 22:45:30 +0200 Subject: Add new fonts and picker style. --- Map/Assets.xcassets/Icons/Contents.json | 9 +++++++++ .../Icons/Evolution.imageset/Contents.json | 12 ++++++++++++ .../Icons/Evolution.imageset/Evolution.pdf | Bin 0 -> 7116 bytes 3 files changed, 21 insertions(+) create mode 100644 Map/Assets.xcassets/Icons/Contents.json create mode 100644 Map/Assets.xcassets/Icons/Evolution.imageset/Contents.json create mode 100644 Map/Assets.xcassets/Icons/Evolution.imageset/Evolution.pdf (limited to 'Map/Assets.xcassets') diff --git a/Map/Assets.xcassets/Icons/Contents.json b/Map/Assets.xcassets/Icons/Contents.json new file mode 100644 index 0000000..6e96565 --- /dev/null +++ b/Map/Assets.xcassets/Icons/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "provides-namespace" : true + } +} diff --git a/Map/Assets.xcassets/Icons/Evolution.imageset/Contents.json b/Map/Assets.xcassets/Icons/Evolution.imageset/Contents.json new file mode 100644 index 0000000..795b58e --- /dev/null +++ b/Map/Assets.xcassets/Icons/Evolution.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "Evolution.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Map/Assets.xcassets/Icons/Evolution.imageset/Evolution.pdf b/Map/Assets.xcassets/Icons/Evolution.imageset/Evolution.pdf new file mode 100644 index 0000000..a26e52c Binary files /dev/null and b/Map/Assets.xcassets/Icons/Evolution.imageset/Evolution.pdf differ -- cgit