diff --git a/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationPastquake.swift b/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationPastquake.swift index 4c29db0..ba5c69b 100644 --- a/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationPastquake.swift +++ b/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationPastquake.swift @@ -41,9 +41,9 @@ class EQNMapAnnotationPastquake: NSObject, MKAnnotation { private static func image(for intensity: Int) -> UIImage? { switch intensity { - case 0: return UIImage(named: "star_white") - case 1: return UIImage(named: "star_lightblue") - case 2: return UIImage(named: "star_blue") + case 0: return UIImage(named: "star_realtime_white") + case 1: return UIImage(named: "star_realtime_lightblue") + case 2: return UIImage(named: "star_realtime_blue") default: return nil } } diff --git a/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationSeismic.swift b/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationSeismic.swift index 7cdbbed..77f8e51 100644 --- a/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationSeismic.swift +++ b/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationSeismic.swift @@ -73,6 +73,6 @@ class EQNMapAnnotationSeismic: NSObject, MKAnnotation { default: icon = "" } - return UIImage(named: "\(icon)_\(color)2") + return UIImage(named: "\(icon)_\(color)") } } diff --git a/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationUserReport.swift b/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationUserReport.swift index d70dd2c..61d3c80 100644 --- a/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationUserReport.swift +++ b/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationUserReport.swift @@ -41,9 +41,9 @@ class EQNMapAnnotationUserReport: NSObject, MKAnnotation { private static func image(for magnitute: Int) -> UIImage? { switch magnitute { - case 1: return UIImage(named: "star_green") - case 2: return UIImage(named: "star_yellow") - case 3: return UIImage(named: "star_red") + case 1: return UIImage(named: "star_report_green") + case 2: return UIImage(named: "star_report_yellow") + case 3: return UIImage(named: "star_report_red") default: return nil } } diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green.imageset/Contents.json new file mode 100644 index 0000000..1c97d28 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "circle_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green.imageset/circle_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green.imageset/circle_green.png new file mode 100644 index 0000000..94575b7 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green.imageset/circle_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green2.imageset/Contents.json deleted file mode 100644 index b529a5f..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "circle_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green2.imageset/circle_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green2.imageset/circle_green2.png deleted file mode 100644 index 6fd580f..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_green2.imageset/circle_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple.imageset/Contents.json new file mode 100644 index 0000000..ef30024 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "circle_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple.imageset/circle_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple.imageset/circle_purple.png new file mode 100644 index 0000000..e6cd7cb Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple.imageset/circle_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple2.imageset/Contents.json deleted file mode 100644 index e7fc612..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "circle_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple2.imageset/circle_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple2.imageset/circle_purple2.png deleted file mode 100644 index 707746a..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_purple2.imageset/circle_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red.imageset/Contents.json new file mode 100644 index 0000000..1410ff3 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "circle_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red.imageset/circle_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red.imageset/circle_red.png new file mode 100644 index 0000000..3b688e9 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red.imageset/circle_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red2.imageset/Contents.json deleted file mode 100644 index 0564514..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "circle_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red2.imageset/circle_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red2.imageset/circle_red2.png deleted file mode 100644 index 3eeeba5..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_red2.imageset/circle_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white.imageset/Contents.json new file mode 100644 index 0000000..a24062b --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "circle_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white.imageset/circle_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white.imageset/circle_white.png new file mode 100644 index 0000000..63e10bf Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white.imageset/circle_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white2.imageset/Contents.json deleted file mode 100644 index ee77122..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "circle_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white2.imageset/circle_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white2.imageset/circle_white2.png deleted file mode 100644 index 903c6e9..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_white2.imageset/circle_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow.imageset/Contents.json new file mode 100644 index 0000000..fa1b0d0 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "circle_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow.imageset/circle_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow.imageset/circle_yellow.png new file mode 100644 index 0000000..36eb7e7 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow.imageset/circle_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow2.imageset/Contents.json deleted file mode 100644 index 4a0d5bc..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "circle_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow2.imageset/circle_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow2.imageset/circle_yellow2.png deleted file mode 100644 index 6b21637..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/circle_yellow2.imageset/circle_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/Contents.json index 379a54e..29c8ce4 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/Contents.json @@ -1,19 +1,8 @@ { "images" : [ - { - "filename" : "dyamond_green-1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "dyamond_green-2.png", - "idiom" : "universal", - "scale" : "2x" - }, { "filename" : "dyamond_green.png", - "idiom" : "universal", - "scale" : "3x" + "idiom" : "universal" } ], "info" : { diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green-1.png deleted file mode 100644 index 71b5973..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green-2.png deleted file mode 100644 index a320802..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green-2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green.png index 5d02608..a2d9b58 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green.imageset/dyamond_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green2.imageset/Contents.json deleted file mode 100644 index 39aeb1d..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green2.imageset/dyamond_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green2.imageset/dyamond_green2.png deleted file mode 100644 index 6d542ab..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_green2.imageset/dyamond_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple.imageset/Contents.json new file mode 100644 index 0000000..2b47604 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "dyamond_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple.imageset/dyamond_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple.imageset/dyamond_purple.png new file mode 100644 index 0000000..1cf59f5 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple.imageset/dyamond_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple2.imageset/Contents.json deleted file mode 100644 index b5d3de5..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple2.imageset/dyamond_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple2.imageset/dyamond_purple2.png deleted file mode 100644 index c03ad54..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_purple2.imageset/dyamond_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/Contents.json index 4721a57..6f19b4a 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/Contents.json @@ -1,19 +1,8 @@ { "images" : [ - { - "filename" : "dyamond_red-1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "dyamond_red-2.png", - "idiom" : "universal", - "scale" : "2x" - }, { "filename" : "dyamond_red.png", - "idiom" : "universal", - "scale" : "3x" + "idiom" : "universal" } ], "info" : { diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red-1.png deleted file mode 100644 index 2f3c799..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red-2.png deleted file mode 100644 index 873d17d..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red-2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red.png index a824143..500f4a9 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red.imageset/dyamond_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red2.imageset/Contents.json deleted file mode 100644 index 7352124..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red2.imageset/dyamond_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red2.imageset/dyamond_red2.png deleted file mode 100644 index 256b61f..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_red2.imageset/dyamond_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green.imageset/Contents.json new file mode 100644 index 0000000..086fa98 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "dyamond_round_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green.imageset/dyamond_round_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green.imageset/dyamond_round_green.png new file mode 100644 index 0000000..4b7be70 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green.imageset/dyamond_round_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green2.imageset/Contents.json deleted file mode 100644 index 22de469..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_round_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green2.imageset/dyamond_round_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green2.imageset/dyamond_round_green2.png deleted file mode 100644 index de51908..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_green2.imageset/dyamond_round_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple.imageset/Contents.json new file mode 100644 index 0000000..62231d3 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "dyamond_round_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple.imageset/dyamond_round_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple.imageset/dyamond_round_purple.png new file mode 100644 index 0000000..04286f9 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple.imageset/dyamond_round_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple2.imageset/Contents.json deleted file mode 100644 index 987c9d9..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_round_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple2.imageset/dyamond_round_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple2.imageset/dyamond_round_purple2.png deleted file mode 100644 index 26b7337..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_purple2.imageset/dyamond_round_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red.imageset/Contents.json new file mode 100644 index 0000000..f2612a2 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "dyamond_round_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red.imageset/dyamond_round_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red.imageset/dyamond_round_red.png new file mode 100644 index 0000000..10ad74d Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red.imageset/dyamond_round_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red2.imageset/Contents.json deleted file mode 100644 index 29ca0d5..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_round_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red2.imageset/dyamond_round_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red2.imageset/dyamond_round_red2.png deleted file mode 100644 index 958af71..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_red2.imageset/dyamond_round_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white.imageset/Contents.json new file mode 100644 index 0000000..705bedb --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "dyamond_round_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white.imageset/dyamond_round_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white.imageset/dyamond_round_white.png new file mode 100644 index 0000000..ae883ee Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white.imageset/dyamond_round_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white2.imageset/Contents.json deleted file mode 100644 index 4f06f4a..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_round_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white2.imageset/dyamond_round_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white2.imageset/dyamond_round_white2.png deleted file mode 100644 index 8c70dbf..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_white2.imageset/dyamond_round_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow.imageset/Contents.json new file mode 100644 index 0000000..b47b273 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "dyamond_round_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow.imageset/dyamond_round_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow.imageset/dyamond_round_yellow.png new file mode 100644 index 0000000..5359f4f Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow.imageset/dyamond_round_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow2.imageset/Contents.json deleted file mode 100644 index 93f70ef..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_round_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow2.imageset/dyamond_round_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow2.imageset/dyamond_round_yellow2.png deleted file mode 100644 index 85bef4d..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_round_yellow2.imageset/dyamond_round_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white.imageset/Contents.json new file mode 100644 index 0000000..108c886 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "dyamond_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white.imageset/dyamond_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white.imageset/dyamond_white.png new file mode 100644 index 0000000..f6327d9 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white.imageset/dyamond_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white2.imageset/Contents.json deleted file mode 100644 index 4fced09..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white2.imageset/dyamond_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white2.imageset/dyamond_white2.png deleted file mode 100644 index a91b9f9..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_white2.imageset/dyamond_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/Contents.json index 974714f..51e0d47 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/Contents.json @@ -1,19 +1,8 @@ { "images" : [ - { - "filename" : "dyamond_yellow-1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "dyamond_yellow-2.png", - "idiom" : "universal", - "scale" : "2x" - }, { "filename" : "dyamond_yellow.png", - "idiom" : "universal", - "scale" : "3x" + "idiom" : "universal" } ], "info" : { diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow-1.png deleted file mode 100644 index c7472f5..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow-2.png deleted file mode 100644 index 2a38953..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow-2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow.png index ea07a8e..f5c22de 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow.imageset/dyamond_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow2.imageset/Contents.json deleted file mode 100644 index 573cdca..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "dyamond_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow2.imageset/dyamond_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow2.imageset/dyamond_yellow2.png deleted file mode 100644 index 2966ef8..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/dyamond_yellow2.imageset/dyamond_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_green2.imageset/Contents.json deleted file mode 100644 index 82ec17c..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "esa_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_green2.imageset/esa_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_green2.imageset/esa_green2.png deleted file mode 100644 index 898d1cf..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_green2.imageset/esa_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_purple2.imageset/Contents.json deleted file mode 100644 index 9b4d421..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "esa_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_purple2.imageset/esa_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_purple2.imageset/esa_purple2.png deleted file mode 100644 index 7172f87..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_purple2.imageset/esa_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_red2.imageset/Contents.json deleted file mode 100644 index c944020..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "esa_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_red2.imageset/esa_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_red2.imageset/esa_red2.png deleted file mode 100644 index 89d1125..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_red2.imageset/esa_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_white2.imageset/Contents.json deleted file mode 100644 index ce450e7..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "esa_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_white2.imageset/esa_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_white2.imageset/esa_white2.png deleted file mode 100644 index 8d80799..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_white2.imageset/esa_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_yellow2.imageset/Contents.json deleted file mode 100644 index c68fe8c..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "esa_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_yellow2.imageset/esa_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_yellow2.imageset/esa_yellow2.png deleted file mode 100644 index d5f9a14..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/esa_yellow2.imageset/esa_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_green.imageset/Contents.json new file mode 100644 index 0000000..109bfd7 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "ese_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_green.imageset/ese_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_green.imageset/ese_green.png new file mode 100644 index 0000000..4332476 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_green.imageset/ese_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_purple.imageset/Contents.json new file mode 100644 index 0000000..ce0abe6 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "ese_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_purple.imageset/ese_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_purple.imageset/ese_purple.png new file mode 100644 index 0000000..cc6fc6f Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_purple.imageset/ese_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_red.imageset/Contents.json new file mode 100644 index 0000000..a7fd55b --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "ese_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_red.imageset/ese_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_red.imageset/ese_red.png new file mode 100644 index 0000000..7f9325b Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_red.imageset/ese_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_white.imageset/Contents.json new file mode 100644 index 0000000..f9c5524 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "ese_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_white.imageset/ese_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_white.imageset/ese_white.png new file mode 100644 index 0000000..c752312 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_white.imageset/ese_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_yellow.imageset/Contents.json new file mode 100644 index 0000000..2d39c30 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "ese_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_yellow.imageset/ese_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_yellow.imageset/ese_yellow.png new file mode 100644 index 0000000..d671a6f Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/ese_yellow.imageset/ese_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green.imageset/Contents.json new file mode 100644 index 0000000..78e0f4d --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "oct_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green.imageset/oct_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green.imageset/oct_green.png new file mode 100644 index 0000000..51fa222 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green.imageset/oct_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green2.imageset/Contents.json deleted file mode 100644 index f31bcd8..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "oct_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green2.imageset/oct_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green2.imageset/oct_green2.png deleted file mode 100644 index ee3d249..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_green2.imageset/oct_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple.imageset/Contents.json new file mode 100644 index 0000000..5f4c7f3 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "oct_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple.imageset/oct_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple.imageset/oct_purple.png new file mode 100644 index 0000000..9103506 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple.imageset/oct_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple2.imageset/Contents.json deleted file mode 100644 index 01d2384..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "oct_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple2.imageset/oct_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple2.imageset/oct_purple2.png deleted file mode 100644 index 00dc49c..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_purple2.imageset/oct_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red.imageset/Contents.json new file mode 100644 index 0000000..3552474 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "oct_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red.imageset/oct_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red.imageset/oct_red.png new file mode 100644 index 0000000..af24142 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red.imageset/oct_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red2.imageset/Contents.json deleted file mode 100644 index 54f3d6e..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "oct_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red2.imageset/oct_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red2.imageset/oct_red2.png deleted file mode 100644 index 9e58421..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_red2.imageset/oct_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white.imageset/Contents.json new file mode 100644 index 0000000..26b96f0 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "oct_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white.imageset/oct_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white.imageset/oct_white.png new file mode 100644 index 0000000..c7b3762 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white.imageset/oct_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white2.imageset/Contents.json deleted file mode 100644 index da0cfce..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "oct_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white2.imageset/oct_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white2.imageset/oct_white2.png deleted file mode 100644 index 2fe446e..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_white2.imageset/oct_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow.imageset/Contents.json new file mode 100644 index 0000000..98dcc81 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "oct_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow.imageset/oct_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow.imageset/oct_yellow.png new file mode 100644 index 0000000..fe8a4fa Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow.imageset/oct_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow2.imageset/Contents.json deleted file mode 100644 index 3c873aa..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "oct_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow2.imageset/oct_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow2.imageset/oct_yellow2.png deleted file mode 100644 index 7142c35..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/oct_yellow2.imageset/oct_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green.imageset/Contents.json new file mode 100644 index 0000000..7697fc2 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "penta_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green.imageset/penta_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green.imageset/penta_green.png new file mode 100644 index 0000000..857065d Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green.imageset/penta_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green2.imageset/Contents.json deleted file mode 100644 index 14ede14..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "penta_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green2.imageset/penta_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green2.imageset/penta_green2.png deleted file mode 100644 index 26c7229..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_green2.imageset/penta_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple.imageset/Contents.json new file mode 100644 index 0000000..f764a59 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "penta_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple.imageset/penta_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple.imageset/penta_purple.png new file mode 100644 index 0000000..75514f4 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple.imageset/penta_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple2.imageset/Contents.json deleted file mode 100644 index 4095638..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "penta_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple2.imageset/penta_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple2.imageset/penta_purple2.png deleted file mode 100644 index 1353aea..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_purple2.imageset/penta_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red.imageset/Contents.json new file mode 100644 index 0000000..4d16afb --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "penta_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red.imageset/penta_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red.imageset/penta_red.png new file mode 100644 index 0000000..7544bcf Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red.imageset/penta_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red2.imageset/Contents.json deleted file mode 100644 index 3dcd945..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "penta_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red2.imageset/penta_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red2.imageset/penta_red2.png deleted file mode 100644 index 5d31b41..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_red2.imageset/penta_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white.imageset/Contents.json new file mode 100644 index 0000000..8217def --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "penta_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white.imageset/penta_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white.imageset/penta_white.png new file mode 100644 index 0000000..1d58e48 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white.imageset/penta_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white2.imageset/Contents.json deleted file mode 100644 index 1213458..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "penta_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white2.imageset/penta_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white2.imageset/penta_white2.png deleted file mode 100644 index cd7b9bf..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_white2.imageset/penta_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow.imageset/Contents.json new file mode 100644 index 0000000..0e3fecb --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "penta_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow.imageset/penta_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow.imageset/penta_yellow.png new file mode 100644 index 0000000..5a555a0 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow.imageset/penta_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow2.imageset/Contents.json deleted file mode 100644 index ba539b8..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "penta_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow2.imageset/penta_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow2.imageset/penta_yellow2.png deleted file mode 100644 index 5bcb3fe..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/penta_yellow2.imageset/penta_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green.imageset/Contents.json new file mode 100644 index 0000000..4b347b2 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "square_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green.imageset/square_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green.imageset/square_green.png new file mode 100644 index 0000000..ae2b5b3 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green.imageset/square_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green2.imageset/Contents.json deleted file mode 100644 index 2688f96..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "square_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green2.imageset/square_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green2.imageset/square_green2.png deleted file mode 100644 index 2d78df7..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_green2.imageset/square_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple.imageset/Contents.json new file mode 100644 index 0000000..bf7ef8d --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "square_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple.imageset/square_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple.imageset/square_purple.png new file mode 100644 index 0000000..c59a8b8 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple.imageset/square_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple2.imageset/Contents.json deleted file mode 100644 index caae30e..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "square_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple2.imageset/square_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple2.imageset/square_purple2.png deleted file mode 100644 index 919a8be..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_purple2.imageset/square_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red.imageset/Contents.json new file mode 100644 index 0000000..1f9e29a --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "square_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red.imageset/square_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red.imageset/square_red.png new file mode 100644 index 0000000..4769812 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red.imageset/square_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red2.imageset/Contents.json deleted file mode 100644 index 0e5ff1e..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "square_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red2.imageset/square_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red2.imageset/square_red2.png deleted file mode 100644 index b58c136..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_red2.imageset/square_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white.imageset/Contents.json new file mode 100644 index 0000000..e602c85 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "square_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white.imageset/square_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white.imageset/square_white.png new file mode 100644 index 0000000..c91b721 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white.imageset/square_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white2.imageset/Contents.json deleted file mode 100644 index 79ca8ba..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "square_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white2.imageset/square_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white2.imageset/square_white2.png deleted file mode 100644 index 279a1e2..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_white2.imageset/square_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow.imageset/Contents.json new file mode 100644 index 0000000..a6b7a13 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "square_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow.imageset/square_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow.imageset/square_yellow.png new file mode 100644 index 0000000..5032fce Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow.imageset/square_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow2.imageset/Contents.json deleted file mode 100644 index 0bd6c5e..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "square_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow2.imageset/square_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow2.imageset/square_yellow2.png deleted file mode 100644 index 084ebce..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/square_yellow2.imageset/square_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green.imageset/Contents.json new file mode 100644 index 0000000..5ea8607 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green.imageset/star3_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green.imageset/star3_green.png new file mode 100644 index 0000000..b74d023 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green.imageset/star3_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green2.imageset/Contents.json deleted file mode 100644 index 63885f8..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green2.imageset/star3_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green2.imageset/star3_green2.png deleted file mode 100644 index af4d605..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_green2.imageset/star3_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple.imageset/Contents.json new file mode 100644 index 0000000..2499eee --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple.imageset/star3_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple.imageset/star3_purple.png new file mode 100644 index 0000000..5c12450 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple.imageset/star3_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple2.imageset/Contents.json deleted file mode 100644 index 0cea5dc..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple2.imageset/star3_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple2.imageset/star3_purple2.png deleted file mode 100644 index a8c9fe9..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_purple2.imageset/star3_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red.imageset/Contents.json new file mode 100644 index 0000000..d7d9423 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red.imageset/star3_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red.imageset/star3_red.png new file mode 100644 index 0000000..5c50539 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red.imageset/star3_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red2.imageset/Contents.json deleted file mode 100644 index c2ae71e..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red2.imageset/star3_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red2.imageset/star3_red2.png deleted file mode 100644 index c148649..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_red2.imageset/star3_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white.imageset/Contents.json new file mode 100644 index 0000000..0ee931c --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white.imageset/star3_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white.imageset/star3_white.png new file mode 100644 index 0000000..5b5e5e3 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white.imageset/star3_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white2.imageset/Contents.json deleted file mode 100644 index 7c6b032..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white2.imageset/star3_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white2.imageset/star3_white2.png deleted file mode 100644 index 512ea37..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_white2.imageset/star3_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow.imageset/Contents.json new file mode 100644 index 0000000..9575c49 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow.imageset/star3_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow.imageset/star3_yellow.png new file mode 100644 index 0000000..e0b729a Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow.imageset/star3_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow2.imageset/Contents.json deleted file mode 100644 index fde5660..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow2.imageset/star3_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow2.imageset/star3_yellow2.png deleted file mode 100644 index 1bd06e8..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3_yellow2.imageset/star3_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green.imageset/Contents.json new file mode 100644 index 0000000..ed15fbd --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3f_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green.imageset/star3f_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green.imageset/star3f_green.png new file mode 100644 index 0000000..0cad589 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green.imageset/star3f_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green2.imageset/Contents.json deleted file mode 100644 index 183b5f2..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3f_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green2.imageset/star3f_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green2.imageset/star3f_green2.png deleted file mode 100644 index 79b81b8..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_green2.imageset/star3f_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple.imageset/Contents.json new file mode 100644 index 0000000..8e694a3 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3f_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple.imageset/star3f_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple.imageset/star3f_purple.png new file mode 100644 index 0000000..8be682c Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple.imageset/star3f_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple2.imageset/Contents.json deleted file mode 100644 index 59fc38d..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3f_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple2.imageset/star3f_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple2.imageset/star3f_purple2.png deleted file mode 100644 index c27d586..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_purple2.imageset/star3f_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red.imageset/Contents.json new file mode 100644 index 0000000..16222e7 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3f_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red.imageset/star3f_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red.imageset/star3f_red.png new file mode 100644 index 0000000..c67af40 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red.imageset/star3f_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red2.imageset/Contents.json deleted file mode 100644 index 4ee620b..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3f_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red2.imageset/star3f_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red2.imageset/star3f_red2.png deleted file mode 100644 index f78cdd7..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_red2.imageset/star3f_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white.imageset/Contents.json new file mode 100644 index 0000000..8b51dd7 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3f_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white.imageset/star3f_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white.imageset/star3f_white.png new file mode 100644 index 0000000..daf4c02 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white.imageset/star3f_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white2.imageset/Contents.json deleted file mode 100644 index fbd1471..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3f_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white2.imageset/star3f_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white2.imageset/star3f_white2.png deleted file mode 100644 index 550968f..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_white2.imageset/star3f_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow.imageset/Contents.json new file mode 100644 index 0000000..9b133cf --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star3f_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow.imageset/star3f_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow.imageset/star3f_yellow.png new file mode 100644 index 0000000..341efea Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow.imageset/star3f_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow2.imageset/Contents.json deleted file mode 100644 index 69a0733..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star3f_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow2.imageset/star3f_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow2.imageset/star3f_yellow2.png deleted file mode 100644 index 40f03ab..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star3f_yellow2.imageset/star3f_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green.imageset/Contents.json new file mode 100644 index 0000000..48647bd --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green.imageset/star4_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green.imageset/star4_green.png new file mode 100644 index 0000000..942325c Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green.imageset/star4_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green2.imageset/Contents.json deleted file mode 100644 index d2940fd..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green2.imageset/star4_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green2.imageset/star4_green2.png deleted file mode 100644 index 3d74e96..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_green2.imageset/star4_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple.imageset/Contents.json new file mode 100644 index 0000000..cd20fdc --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple.imageset/star4_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple.imageset/star4_purple.png new file mode 100644 index 0000000..484a34a Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple.imageset/star4_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple2.imageset/Contents.json deleted file mode 100644 index f061af2..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple2.imageset/star4_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple2.imageset/star4_purple2.png deleted file mode 100644 index 3cea01b..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_purple2.imageset/star4_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red.imageset/Contents.json new file mode 100644 index 0000000..eb7fedb --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red.imageset/star4_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red.imageset/star4_red.png new file mode 100644 index 0000000..07057b3 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red.imageset/star4_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red2.imageset/Contents.json deleted file mode 100644 index 9361c02..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red2.imageset/star4_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red2.imageset/star4_red2.png deleted file mode 100644 index d9b32dc..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_red2.imageset/star4_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white.imageset/Contents.json new file mode 100644 index 0000000..5a60d3a --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white.imageset/star4_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white.imageset/star4_white.png new file mode 100644 index 0000000..8f83be6 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white.imageset/star4_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white2.imageset/Contents.json deleted file mode 100644 index 37508f7..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white2.imageset/star4_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white2.imageset/star4_white2.png deleted file mode 100644 index e3a3c4f..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_white2.imageset/star4_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow.imageset/Contents.json new file mode 100644 index 0000000..44270f3 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow.imageset/star4_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow.imageset/star4_yellow.png new file mode 100644 index 0000000..91514f6 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow.imageset/star4_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow2.imageset/Contents.json deleted file mode 100644 index 562cef2..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow2.imageset/star4_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow2.imageset/star4_yellow2.png deleted file mode 100644 index 4c7dd2a..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4_yellow2.imageset/star4_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green.imageset/Contents.json new file mode 100644 index 0000000..cf51a3a --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4r_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green.imageset/star4r_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green.imageset/star4r_green.png new file mode 100644 index 0000000..553fd14 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green.imageset/star4r_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green2.imageset/Contents.json deleted file mode 100644 index 1fb3626..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4r_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green2.imageset/star4r_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green2.imageset/star4r_green2.png deleted file mode 100644 index 53edb2a..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_green2.imageset/star4r_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple.imageset/Contents.json new file mode 100644 index 0000000..c17611a --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4r_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple.imageset/star4r_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple.imageset/star4r_purple.png new file mode 100644 index 0000000..3ff13f1 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple.imageset/star4r_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple2.imageset/Contents.json deleted file mode 100644 index a345481..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4r_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple2.imageset/star4r_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple2.imageset/star4r_purple2.png deleted file mode 100644 index 7b3f93e..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_purple2.imageset/star4r_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red.imageset/Contents.json new file mode 100644 index 0000000..4c7d05f --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4r_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red.imageset/star4r_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red.imageset/star4r_red.png new file mode 100644 index 0000000..d0fac51 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red.imageset/star4r_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red2.imageset/Contents.json deleted file mode 100644 index aba7ca8..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4r_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red2.imageset/star4r_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red2.imageset/star4r_red2.png deleted file mode 100644 index f9ca695..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_red2.imageset/star4r_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white.imageset/Contents.json new file mode 100644 index 0000000..3eeb1d9 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4r_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white.imageset/star4r_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white.imageset/star4r_white.png new file mode 100644 index 0000000..6dd9151 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white.imageset/star4r_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white2.imageset/Contents.json deleted file mode 100644 index 0d5e878..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4r_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white2.imageset/star4r_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white2.imageset/star4r_white2.png deleted file mode 100644 index ef71767..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_white2.imageset/star4r_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow.imageset/Contents.json new file mode 100644 index 0000000..0c49e87 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star4r_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow.imageset/star4r_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow.imageset/star4r_yellow.png new file mode 100644 index 0000000..65d42c7 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow.imageset/star4r_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow2.imageset/Contents.json deleted file mode 100644 index 2bdb13a..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star4r_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow2.imageset/star4r_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow2.imageset/star4r_yellow2.png deleted file mode 100644 index b93a818..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star4r_yellow2.imageset/star4r_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green.imageset/Contents.json new file mode 100644 index 0000000..c2e5886 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green.imageset/star6_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green.imageset/star6_green.png new file mode 100644 index 0000000..c7484c0 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green.imageset/star6_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green2.imageset/Contents.json deleted file mode 100644 index d0ce427..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green2.imageset/star6_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green2.imageset/star6_green2.png deleted file mode 100644 index b1f0e68..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_green2.imageset/star6_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple.imageset/Contents.json new file mode 100644 index 0000000..dc7536f --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple.imageset/star6_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple.imageset/star6_purple.png new file mode 100644 index 0000000..f28199b Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple.imageset/star6_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple2.imageset/Contents.json deleted file mode 100644 index 8ac60c4..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple2.imageset/star6_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple2.imageset/star6_purple2.png deleted file mode 100644 index 6ab6675..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_purple2.imageset/star6_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red.imageset/Contents.json new file mode 100644 index 0000000..582275d --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red.imageset/star6_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red.imageset/star6_red.png new file mode 100644 index 0000000..9445f9d Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red.imageset/star6_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red2.imageset/Contents.json deleted file mode 100644 index 1007c74..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red2.imageset/star6_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red2.imageset/star6_red2.png deleted file mode 100644 index 6fa5a1a..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_red2.imageset/star6_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white.imageset/Contents.json new file mode 100644 index 0000000..b4fb3e6 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white.imageset/star6_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white.imageset/star6_white.png new file mode 100644 index 0000000..e5f5088 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white.imageset/star6_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white2.imageset/Contents.json deleted file mode 100644 index 5ae21a6..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white2.imageset/star6_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white2.imageset/star6_white2.png deleted file mode 100644 index 3353513..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_white2.imageset/star6_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow.imageset/Contents.json new file mode 100644 index 0000000..84cb9a4 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow.imageset/star6_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow.imageset/star6_yellow.png new file mode 100644 index 0000000..30a44bf Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow.imageset/star6_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow2.imageset/Contents.json deleted file mode 100644 index 5c0bfa4..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow2.imageset/star6_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow2.imageset/star6_yellow2.png deleted file mode 100644 index 03e492c..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6_yellow2.imageset/star6_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green.imageset/Contents.json new file mode 100644 index 0000000..d99bf2b --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6f_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green.imageset/star6f_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green.imageset/star6f_green.png new file mode 100644 index 0000000..0332b67 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green.imageset/star6f_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green2.imageset/Contents.json deleted file mode 100644 index aa61477..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6f_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green2.imageset/star6f_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green2.imageset/star6f_green2.png deleted file mode 100644 index 88930b3..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_green2.imageset/star6f_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple.imageset/Contents.json new file mode 100644 index 0000000..6608ab9 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6f_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple.imageset/star6f_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple.imageset/star6f_purple.png new file mode 100644 index 0000000..9575698 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple.imageset/star6f_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple2.imageset/Contents.json deleted file mode 100644 index 9590ac1..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6f_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple2.imageset/star6f_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple2.imageset/star6f_purple2.png deleted file mode 100644 index 4aefffe..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_purple2.imageset/star6f_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red.imageset/Contents.json new file mode 100644 index 0000000..c275185 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6f_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red.imageset/star6f_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red.imageset/star6f_red.png new file mode 100644 index 0000000..acb7138 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red.imageset/star6f_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red2.imageset/Contents.json deleted file mode 100644 index 2b76cc1..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6f_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red2.imageset/star6f_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red2.imageset/star6f_red2.png deleted file mode 100644 index a414761..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_red2.imageset/star6f_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white.imageset/Contents.json new file mode 100644 index 0000000..977ae63 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6f_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white.imageset/star6f_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white.imageset/star6f_white.png new file mode 100644 index 0000000..5ac1e56 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white.imageset/star6f_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white2.imageset/Contents.json deleted file mode 100644 index 4ee64ae..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6f_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white2.imageset/star6f_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white2.imageset/star6f_white2.png deleted file mode 100644 index c7ffd1a..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_white2.imageset/star6f_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow.imageset/Contents.json new file mode 100644 index 0000000..9789388 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star6f_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow.imageset/star6f_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow.imageset/star6f_yellow.png new file mode 100644 index 0000000..8d26ba2 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow.imageset/star6f_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow2.imageset/Contents.json deleted file mode 100644 index 07bd424..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star6f_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow2.imageset/star6f_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow2.imageset/star6f_yellow2.png deleted file mode 100644 index 283167b..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star6f_yellow2.imageset/star6f_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/Contents.json deleted file mode 100644 index c48a85f..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_blue-1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "star_blue@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "star_blue@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue-1.png deleted file mode 100644 index c989004..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue@2x.png deleted file mode 100644 index 84bf195..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue@3x.png deleted file mode 100644 index e6e586c..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue.imageset/star_blue@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue1.imageset/Contents.json deleted file mode 100644 index 06dc133..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue1.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_blue1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue1.imageset/star_blue1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue1.imageset/star_blue1.png deleted file mode 100644 index e6e586c..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_blue1.imageset/star_blue1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/Contents.json index 945fcab..365b574 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/Contents.json @@ -2,18 +2,7 @@ "images" : [ { "filename" : "star_green.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "star_green@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "star_green@3x.png", - "idiom" : "universal", - "scale" : "3x" + "idiom" : "universal" } ], "info" : { diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green.png index 952e1b0..791677e 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green@2x.png deleted file mode 100644 index 3304f80..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green@3x.png deleted file mode 100644 index 6b663f9..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green.imageset/star_green@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green1.imageset/Contents.json deleted file mode 100644 index 9a0af92..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green1.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_green1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green1.imageset/star_green1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green1.imageset/star_green1.png deleted file mode 100644 index 6b663f9..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green1.imageset/star_green1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green2.imageset/Contents.json deleted file mode 100644 index bba11e6..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green2.imageset/star_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green2.imageset/star_green2.png deleted file mode 100644 index 689ed7b..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_green2.imageset/star_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/Contents.json deleted file mode 100644 index aead13c..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_lightblue-1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "star_lightblue@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "star_lightblue@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue-1.png deleted file mode 100644 index 264077f..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue@2x.png deleted file mode 100644 index 444eb38..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue@3x.png deleted file mode 100644 index 569a53e..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue.imageset/star_lightblue@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue1.imageset/Contents.json deleted file mode 100644 index 79abd5c..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue1.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_lightblue1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue1.imageset/star_lightblue1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue1.imageset/star_lightblue1.png deleted file mode 100644 index 569a53e..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_lightblue1.imageset/star_lightblue1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple.imageset/Contents.json new file mode 100644 index 0000000..eb7692f --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple.imageset/star_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple.imageset/star_purple.png new file mode 100644 index 0000000..dbe48bf Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple.imageset/star_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple1.imageset/Contents.json deleted file mode 100644 index 7ec8d1e..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple1.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_purple1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple1.imageset/star_purple1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple1.imageset/star_purple1.png deleted file mode 100644 index 1238cd7..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple1.imageset/star_purple1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple2.imageset/Contents.json deleted file mode 100644 index 277e72a..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple2.imageset/star_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple2.imageset/star_purple2.png deleted file mode 100644 index 7ca1559..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_purple2.imageset/star_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_blue.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_blue.imageset/Contents.json new file mode 100644 index 0000000..db9cbfc --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_blue.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star_realtime_blue.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_blue.imageset/star_realtime_blue.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_blue.imageset/star_realtime_blue.png new file mode 100644 index 0000000..9a76bf0 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_blue.imageset/star_realtime_blue.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_lightblue.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_lightblue.imageset/Contents.json new file mode 100644 index 0000000..d9695c9 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_lightblue.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star_realtime_lightblue.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_lightblue.imageset/star_realtime_lightblue.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_lightblue.imageset/star_realtime_lightblue.png new file mode 100644 index 0000000..843d212 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_lightblue.imageset/star_realtime_lightblue.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_white.imageset/Contents.json new file mode 100644 index 0000000..1665e8c --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star_realtime_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_white.imageset/star_realtime_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_white.imageset/star_realtime_white.png new file mode 100644 index 0000000..0f6f91c Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_realtime_white.imageset/star_realtime_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/Contents.json index 09e161d..ebbb9b1 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/Contents.json @@ -2,18 +2,7 @@ "images" : [ { "filename" : "star_red.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "star_red@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "star_red@3x.png", - "idiom" : "universal", - "scale" : "3x" + "idiom" : "universal" } ], "info" : { diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red.png index 085cf37..ad44e56 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red@2x.png deleted file mode 100644 index 01358d4..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red@3x.png deleted file mode 100644 index a9900f6..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red.imageset/star_red@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red1.imageset/Contents.json deleted file mode 100644 index a0d7b22..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red1.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_red1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red1.imageset/star_red1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red1.imageset/star_red1.png deleted file mode 100644 index a9900f6..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red1.imageset/star_red1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red2.imageset/Contents.json deleted file mode 100644 index 7092616..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red2.imageset/star_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red2.imageset/star_red2.png deleted file mode 100644 index a914542..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_red2.imageset/star_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_green.imageset/Contents.json new file mode 100644 index 0000000..fe7aaef --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star_report_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_green.imageset/star_report_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_green.imageset/star_report_green.png new file mode 100644 index 0000000..633c6ab Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_green.imageset/star_report_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_red.imageset/Contents.json new file mode 100644 index 0000000..610679d --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star_report_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_red.imageset/star_report_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_red.imageset/star_report_red.png new file mode 100644 index 0000000..608120b Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_red.imageset/star_report_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_yellow.imageset/Contents.json new file mode 100644 index 0000000..8965af1 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "star_report_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_yellow.imageset/star_report_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_yellow.imageset/star_report_yellow.png new file mode 100644 index 0000000..38a70b2 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_report_yellow.imageset/star_report_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/Contents.json index 86396ce..7129814 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/Contents.json @@ -1,19 +1,8 @@ { "images" : [ { - "filename" : "star_white-2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "star_white@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "star_white@3x.png", - "idiom" : "universal", - "scale" : "3x" + "filename" : "star_white.png", + "idiom" : "universal" } ], "info" : { diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white-2.png deleted file mode 100644 index 86a407a..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white-2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white.png new file mode 100644 index 0000000..55fe7d4 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white@2x.png deleted file mode 100644 index 485835b..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white@3x.png deleted file mode 100644 index b4bf2e7..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white.imageset/star_white@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white1.imageset/Contents.json deleted file mode 100644 index e5f5f32..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white1.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_white1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white1.imageset/star_white1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white1.imageset/star_white1.png deleted file mode 100644 index b4bf2e7..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white1.imageset/star_white1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white2.imageset/Contents.json deleted file mode 100644 index 9ac0cf0..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white2.imageset/star_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white2.imageset/star_white2.png deleted file mode 100644 index e4e0467..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_white2.imageset/star_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/Contents.json index 191e28a..b9ce3a4 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/Contents.json @@ -2,18 +2,7 @@ "images" : [ { "filename" : "star_yellow.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "star_yellow@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "star_yellow@3x.png", - "idiom" : "universal", - "scale" : "3x" + "idiom" : "universal" } ], "info" : { diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow.png index d3224db..a3c483d 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow@2x.png deleted file mode 100644 index 9f7882f..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow@3x.png deleted file mode 100644 index cbaf286..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow.imageset/star_yellow@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow1.imageset/Contents.json deleted file mode 100644 index 8914b0e..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow1.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_yellow1.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow1.imageset/star_yellow1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow1.imageset/star_yellow1.png deleted file mode 100644 index cbaf286..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow1.imageset/star_yellow1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow2.imageset/Contents.json deleted file mode 100644 index dc50da2..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow2.imageset/star_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow2.imageset/star_yellow2.png deleted file mode 100644 index 90c1009..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/star_yellow2.imageset/star_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green.imageset/Contents.json new file mode 100644 index 0000000..43a1a7f --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "thick_star_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green.imageset/thick_star_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green.imageset/thick_star_green.png new file mode 100644 index 0000000..4b7a1a1 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green.imageset/thick_star_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green2.imageset/Contents.json deleted file mode 100644 index 3b73d8f..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "thick_star_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green2.imageset/thick_star_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green2.imageset/thick_star_green2.png deleted file mode 100644 index 7e77fbd..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_green2.imageset/thick_star_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple.imageset/Contents.json new file mode 100644 index 0000000..40f9f38 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "thick_star_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple.imageset/thick_star_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple.imageset/thick_star_purple.png new file mode 100644 index 0000000..652d237 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple.imageset/thick_star_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple2.imageset/Contents.json deleted file mode 100644 index 671397c..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "thick_star_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple2.imageset/thick_star_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple2.imageset/thick_star_purple2.png deleted file mode 100644 index 4a8a59d..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_purple2.imageset/thick_star_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red.imageset/Contents.json new file mode 100644 index 0000000..8aa9a46 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "thick_star_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red.imageset/thick_star_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red.imageset/thick_star_red.png new file mode 100644 index 0000000..a63eb56 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red.imageset/thick_star_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red2.imageset/Contents.json deleted file mode 100644 index f40bbf6..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "thick_star_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red2.imageset/thick_star_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red2.imageset/thick_star_red2.png deleted file mode 100644 index 66a1054..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_red2.imageset/thick_star_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white.imageset/Contents.json new file mode 100644 index 0000000..c81aede --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "thick_star_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white.imageset/thick_star_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white.imageset/thick_star_white.png new file mode 100644 index 0000000..f79c72e Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white.imageset/thick_star_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white2.imageset/Contents.json deleted file mode 100644 index 445fe96..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "thick_star_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white2.imageset/thick_star_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white2.imageset/thick_star_white2.png deleted file mode 100644 index c54f4ef..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_white2.imageset/thick_star_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow.imageset/Contents.json new file mode 100644 index 0000000..e5f5eb0 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "thick_star_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow.imageset/thick_star_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow.imageset/thick_star_yellow.png new file mode 100644 index 0000000..dbe9486 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow.imageset/thick_star_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow2.imageset/Contents.json deleted file mode 100644 index 89393e6..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "thick_star_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow2.imageset/thick_star_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow2.imageset/thick_star_yellow2.png deleted file mode 100644 index 74a99ea..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/thick_star_yellow2.imageset/thick_star_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green.imageset/Contents.json new file mode 100644 index 0000000..29b1894 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle2_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green.imageset/triangle2_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green.imageset/triangle2_green.png new file mode 100644 index 0000000..a99959f Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green.imageset/triangle2_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green2.imageset/Contents.json deleted file mode 100644 index b112f4a..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle2_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green2.imageset/triangle2_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green2.imageset/triangle2_green2.png deleted file mode 100644 index 4f71637..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_green2.imageset/triangle2_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple.imageset/Contents.json new file mode 100644 index 0000000..7276e1c --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle2_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple.imageset/triangle2_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple.imageset/triangle2_purple.png new file mode 100644 index 0000000..7d40bd1 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple.imageset/triangle2_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple2.imageset/Contents.json deleted file mode 100644 index 5e3e7e0..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle2_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple2.imageset/triangle2_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple2.imageset/triangle2_purple2.png deleted file mode 100644 index f65cc14..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_purple2.imageset/triangle2_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red.imageset/Contents.json new file mode 100644 index 0000000..dc66e86 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle2_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red.imageset/triangle2_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red.imageset/triangle2_red.png new file mode 100644 index 0000000..304ae95 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red.imageset/triangle2_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red2.imageset/Contents.json deleted file mode 100644 index 49d0083..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle2_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red2.imageset/triangle2_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red2.imageset/triangle2_red2.png deleted file mode 100644 index 6c6532c..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_red2.imageset/triangle2_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white.imageset/Contents.json new file mode 100644 index 0000000..17b5519 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle2_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white.imageset/triangle2_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white.imageset/triangle2_white.png new file mode 100644 index 0000000..bd9523c Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white.imageset/triangle2_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white2.imageset/Contents.json deleted file mode 100644 index 467255e..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle2_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white2.imageset/triangle2_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white2.imageset/triangle2_white2.png deleted file mode 100644 index 667d96a..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_white2.imageset/triangle2_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow.imageset/Contents.json new file mode 100644 index 0000000..8408c1b --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle2_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow.imageset/triangle2_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow.imageset/triangle2_yellow.png new file mode 100644 index 0000000..d9e203d Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow.imageset/triangle2_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow2.imageset/Contents.json deleted file mode 100644 index 7e74b68..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle2_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow2.imageset/triangle2_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow2.imageset/triangle2_yellow2.png deleted file mode 100644 index fc44b24..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle2_yellow2.imageset/triangle2_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green.imageset/Contents.json new file mode 100644 index 0000000..17f1e58 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green.imageset/triangle_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green.imageset/triangle_green.png new file mode 100644 index 0000000..ed17469 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green.imageset/triangle_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green2.imageset/Contents.json deleted file mode 100644 index 82caf62..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green2.imageset/triangle_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green2.imageset/triangle_green2.png deleted file mode 100644 index a9f815d..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_green2.imageset/triangle_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple.imageset/Contents.json new file mode 100644 index 0000000..8886a28 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple.imageset/triangle_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple.imageset/triangle_purple.png new file mode 100644 index 0000000..6accf1f Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple.imageset/triangle_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple2.imageset/Contents.json deleted file mode 100644 index e0f30ae..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple2.imageset/triangle_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple2.imageset/triangle_purple2.png deleted file mode 100644 index 5ffcc77..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_purple2.imageset/triangle_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red.imageset/Contents.json new file mode 100644 index 0000000..963084b --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red.imageset/triangle_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red.imageset/triangle_red.png new file mode 100644 index 0000000..680c895 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red.imageset/triangle_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red2.imageset/Contents.json deleted file mode 100644 index 29db30c..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red2.imageset/triangle_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red2.imageset/triangle_red2.png deleted file mode 100644 index 4f3cdf6..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_red2.imageset/triangle_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white.imageset/Contents.json new file mode 100644 index 0000000..fc61cca --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white.imageset/triangle_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white.imageset/triangle_white.png new file mode 100644 index 0000000..487bd38 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white.imageset/triangle_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white2.imageset/Contents.json deleted file mode 100644 index 1cf57d2..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white2.imageset/triangle_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white2.imageset/triangle_white2.png deleted file mode 100644 index 95c5994..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_white2.imageset/triangle_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow.imageset/Contents.json new file mode 100644 index 0000000..05091aa --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triangle_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow.imageset/triangle_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow.imageset/triangle_yellow.png new file mode 100644 index 0000000..5646e98 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow.imageset/triangle_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow2.imageset/Contents.json deleted file mode 100644 index 204efc0..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triangle_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow2.imageset/triangle_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow2.imageset/triangle_yellow2.png deleted file mode 100644 index 69908c1..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triangle_yellow2.imageset/triangle_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green.imageset/Contents.json new file mode 100644 index 0000000..7b1890f --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green.imageset/triround_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green.imageset/triround_green.png new file mode 100644 index 0000000..3958feb Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green.imageset/triround_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green2.imageset/Contents.json deleted file mode 100644 index 5463793..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green2.imageset/triround_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green2.imageset/triround_green2.png deleted file mode 100644 index a10eedc..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_green2.imageset/triround_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green.imageset/Contents.json new file mode 100644 index 0000000..5aa34d3 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_inner_green.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green.imageset/triround_inner_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green.imageset/triround_inner_green.png new file mode 100644 index 0000000..a5e8937 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green.imageset/triround_inner_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green2.imageset/Contents.json deleted file mode 100644 index c64929b..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_inner_green2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green2.imageset/triround_inner_green2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green2.imageset/triround_inner_green2.png deleted file mode 100644 index 688826c..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_green2.imageset/triround_inner_green2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple.imageset/Contents.json new file mode 100644 index 0000000..9b312c9 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_inner_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple.imageset/triround_inner_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple.imageset/triround_inner_purple.png new file mode 100644 index 0000000..fa3e1ce Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple.imageset/triround_inner_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple2.imageset/Contents.json deleted file mode 100644 index 483c49f..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_inner_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple2.imageset/triround_inner_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple2.imageset/triround_inner_purple2.png deleted file mode 100644 index 5077932..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_purple2.imageset/triround_inner_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red.imageset/Contents.json new file mode 100644 index 0000000..22f25c2 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_inner_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red.imageset/triround_inner_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red.imageset/triround_inner_red.png new file mode 100644 index 0000000..872d3b8 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red.imageset/triround_inner_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red2.imageset/Contents.json deleted file mode 100644 index 6a421df..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_inner_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red2.imageset/triround_inner_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red2.imageset/triround_inner_red2.png deleted file mode 100644 index 74953c6..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_red2.imageset/triround_inner_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white.imageset/Contents.json new file mode 100644 index 0000000..dba1b0a --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_inner_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white.imageset/triround_inner_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white.imageset/triround_inner_white.png new file mode 100644 index 0000000..3de113b Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white.imageset/triround_inner_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white2.imageset/Contents.json deleted file mode 100644 index b8b807f..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_inner_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white2.imageset/triround_inner_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white2.imageset/triround_inner_white2.png deleted file mode 100644 index bb10815..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_white2.imageset/triround_inner_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow.imageset/Contents.json new file mode 100644 index 0000000..2dd8693 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_inner_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow.imageset/triround_inner_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow.imageset/triround_inner_yellow.png new file mode 100644 index 0000000..0ec111b Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow.imageset/triround_inner_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow2.imageset/Contents.json deleted file mode 100644 index d591c0c..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_inner_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow2.imageset/triround_inner_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow2.imageset/triround_inner_yellow2.png deleted file mode 100644 index ffc3c93..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_inner_yellow2.imageset/triround_inner_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple.imageset/Contents.json new file mode 100644 index 0000000..1a4f91e --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_purple.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple.imageset/triround_purple.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple.imageset/triround_purple.png new file mode 100644 index 0000000..717d887 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple.imageset/triround_purple.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple2.imageset/Contents.json deleted file mode 100644 index fbbbb88..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_purple2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple2.imageset/triround_purple2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple2.imageset/triround_purple2.png deleted file mode 100644 index 0ad622b..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_purple2.imageset/triround_purple2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red.imageset/Contents.json new file mode 100644 index 0000000..0182787 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_red.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red.imageset/triround_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red.imageset/triround_red.png new file mode 100644 index 0000000..886b78d Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red.imageset/triround_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red2.imageset/Contents.json deleted file mode 100644 index bf72ad4..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_red2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red2.imageset/triround_red2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red2.imageset/triround_red2.png deleted file mode 100644 index 0016204..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_red2.imageset/triround_red2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white.imageset/Contents.json new file mode 100644 index 0000000..bc619b3 --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_white.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white.imageset/triround_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white.imageset/triround_white.png new file mode 100644 index 0000000..2b64d8c Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white.imageset/triround_white.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white2.imageset/Contents.json deleted file mode 100644 index c0418cc..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_white2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white2.imageset/triround_white2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white2.imageset/triround_white2.png deleted file mode 100644 index 272bf51..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_white2.imageset/triround_white2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow.imageset/Contents.json new file mode 100644 index 0000000..4987ecb --- /dev/null +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "triround_yellow.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow.imageset/triround_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow.imageset/triround_yellow.png new file mode 100644 index 0000000..9fc7300 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow.imageset/triround_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow2.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow2.imageset/Contents.json deleted file mode 100644 index 27fdbb3..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow2.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "triround_yellow2.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow2.imageset/triround_yellow2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow2.imageset/triround_yellow2.png deleted file mode 100644 index 4f74949..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/Map icons/triround_yellow2.imageset/triround_yellow2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard b/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard index 12c6972..563564f 100644 --- a/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard +++ b/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard @@ -404,7 +404,7 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern - + @@ -422,7 +422,7 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern - +