aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-09-30 16:30:25 +0100
committerStruan Donald <struan@exo.org.uk>2013-09-30 16:30:25 +0100
commit7e5f466ba9942862699b227c730a6af3ee10868a (patch)
tree7e2b158cb095c024629b9bdc177e34613ec34e36
parent446dbbfe8e2735cb32505aa8477f57d062169db6 (diff)
Add in additional icon sizes for iOS 7
new app icon plus spotlight and settings icons
-rw-r--r--iPhone/FixMyStreet.xcodeproj/project.pbxproj15
-rw-r--r--iPhone/FixMyStreet/FixMyStreet-Info.plist3
-rw-r--r--iPhone/fms-Icon-120.pngbin0 -> 5539 bytes
-rw-r--r--iPhone/fms-Icon-80.pngbin0 -> 5420 bytes
-rw-r--r--iPhone/fms-Icon-Small-29.pngbin0 -> 1003 bytes
-rw-r--r--iPhone/fms-Icon-Small-29@2x.pngbin0 -> 2081 bytes
6 files changed, 17 insertions, 1 deletions
diff --git a/iPhone/FixMyStreet.xcodeproj/project.pbxproj b/iPhone/FixMyStreet.xcodeproj/project.pbxproj
index f9d52ca..96d4417 100644
--- a/iPhone/FixMyStreet.xcodeproj/project.pbxproj
+++ b/iPhone/FixMyStreet.xcodeproj/project.pbxproj
@@ -71,6 +71,10 @@
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>"; };
+ 2423CA6317F9CCB9001091AA /* fms-Icon-120.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "fms-Icon-120.png"; sourceTree = "<group>"; };
+ 2423CA6417F9CCD2001091AA /* fms-Icon-80.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "fms-Icon-80.png"; sourceTree = "<group>"; };
+ 2423CA6517F9CD0D001091AA /* fms-Icon-Small-29.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "fms-Icon-Small-29.png"; sourceTree = "<group>"; };
+ 2423CA6617F9CD1A001091AA /* fms-Icon-Small-29@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "fms-Icon-Small-29@2x.png"; sourceTree = "<group>"; };
2425571E178DA08700E2E208 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
24255720178DA08D00E2E208 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
244F330A1774574C00699B27 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
@@ -184,6 +188,10 @@
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
+ 2423CA6617F9CD1A001091AA /* fms-Icon-Small-29@2x.png */,
+ 2423CA6517F9CD0D001091AA /* fms-Icon-Small-29.png */,
+ 2423CA6417F9CCD2001091AA /* fms-Icon-80.png */,
+ 2423CA6317F9CCB9001091AA /* fms-Icon-120.png */,
24255720178DA08D00E2E208 /* OpenAL.framework */,
2425571E178DA08700E2E208 /* ImageIO.framework */,
244F330E17746FC200699B27 /* Default-568h@2x.png */,
@@ -338,6 +346,11 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
+ TargetAttributes = {
+ 1D6058900D05DD3D006BFB54 = {
+ DevelopmentTeam = RK6M3EU4Y6;
+ };
+ };
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "FixMyStreet" */;
compatibilityVersion = "Xcode 3.2";
@@ -532,7 +545,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = NO;
- CODE_SIGN_IDENTITY = "iPhone Distribution";
+ CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
diff --git a/iPhone/FixMyStreet/FixMyStreet-Info.plist b/iPhone/FixMyStreet/FixMyStreet-Info.plist
index 9faaf3b..1595a4a 100644
--- a/iPhone/FixMyStreet/FixMyStreet-Info.plist
+++ b/iPhone/FixMyStreet/FixMyStreet-Info.plist
@@ -19,6 +19,9 @@
<dict>
<key>CFBundleIconFiles</key>
<array>
+ <string>fms-Icon-Small-29</string>
+ <string>fms-Icon-80</string>
+ <string>fms-Icon-120</string>
<string>Icon.png</string>
<string>Icon@2x.png</string>
</array>
diff --git a/iPhone/fms-Icon-120.png b/iPhone/fms-Icon-120.png
new file mode 100644
index 0000000..860f35f
--- /dev/null
+++ b/iPhone/fms-Icon-120.png
Binary files differ
diff --git a/iPhone/fms-Icon-80.png b/iPhone/fms-Icon-80.png
new file mode 100644
index 0000000..bc432ff
--- /dev/null
+++ b/iPhone/fms-Icon-80.png
Binary files differ
diff --git a/iPhone/fms-Icon-Small-29.png b/iPhone/fms-Icon-Small-29.png
new file mode 100644
index 0000000..a7c8db8
--- /dev/null
+++ b/iPhone/fms-Icon-Small-29.png
Binary files differ
diff --git a/iPhone/fms-Icon-Small-29@2x.png b/iPhone/fms-Icon-Small-29@2x.png
new file mode 100644
index 0000000..45e0ced
--- /dev/null
+++ b/iPhone/fms-Icon-Small-29@2x.png
Binary files differ