diff --git a/Sources/Earthquake Network.xcodeproj/project.pbxproj b/Sources/Earthquake Network.xcodeproj/project.pbxproj index 4c1cebd..4275089 100644 --- a/Sources/Earthquake Network.xcodeproj/project.pbxproj +++ b/Sources/Earthquake Network.xcodeproj/project.pbxproj @@ -521,7 +521,6 @@ 8CBD3DB92149B9AD0070C963 = { isa = PBXGroup; children = ( - 8C4DD4FB228237E000AE77ED /* InfoPlist.strings */, 8CBD3DC42149B9AD0070C963 /* Earthquake Network */, 8C4B0B7B21CACE3F00AED489 /* EQNNotificationService */, 8CF12CD621DE49B600613AC5 /* EQNNotificationContent */, @@ -544,30 +543,19 @@ 8CBD3DC42149B9AD0070C963 /* Earthquake Network */ = { isa = PBXGroup; children = ( + 8CF66049214C09E0009F4314 /* model */, 8C483CAF21FDA7DA00259FD2 /* Acquisti in App */, - 8C483CA421FBC06D00259FD2 /* alerta_japanese.m4r */, - 8CF12CC721DE43A400613AC5 /* alert_star_trek.wav */, - 8C483CA821FBC1E800259FD2 /* alerta_mexico.m4r */, 8C5EA22E217645C8002DC156 /* ViewController */, - 8CF66054214C566A009F4314 /* Reachability.h */, - 8CF66056214C566A009F4314 /* Reachability.m */, 8CF66057214C566B009F4314 /* ServerRequest.h */, 8CF66055214C566A009F4314 /* ServerRequest.m */, - 8C7A3B65225A5EA40045B266 /* NSDictionary+BVJSONString.h */, - 8C7A3B64225A5EA30045B266 /* NSDictionary+BVJSONString.m */, 8CF66050214C0F7F009F4314 /* Costanti.h */, - 8CF66049214C09E0009F4314 /* model */, - 8CBD3DDE2149BA300070C963 /* Earthquake Network.entitlements */, 8CBD3DC52149B9AD0070C963 /* AppDelegate.h */, 8CBD3DC62149B9AD0070C963 /* AppDelegate.m */, - 8C10B0C42282360900125C9F /* Info.plist */, - 8CBD3DCB2149B9AD0070C963 /* Main.storyboard */, - 8CBD3DD12149B9AD0070C963 /* Assets.xcassets */, - 8CBD3DD32149B9AD0070C963 /* LaunchScreen.storyboard */, - 8C6CBAE421597E79005C426A /* GoogleService-Info.plist */, - 8CBD3DD72149B9AD0070C963 /* main.m */, 8CBD3DCE2149B9AD0070C963 /* Earthquake_Network.xcdatamodeld */, - 8C10B0BD2281FE7F00125C9F /* Localizable.strings */, + DC3ADD3024CB1F1E00737919 /* Storyboards */, + DC3ADD2F24CB1EFB00737919 /* Libs */, + DC3ADD2D24CB1EAF00737919 /* Resources */, + DC3ADD2A24CB1E6600737919 /* Supporting Files */, ); path = "Earthquake Network"; sourceTree = ""; @@ -721,6 +709,58 @@ name = Pods; sourceTree = ""; }; + DC3ADD2A24CB1E6600737919 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 8CBD3DD72149B9AD0070C963 /* main.m */, + 8C10B0C42282360900125C9F /* Info.plist */, + 8C4DD4FB228237E000AE77ED /* InfoPlist.strings */, + 8C10B0BD2281FE7F00125C9F /* Localizable.strings */, + 8C6CBAE421597E79005C426A /* GoogleService-Info.plist */, + 8CBD3DDE2149BA300070C963 /* Earthquake Network.entitlements */, + 8CBD3DD32149B9AD0070C963 /* LaunchScreen.storyboard */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + DC3ADD2D24CB1EAF00737919 /* Resources */ = { + isa = PBXGroup; + children = ( + 8CBD3DD12149B9AD0070C963 /* Assets.xcassets */, + DC3ADD2E24CB1EBA00737919 /* Sound */, + ); + path = Resources; + sourceTree = ""; + }; + DC3ADD2E24CB1EBA00737919 /* Sound */ = { + isa = PBXGroup; + children = ( + 8C483CA421FBC06D00259FD2 /* alerta_japanese.m4r */, + 8CF12CC721DE43A400613AC5 /* alert_star_trek.wav */, + 8C483CA821FBC1E800259FD2 /* alerta_mexico.m4r */, + ); + path = Sound; + sourceTree = ""; + }; + DC3ADD2F24CB1EFB00737919 /* Libs */ = { + isa = PBXGroup; + children = ( + 8CF66054214C566A009F4314 /* Reachability.h */, + 8CF66056214C566A009F4314 /* Reachability.m */, + 8C7A3B65225A5EA40045B266 /* NSDictionary+BVJSONString.h */, + 8C7A3B64225A5EA30045B266 /* NSDictionary+BVJSONString.m */, + ); + path = Libs; + sourceTree = ""; + }; + DC3ADD3024CB1F1E00737919 /* Storyboards */ = { + isa = PBXGroup; + children = ( + 8CBD3DCB2149B9AD0070C963 /* Main.storyboard */, + ); + path = Storyboards; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ diff --git a/Sources/Earthquake Network/NSDictionary+BVJSONString.h b/Sources/Earthquake Network/Libs/NSDictionary+BVJSONString.h similarity index 100% rename from Sources/Earthquake Network/NSDictionary+BVJSONString.h rename to Sources/Earthquake Network/Libs/NSDictionary+BVJSONString.h diff --git a/Sources/Earthquake Network/NSDictionary+BVJSONString.m b/Sources/Earthquake Network/Libs/NSDictionary+BVJSONString.m similarity index 100% rename from Sources/Earthquake Network/NSDictionary+BVJSONString.m rename to Sources/Earthquake Network/Libs/NSDictionary+BVJSONString.m diff --git a/Sources/Earthquake Network/Reachability.h b/Sources/Earthquake Network/Libs/Reachability.h similarity index 100% rename from Sources/Earthquake Network/Reachability.h rename to Sources/Earthquake Network/Libs/Reachability.h diff --git a/Sources/Earthquake Network/Reachability.m b/Sources/Earthquake Network/Libs/Reachability.m similarity index 100% rename from Sources/Earthquake Network/Reachability.m rename to Sources/Earthquake Network/Libs/Reachability.m diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20@2x-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20@2x-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20@2x-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20@2x-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20@2x-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20@2x-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20@2x-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20@2x-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/20@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/20@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/29.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/29.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/29.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/29.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/29@2x-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/29@2x-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/29@2x-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/29@2x-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/29@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/29@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/29@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/29@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/29@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/29@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/29@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/29@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/40@2x-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/40@2x-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/40@2x-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/40@2x-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/40@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/40@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/40@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/40@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/40@3x-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/40@3x-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/40@3x-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/40@3x-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/40@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/40@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/40@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/40@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/60@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/60@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/60@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/60@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/76.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/76.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/76.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/76.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/76@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/76@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/76@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/76@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/83.5.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/83.5.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/83.5.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/83.5.png diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/iOS_icon.png b/Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/iOS_icon.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/AppIcon.appiconset/iOS_icon.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/AppIcon.appiconset/iOS_icon.png diff --git a/Sources/Earthquake Network/Assets.xcassets/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/back.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/back.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/back.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/back.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/back.imageset/back.png b/Sources/Earthquake Network/Resources/Assets.xcassets/back.imageset/back.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/back.imageset/back.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/back.imageset/back.png diff --git a/Sources/Earthquake Network/Assets.xcassets/back.imageset/back@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/back.imageset/back@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/back.imageset/back@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/back.imageset/back@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/back.imageset/back@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/back.imageset/back@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/back.imageset/back@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/back.imageset/back@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/clock.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/clock.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/clock.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/clock.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/clock.imageset/ic_history_grey600_24dp @2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/clock.imageset/ic_history_grey600_24dp @2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/clock.imageset/ic_history_grey600_24dp @2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/clock.imageset/ic_history_grey600_24dp @2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/clock.imageset/ic_history_grey600_24dp @3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/clock.imageset/ic_history_grey600_24dp @3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/clock.imageset/ic_history_grey600_24dp @3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/clock.imageset/ic_history_grey600_24dp @3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/clock.imageset/ic_history_grey600_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/clock.imageset/ic_history_grey600_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/clock.imageset/ic_history_grey600_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/clock.imageset/ic_history_grey600_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_pro.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_pro.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_pro.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_pro.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_pro.imageset/distquake_app_pro.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_wave.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_wave.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave.imageset/distquake_app_wave.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_wave_small.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave_small.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_wave_small.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave_small.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small.png b/Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/distquake_app_wave_small.imageset/distquake_app_wave_small.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dor.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/dor.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dor.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/dor.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/dor.imageset/dor.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dor.imageset/dor.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dor.imageset/dor.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dor.imageset/dor.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dor.imageset/dor2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dor.imageset/dor2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dor.imageset/dor2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dor.imageset/dor2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dor.imageset/dor3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dor.imageset/dor3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dor.imageset/dor3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dor.imageset/dor3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_green.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_green.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_green.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_green.imageset/dyamond_green-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_green.imageset/dyamond_green-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_green.imageset/dyamond_green-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_green.imageset/dyamond_green-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_green.imageset/dyamond_green-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_green.imageset/dyamond_green-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_green.imageset/dyamond_green-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_green.imageset/dyamond_green-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_green.imageset/dyamond_green.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_green.imageset/dyamond_green.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_green.imageset/dyamond_green.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_green.imageset/dyamond_green.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_red.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_red.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_red.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_red.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_red.imageset/dyamond_red-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_red.imageset/dyamond_red-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_red.imageset/dyamond_red-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_red.imageset/dyamond_red-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_red.imageset/dyamond_red-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_red.imageset/dyamond_red-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_red.imageset/dyamond_red-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_red.imageset/dyamond_red-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_red.imageset/dyamond_red.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_red.imageset/dyamond_red.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_red.imageset/dyamond_red.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_red.imageset/dyamond_red.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_yellow.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_yellow.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_yellow.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/dyamond_yellow.imageset/dyamond_yellow.png diff --git a/Sources/Earthquake Network/Assets.xcassets/heart.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/heart.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/heart.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/heart.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp @2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp @2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp @2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp @2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp @3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp @3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp @3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp @3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/heart.imageset/ic_heart_pulse_grey600_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_action_settings.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_settings.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_action_settings.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_settings.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_action_settings.imageset/ic_action_settings @2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_settings.imageset/ic_action_settings @2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_action_settings.imageset/ic_action_settings @2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_settings.imageset/ic_action_settings @2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_action_settings.imageset/ic_action_settings @3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_settings.imageset/ic_action_settings @3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_action_settings.imageset/ic_action_settings @3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_settings.imageset/ic_action_settings @3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_action_settings.imageset/ic_action_settings.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_settings.imageset/ic_action_settings.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_action_settings.imageset/ic_action_settings.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_settings.imageset/ic_action_settings.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_action_share.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_share.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_action_share.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_share.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_action_share.imageset/ic_action_share copia.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_share.imageset/ic_action_share copia.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_action_share.imageset/ic_action_share copia.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_share.imageset/ic_action_share copia.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_action_share.imageset/ic_action_share copia2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_share.imageset/ic_action_share copia2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_action_share.imageset/ic_action_share copia2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_share.imageset/ic_action_share copia2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_action_share.imageset/ic_action_share.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_share.imageset/ic_action_share.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_action_share.imageset/ic_action_share.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_action_share.imageset/ic_action_share.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_arrow_drop_down_48px-128.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_arrow_drop_down_48px-128.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_arrow_drop_down_48px-128.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_arrow_drop_down_48px-128.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_arrow_drop_down_48px-128.imageset/ic_arrow_drop_down_48px-128.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_arrow_drop_down_48px-128.imageset/ic_arrow_drop_down_48px-128.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_arrow_drop_down_48px-128.imageset/ic_arrow_drop_down_48px-128.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_arrow_drop_down_48px-128.imageset/ic_arrow_drop_down_48px-128.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_compass_outline_grey.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_compass_outline_grey.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_compass_outline_grey.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_compass_outline_grey.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_compass_outline_grey.imageset/ic_compass_outline_grey@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_filter_grey600_24dp.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_filter_grey600_24dp.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_filter_grey600_24dp.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_filter_grey600_24dp.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_filter_grey600_24dp.imageset/ic_filter_grey600_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_help_outline_black_24dp.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_help_outline_black_24dp.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_help_outline_black_24dp.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_help_outline_black_24dp.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_help_outline_black_24dp.imageset/ic_help_outline_black_24dp@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_info_outline_black_24dp.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_info_outline_black_24dp.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_info_outline_black_24dp.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_info_outline_black_24dp.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_info_outline_black_24dp.imageset/ic_info_outline_black_24dp@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_person_black_24dp.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_person_black_24dp.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_person_black_24dp.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_person_black_24dp.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_person_black_24dp.imageset/ic_person_black_24dp@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_settings_black_24dp.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_settings_black_24dp.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_settings_black_24dp.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_settings_black_24dp.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_settings_black_24dp.imageset/ic_settings_black_24dp@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_shield_half_full_black_24dp.imageset/ic_shield_half_full_black_24dp@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_star_border_black_24dp.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_star_border_black_24dp.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_star_border_black_24dp.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_star_border_black_24dp.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_star_border_black_24dp.imageset/ic_star_border_black_24dp@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_verified_user_black_24dp.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_verified_user_black_24dp.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_verified_user_black_24dp.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_verified_user_black_24dp.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/ic_verified_user_black_24dp.imageset/ic_verified_user_black_24dp@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/if_sync.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/if_sync.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/if_sync.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/if_sync.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/if_sync.imageset/ic_action_refresh @2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/if_sync.imageset/ic_action_refresh @2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/if_sync.imageset/ic_action_refresh @2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/if_sync.imageset/ic_action_refresh @2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/if_sync.imageset/ic_action_refresh @3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/if_sync.imageset/ic_action_refresh @3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/if_sync.imageset/ic_action_refresh @3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/if_sync.imageset/ic_action_refresh @3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/if_sync.imageset/ic_action_refresh.png b/Sources/Earthquake Network/Resources/Assets.xcassets/if_sync.imageset/ic_action_refresh.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/if_sync.imageset/ic_action_refresh.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/if_sync.imageset/ic_action_refresh.png diff --git a/Sources/Earthquake Network/Assets.xcassets/menu.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/menu.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/menu.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/menu.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/menu.imageset/menu.png b/Sources/Earthquake Network/Resources/Assets.xcassets/menu.imageset/menu.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/menu.imageset/menu.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/menu.imageset/menu.png diff --git a/Sources/Earthquake Network/Assets.xcassets/menu.imageset/menu@2x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/menu.imageset/menu@2x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/menu.imageset/menu@2x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/menu.imageset/menu@2x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/menu.imageset/menu@3x.png b/Sources/Earthquake Network/Resources/Assets.xcassets/menu.imageset/menu@3x.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/menu.imageset/menu@3x.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/menu.imageset/menu@3x.png diff --git a/Sources/Earthquake Network/Assets.xcassets/message.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/message.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/message.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/message.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/message.imageset/message-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/message.imageset/message-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/message.imageset/message-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/message.imageset/message-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/message.imageset/message-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/message.imageset/message-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/message.imageset/message-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/message.imageset/message-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/message.imageset/message.png b/Sources/Earthquake Network/Resources/Assets.xcassets/message.imageset/message.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/message.imageset/message.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/message.imageset/message.png diff --git a/Sources/Earthquake Network/Assets.xcassets/priority.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/priority.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/priority.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/priority.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/priority.imageset/priority copia 2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/priority.imageset/priority copia 2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/priority.imageset/priority copia 2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/priority.imageset/priority copia 2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/priority.imageset/priority copia 3.png b/Sources/Earthquake Network/Resources/Assets.xcassets/priority.imageset/priority copia 3.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/priority.imageset/priority copia 3.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/priority.imageset/priority copia 3.png diff --git a/Sources/Earthquake Network/Assets.xcassets/priority.imageset/priority.png b/Sources/Earthquake Network/Resources/Assets.xcassets/priority.imageset/priority.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/priority.imageset/priority.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/priority.imageset/priority.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_blue.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_blue.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_blue.imageset/star_blue-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_blue.imageset/star_blue-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_blue.imageset/star_blue-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_blue.imageset/star_blue-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_blue.imageset/star_blue.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_blue.imageset/star_blue.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_blue.imageset/star_blue.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_blue1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue1.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_blue1.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_blue1.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_blue1.imageset/star_blue1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue1.imageset/star_blue1-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_blue1.imageset/star_blue1-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_blue1.imageset/star_blue1-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_blue1.imageset/star_blue1-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue1.imageset/star_blue1-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_blue1.imageset/star_blue1-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_blue1.imageset/star_blue1-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_blue1.imageset/star_blue1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_blue1.imageset/star_blue1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_blue1.imageset/star_blue1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_blue1.imageset/star_blue1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_green.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_green.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_green.imageset/star_green1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_green.imageset/star_green1-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_green.imageset/star_green1-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_green.imageset/star_green1-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_green.imageset/star_green1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_green.imageset/star_green1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_green.imageset/star_green1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_lightblue.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_lightblue.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_lightblue.imageset/star_lightblue-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_lightblue.imageset/star_lightblue-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_lightblue.imageset/star_lightblue-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_lightblue.imageset/star_lightblue-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_lightblue.imageset/star_lightblue.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_lightblue.imageset/star_lightblue.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue.imageset/star_lightblue.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_lightblue1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue1.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_lightblue1.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue1.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_lightblue1.imageset/star_lightblue1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue1.imageset/star_lightblue1-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_lightblue1.imageset/star_lightblue1-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue1.imageset/star_lightblue1-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_lightblue1.imageset/star_lightblue1-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue1.imageset/star_lightblue1-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_lightblue1.imageset/star_lightblue1-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue1.imageset/star_lightblue1-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_lightblue1.imageset/star_lightblue1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue1.imageset/star_lightblue1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_lightblue1.imageset/star_lightblue1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_lightblue1.imageset/star_lightblue1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_red1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_red1.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_red1.imageset/star_red1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_red1.imageset/star_red1-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_red1.imageset/star_red1-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_red1.imageset/star_red1-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_red1.imageset/star_red1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_red1.imageset/star_red1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_red1.imageset/star_red1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_white.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_white.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_white.imageset/star_white-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_white.imageset/star_white-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_white.imageset/star_white-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_white.imageset/star_white-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_white.imageset/star_white.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_white.imageset/star_white.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_white.imageset/star_white.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_white1.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white1.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_white1.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_white1.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_white1.imageset/star_white1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white1.imageset/star_white1-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_white1.imageset/star_white1-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_white1.imageset/star_white1-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_white1.imageset/star_white1-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white1.imageset/star_white1-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_white1.imageset/star_white1-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_white1.imageset/star_white1-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_white1.imageset/star_white1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_white1.imageset/star_white1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_white1.imageset/star_white1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_white1.imageset/star_white1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_yellow.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_yellow.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/star_yellow.imageset/star_yellow.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_yellow.imageset/star_yellow.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_yellow.imageset/star_yellow1-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_yellow.imageset/star_yellow1-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/star_yellow.imageset/star_yellow1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/star_yellow.imageset/star_yellow1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/star_yellow.imageset/star_yellow1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/top_100k.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/top_100k.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/top_100k.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/top_100k.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/top_100k.imageset/top_100k-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/top_100k.imageset/top_100k-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/top_100k.imageset/top_100k-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/top_100k.imageset/top_100k-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/top_100k.imageset/top_100k-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/top_100k.imageset/top_100k-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/top_100k.imageset/top_100k-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/top_100k.imageset/top_100k-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/top_100k.imageset/top_100k.png b/Sources/Earthquake Network/Resources/Assets.xcassets/top_100k.imageset/top_100k.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/top_100k.imageset/top_100k.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/top_100k.imageset/top_100k.png diff --git a/Sources/Earthquake Network/Assets.xcassets/top_10k.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/top_10k.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/top_10k.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/top_10k.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/top_10k.imageset/top_10k-1.png b/Sources/Earthquake Network/Resources/Assets.xcassets/top_10k.imageset/top_10k-1.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/top_10k.imageset/top_10k-1.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/top_10k.imageset/top_10k-1.png diff --git a/Sources/Earthquake Network/Assets.xcassets/top_10k.imageset/top_10k-2.png b/Sources/Earthquake Network/Resources/Assets.xcassets/top_10k.imageset/top_10k-2.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/top_10k.imageset/top_10k-2.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/top_10k.imageset/top_10k-2.png diff --git a/Sources/Earthquake Network/Assets.xcassets/top_10k.imageset/top_10k.png b/Sources/Earthquake Network/Resources/Assets.xcassets/top_10k.imageset/top_10k.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/top_10k.imageset/top_10k.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/top_10k.imageset/top_10k.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_01d.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_01d.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_01d.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_01d.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_01d.imageset/weather_01d.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_01d.imageset/weather_01d.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_01d.imageset/weather_01d.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_01d.imageset/weather_01d.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_01n.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_01n.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_01n.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_01n.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_01n.imageset/weather_01n.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_01n.imageset/weather_01n.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_01n.imageset/weather_01n.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_01n.imageset/weather_01n.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_02d.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_02d.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_02d.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_02d.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_02d.imageset/weather_02d.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_02d.imageset/weather_02d.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_02d.imageset/weather_02d.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_02d.imageset/weather_02d.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_02n.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_02n.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_02n.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_02n.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_02n.imageset/weather_02n.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_02n.imageset/weather_02n.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_02n.imageset/weather_02n.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_02n.imageset/weather_02n.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_03d.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_03d.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_03d.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_03d.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_03d.imageset/weather_03d.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_03d.imageset/weather_03d.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_03d.imageset/weather_03d.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_03d.imageset/weather_03d.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_03n.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_03n.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_03n.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_03n.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_03n.imageset/weather_03n.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_03n.imageset/weather_03n.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_03n.imageset/weather_03n.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_03n.imageset/weather_03n.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_04d.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_04d.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_04d.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_04d.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_04d.imageset/weather_04d.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_04d.imageset/weather_04d.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_04d.imageset/weather_04d.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_04d.imageset/weather_04d.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_04n.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_04n.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_04n.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_04n.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_04n.imageset/weather_04n.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_04n.imageset/weather_04n.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_04n.imageset/weather_04n.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_04n.imageset/weather_04n.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_09d.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_09d.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_09d.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_09d.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_09d.imageset/weather_09d.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_09d.imageset/weather_09d.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_09d.imageset/weather_09d.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_09d.imageset/weather_09d.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_09n.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_09n.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_09n.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_09n.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_09n.imageset/weather_09n.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_09n.imageset/weather_09n.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_09n.imageset/weather_09n.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_09n.imageset/weather_09n.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_10d.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_10d.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_10d.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_10d.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_10d.imageset/weather_10d.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_10d.imageset/weather_10d.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_10d.imageset/weather_10d.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_10d.imageset/weather_10d.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_10n.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_10n.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_10n.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_10n.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_10n.imageset/weather_10n.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_10n.imageset/weather_10n.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_10n.imageset/weather_10n.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_10n.imageset/weather_10n.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_11d.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_11d.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_11d.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_11d.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_11d.imageset/weather_11d.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_11d.imageset/weather_11d.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_11d.imageset/weather_11d.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_11d.imageset/weather_11d.png diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_11n.imageset/Contents.json b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_11n.imageset/Contents.json similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_11n.imageset/Contents.json rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_11n.imageset/Contents.json diff --git a/Sources/Earthquake Network/Assets.xcassets/weather_11n.imageset/weather_11n.png b/Sources/Earthquake Network/Resources/Assets.xcassets/weather_11n.imageset/weather_11n.png similarity index 100% rename from Sources/Earthquake Network/Assets.xcassets/weather_11n.imageset/weather_11n.png rename to Sources/Earthquake Network/Resources/Assets.xcassets/weather_11n.imageset/weather_11n.png diff --git a/Sources/Earthquake Network/alert_star_trek.wav b/Sources/Earthquake Network/Resources/Sound/alert_star_trek.wav similarity index 100% rename from Sources/Earthquake Network/alert_star_trek.wav rename to Sources/Earthquake Network/Resources/Sound/alert_star_trek.wav diff --git a/Sources/Earthquake Network/alerta_japanese.m4r b/Sources/Earthquake Network/Resources/Sound/alerta_japanese.m4r similarity index 100% rename from Sources/Earthquake Network/alerta_japanese.m4r rename to Sources/Earthquake Network/Resources/Sound/alerta_japanese.m4r diff --git a/Sources/Earthquake Network/alerta_mexico.m4r b/Sources/Earthquake Network/Resources/Sound/alerta_mexico.m4r similarity index 100% rename from Sources/Earthquake Network/alerta_mexico.m4r rename to Sources/Earthquake Network/Resources/Sound/alerta_mexico.m4r diff --git a/Sources/Earthquake Network/Base.lproj/Main.storyboard b/Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard similarity index 100% rename from Sources/Earthquake Network/Base.lproj/Main.storyboard rename to Sources/Earthquake Network/Storyboards/Base.lproj/Main.storyboard diff --git a/Sources/Earthquake Network/es.lproj/Main.strings b/Sources/Earthquake Network/Storyboards/es.lproj/Main.strings similarity index 100% rename from Sources/Earthquake Network/es.lproj/Main.strings rename to Sources/Earthquake Network/Storyboards/es.lproj/Main.strings diff --git a/Sources/Earthquake Network/it.lproj/Main.strings b/Sources/Earthquake Network/Storyboards/it.lproj/Main.strings similarity index 100% rename from Sources/Earthquake Network/it.lproj/Main.strings rename to Sources/Earthquake Network/Storyboards/it.lproj/Main.strings diff --git a/Sources/en.lproj/InfoPlist.strings b/Sources/Earthquake Network/en.lproj/InfoPlist.strings similarity index 100% rename from Sources/en.lproj/InfoPlist.strings rename to Sources/Earthquake Network/en.lproj/InfoPlist.strings diff --git a/Sources/es.lproj/InfoPlist.strings b/Sources/Earthquake Network/es.lproj/InfoPlist.strings similarity index 100% rename from Sources/es.lproj/InfoPlist.strings rename to Sources/Earthquake Network/es.lproj/InfoPlist.strings diff --git a/Sources/it.lproj/InfoPlist.strings b/Sources/Earthquake Network/it.lproj/InfoPlist.strings similarity index 100% rename from Sources/it.lproj/InfoPlist.strings rename to Sources/Earthquake Network/it.lproj/InfoPlist.strings