aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iPhone/Default-568h@2x.pngbin18594 -> 12832 bytes
-rw-r--r--iPhone/Default.pngbin1961 -> 6002 bytes
-rw-r--r--iPhone/Default@2x.pngbin0 -> 12206 bytes
-rw-r--r--iPhone/FixMyStreet.xcodeproj/project.pbxproj12
-rw-r--r--iPhone/FixMyStreet/Resources/splash/Default.pngbin9537 -> 6002 bytes
-rw-r--r--iPhone/FixMyStreet/Resources/splash/Default@2x.pngbin22029 -> 12206 bytes
6 files changed, 12 insertions, 0 deletions
diff --git a/iPhone/Default-568h@2x.png b/iPhone/Default-568h@2x.png
index 0891b7a..a56b662 100644
--- a/iPhone/Default-568h@2x.png
+++ b/iPhone/Default-568h@2x.png
Binary files differ
diff --git a/iPhone/Default.png b/iPhone/Default.png
index 0399520..9c373ff 100644
--- a/iPhone/Default.png
+++ b/iPhone/Default.png
Binary files differ
diff --git a/iPhone/Default@2x.png b/iPhone/Default@2x.png
new file mode 100644
index 0000000..92fe138
--- /dev/null
+++ b/iPhone/Default@2x.png
Binary files differ
diff --git a/iPhone/FixMyStreet.xcodeproj/project.pbxproj b/iPhone/FixMyStreet.xcodeproj/project.pbxproj
index bc097c9..b2896d6 100644
--- a/iPhone/FixMyStreet.xcodeproj/project.pbxproj
+++ b/iPhone/FixMyStreet.xcodeproj/project.pbxproj
@@ -13,6 +13,9 @@
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
1F766FE113BBADB100FB74C0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1F766FDC13BBADB100FB74C0 /* Localizable.strings */; };
1F766FE213BBADB100FB74C0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1F766FDF13BBADB100FB74C0 /* Localizable.strings */; };
+ 244F330B1774574C00699B27 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 244F330A1774574C00699B27 /* Default.png */; };
+ 244F330D1774575000699B27 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 244F330C1774575000699B27 /* Default@2x.png */; };
+ 244F330F17746FC200699B27 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 244F330E17746FC200699B27 /* Default-568h@2x.png */; };
246C8F801700A4010052666F /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 246C8F7F1700A4010052666F /* AssetsLibrary.framework */; };
288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
301BF552109A68D80062928A /* libCordova.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 301BF535109A57CC0062928A /* libCordova.a */; };
@@ -66,6 +69,9 @@
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
1F766FDD13BBADB100FB74C0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = "<group>"; };
1F766FE013BBADB100FB74C0 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localizable.strings; sourceTree = "<group>"; };
+ 244F330A1774574C00699B27 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
+ 244F330C1774575000699B27 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
+ 244F330E17746FC200699B27 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
246C8F7F1700A4010052666F /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
@@ -172,6 +178,9 @@
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
+ 244F330E17746FC200699B27 /* Default-568h@2x.png */,
+ 244F330C1774575000699B27 /* Default@2x.png */,
+ 244F330A1774574C00699B27 /* Default.png */,
99EA67E21758C2C10056D8C4 /* Icon@2x.png */,
99EA67E01758C2BB0056D8C4 /* Icon.png */,
246C8F7F1700A4010052666F /* AssetsLibrary.framework */,
@@ -378,6 +387,9 @@
30A0434914DC770100060A13 /* Localizable.strings in Resources */,
99EA67E11758C2BB0056D8C4 /* Icon.png in Resources */,
99EA67E31758C2C10056D8C4 /* Icon@2x.png in Resources */,
+ 244F330B1774574C00699B27 /* Default.png in Resources */,
+ 244F330D1774575000699B27 /* Default@2x.png in Resources */,
+ 244F330F17746FC200699B27 /* Default-568h@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
diff --git a/iPhone/FixMyStreet/Resources/splash/Default.png b/iPhone/FixMyStreet/Resources/splash/Default.png
index 644f380..9c373ff 100644
--- a/iPhone/FixMyStreet/Resources/splash/Default.png
+++ b/iPhone/FixMyStreet/Resources/splash/Default.png
Binary files differ
diff --git a/iPhone/FixMyStreet/Resources/splash/Default@2x.png b/iPhone/FixMyStreet/Resources/splash/Default@2x.png
index 02d6e35..92fe138 100644
--- a/iPhone/FixMyStreet/Resources/splash/Default@2x.png
+++ b/iPhone/FixMyStreet/Resources/splash/Default@2x.png
Binary files differ