refactor: Reorganize part of project structure

This commit is contained in:
Andrea Busi
2020-07-24 15:53:23 +02:00
parent e48d3f19e7
commit bf18fa240f
208 changed files with 57 additions and 17 deletions
@@ -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 = "<group>";
@@ -721,6 +709,58 @@
name = Pods;
sourceTree = "<group>";
};
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 = "<group>";
};
DC3ADD2D24CB1EAF00737919 /* Resources */ = {
isa = PBXGroup;
children = (
8CBD3DD12149B9AD0070C963 /* Assets.xcassets */,
DC3ADD2E24CB1EBA00737919 /* Sound */,
);
path = Resources;
sourceTree = "<group>";
};
DC3ADD2E24CB1EBA00737919 /* Sound */ = {
isa = PBXGroup;
children = (
8C483CA421FBC06D00259FD2 /* alerta_japanese.m4r */,
8CF12CC721DE43A400613AC5 /* alert_star_trek.wav */,
8C483CA821FBC1E800259FD2 /* alerta_mexico.m4r */,
);
path = Sound;
sourceTree = "<group>";
};
DC3ADD2F24CB1EFB00737919 /* Libs */ = {
isa = PBXGroup;
children = (
8CF66054214C566A009F4314 /* Reachability.h */,
8CF66056214C566A009F4314 /* Reachability.m */,
8C7A3B65225A5EA40045B266 /* NSDictionary+BVJSONString.h */,
8C7A3B64225A5EA30045B266 /* NSDictionary+BVJSONString.m */,
);
path = Libs;
sourceTree = "<group>";
};
DC3ADD3024CB1F1E00737919 /* Storyboards */ = {
isa = PBXGroup;
children = (
8CBD3DCB2149B9AD0070C963 /* Main.storyboard */,
);
path = Storyboards;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B

Before

Width:  |  Height:  |  Size: 965 B

After

Width:  |  Height:  |  Size: 965 B

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Some files were not shown because too many files have changed in this diff Show More