diff --git a/Sources/EQNNotificationService/Icons/star_blue1.png b/Sources/EQNNotificationService/Icons/star_blue1.png index 78e4d19..e6e586c 100644 Binary files a/Sources/EQNNotificationService/Icons/star_blue1.png and b/Sources/EQNNotificationService/Icons/star_blue1.png differ diff --git a/Sources/EQNNotificationService/Icons/star_green1.png b/Sources/EQNNotificationService/Icons/star_green1.png index 7ad3f7c..6b663f9 100644 Binary files a/Sources/EQNNotificationService/Icons/star_green1.png and b/Sources/EQNNotificationService/Icons/star_green1.png differ diff --git a/Sources/EQNNotificationService/Icons/star_lightblue1.png b/Sources/EQNNotificationService/Icons/star_lightblue1.png index b488c51..569a53e 100644 Binary files a/Sources/EQNNotificationService/Icons/star_lightblue1.png and b/Sources/EQNNotificationService/Icons/star_lightblue1.png differ diff --git a/Sources/EQNNotificationService/Icons/star_red1.png b/Sources/EQNNotificationService/Icons/star_red1.png index 7fe78df..a9900f6 100644 Binary files a/Sources/EQNNotificationService/Icons/star_red1.png and b/Sources/EQNNotificationService/Icons/star_red1.png differ diff --git a/Sources/EQNNotificationService/Icons/star_white1.png b/Sources/EQNNotificationService/Icons/star_white1.png index 1f4f0c6..b4bf2e7 100644 Binary files a/Sources/EQNNotificationService/Icons/star_white1.png and b/Sources/EQNNotificationService/Icons/star_white1.png differ diff --git a/Sources/EQNNotificationService/Icons/star_yellow1.png b/Sources/EQNNotificationService/Icons/star_yellow1.png index 503829c..cbaf286 100644 Binary files a/Sources/EQNNotificationService/Icons/star_yellow1.png and b/Sources/EQNNotificationService/Icons/star_yellow1.png differ diff --git a/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationUserReport.swift b/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationUserReport.swift index 546c646..c8b425e 100644 --- a/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationUserReport.swift +++ b/Sources/Earthquake Network/Models/Map annotation/EQNMapAnnotationUserReport.swift @@ -38,9 +38,9 @@ class EQNMapAnnotationUserReport: NSObject, MKAnnotation { private static func image(for magnitute: Int) -> UIImage? { switch magnitute { - case 1: return UIImage(named: "star_report_green") - case 2: return UIImage(named: "star_report_yellow") - case 3: return UIImage(named: "star_report_red") + case 1: return UIImage(named: "star_green") + case 2: return UIImage(named: "star_yellow") + case 3: return UIImage(named: "star_red") default: return nil } } diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/Contents.json index 21101be..c48a85f 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/Contents.json @@ -1,23 +1,23 @@ { "images" : [ { - "idiom" : "universal", "filename" : "star_blue-1.png", + "idiom" : "universal", "scale" : "1x" }, { + "filename" : "star_blue@2x.png", "idiom" : "universal", - "filename" : "star_blue.png", "scale" : "2x" }, { + "filename" : "star_blue@3x.png", "idiom" : "universal", - "filename" : "star_blue-2.png", "scale" : "3x" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-1.png index 1562b1d..c989004 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-1.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-1.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-2.png deleted file mode 100644 index cb54dfa..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue.png deleted file mode 100644 index 841d96b..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue@2x.png new file mode 100644 index 0000000..84bf195 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue@2x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue@3x.png new file mode 100644 index 0000000..e6e586c Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue@3x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/Contents.json index 64945b2..945fcab 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/Contents.json @@ -1,23 +1,23 @@ { "images" : [ { + "filename" : "star_green.png", "idiom" : "universal", - "filename" : "star_green1-1.png", "scale" : "1x" }, { + "filename" : "star_green@2x.png", "idiom" : "universal", - "filename" : "star_green1-2.png", "scale" : "2x" }, { + "filename" : "star_green@3x.png", "idiom" : "universal", - "filename" : "star_green1.png", "scale" : "3x" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green.png new file mode 100644 index 0000000..952e1b0 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-1.png deleted file mode 100644 index 527e1a4..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-2.png deleted file mode 100644 index 76807d4..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1.png deleted file mode 100644 index 7ad3f7c..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green@2x.png new file mode 100644 index 0000000..3304f80 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green@2x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green@3x.png new file mode 100644 index 0000000..6b663f9 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green@3x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/Contents.json index d10b166..aead13c 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/Contents.json @@ -1,23 +1,23 @@ { "images" : [ { - "idiom" : "universal", "filename" : "star_lightblue-1.png", + "idiom" : "universal", "scale" : "1x" }, { + "filename" : "star_lightblue@2x.png", "idiom" : "universal", - "filename" : "star_lightblue.png", "scale" : "2x" }, { + "filename" : "star_lightblue@3x.png", "idiom" : "universal", - "filename" : "star_lightblue-2.png", "scale" : "3x" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-1.png index 6b42811..264077f 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-1.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-1.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-2.png deleted file mode 100644 index 5f3eab2..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue.png deleted file mode 100644 index 06e6f10..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue@2x.png new file mode 100644 index 0000000..444eb38 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue@2x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue@3x.png new file mode 100644 index 0000000..569a53e Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue@3x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/Contents.json similarity index 67% rename from Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/Contents.json index 222f088..09e161d 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/Contents.json @@ -1,17 +1,17 @@ { "images" : [ { - "filename" : "star_report_red.png", + "filename" : "star_red.png", "idiom" : "universal", "scale" : "1x" }, { - "filename" : "star_report_red@2x.png", + "filename" : "star_red@2x.png", "idiom" : "universal", "scale" : "2x" }, { - "filename" : "star_report_red@3x.png", + "filename" : "star_red@3x.png", "idiom" : "universal", "scale" : "3x" } diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red.png new file mode 100644 index 0000000..085cf37 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red@2x.png new file mode 100644 index 0000000..01358d4 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red@2x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red@3x.png new file mode 100644 index 0000000..a9900f6 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red.imageset/star_red@3x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/Contents.json deleted file mode 100644 index 93865a5..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "star_red1.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "star_red1-1.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "star_red1-2.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-1.png deleted file mode 100644 index 9779403..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-2.png deleted file mode 100644 index 7fe78df..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-2.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1.png deleted file mode 100644 index 98fc654..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/Contents.json deleted file mode 100644 index bee7237..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_report_green.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "star_report_green@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "star_report_green@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green.png deleted file mode 100644 index 6a6993f..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green@2x.png deleted file mode 100644 index 67dec5b..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green@3x.png deleted file mode 100644 index 1b3737a..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_green.imageset/star_report_green@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red.png deleted file mode 100644 index a1d006d..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red@2x.png deleted file mode 100644 index 3df4e1f..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red@3x.png deleted file mode 100644 index 142afc2..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_red.imageset/star_report_red@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/Contents.json deleted file mode 100644 index 6eac820..0000000 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "filename" : "star_report_yellow.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "filename" : "star_report_yellow@2x.png", - "idiom" : "universal", - "scale" : "2x" - }, - { - "filename" : "star_report_yellow@3x.png", - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow.png deleted file mode 100644 index 0816c41..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow@2x.png deleted file mode 100644 index 2e952b0..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow@2x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow@3x.png deleted file mode 100644 index 9ff7420..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_report_yellow.imageset/star_report_yellow@3x.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/Contents.json index 0ad4081..86396ce 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/Contents.json @@ -1,23 +1,23 @@ { "images" : [ { - "idiom" : "universal", "filename" : "star_white-2.png", + "idiom" : "universal", "scale" : "1x" }, { + "filename" : "star_white@2x.png", "idiom" : "universal", - "filename" : "star_white.png", "scale" : "2x" }, { + "filename" : "star_white@3x.png", "idiom" : "universal", - "filename" : "star_white-1.png", "scale" : "3x" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-1.png deleted file mode 100644 index 0a272c1..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-2.png index 9135ff3..86a407a 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-2.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-2.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white.png deleted file mode 100644 index b529ac6..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white@2x.png new file mode 100644 index 0000000..485835b Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white@2x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white@3x.png new file mode 100644 index 0000000..b4bf2e7 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white@3x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/Contents.json index 7eb272b..191e28a 100644 --- a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/Contents.json +++ b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/Contents.json @@ -1,23 +1,23 @@ { "images" : [ { - "idiom" : "universal", "filename" : "star_yellow.png", + "idiom" : "universal", "scale" : "1x" }, { + "filename" : "star_yellow@2x.png", "idiom" : "universal", - "filename" : "star_yellow1.png", "scale" : "2x" }, { + "filename" : "star_yellow@3x.png", "idiom" : "universal", - "filename" : "star_yellow1-1.png", "scale" : "3x" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 } -} \ No newline at end of file +} diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow.png index 4250801..d3224db 100644 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow.png and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1-1.png deleted file mode 100644 index 503829c..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1-1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1.png deleted file mode 100644 index a3ea088..0000000 Binary files a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1.png and /dev/null differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow@2x.png new file mode 100644 index 0000000..9f7882f Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow@2x.png differ diff --git a/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow@3x.png new file mode 100644 index 0000000..cbaf286 Binary files /dev/null and b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow@3x.png differ diff --git a/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard b/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard index 0915d00..7fc7c0c 100644 --- a/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard +++ b/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard @@ -1,8 +1,6 @@ - - @@ -15,14 +13,14 @@ - + - - + + - - + + - - + + - - + + - - - - + + - + @@ -1537,31 +1535,31 @@ In più sostieni il progetto di ricerca il quale non riceve finanziamenti estern - + - + - + - + - +