Added an icon.

Change-Id: I4eeac4527868e8955909b742bb176b11b55eaf92
This commit is contained in:
Nick O'Neill 2014-01-28 19:55:14 -08:00
parent 6f5b0151f2
commit 881382bea1
6 changed files with 8 additions and 4 deletions

View File

@ -537,6 +537,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "photobackup/photobackup-Prefix.pch";
INFOPLIST_FILE = "photobackup/photobackup-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
TARGETED_DEVICE_FAMILY = 1;
@ -559,6 +560,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "photobackup/photobackup-Prefix.pch";
INFOPLIST_FILE = "photobackup/photobackup-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
TARGETED_DEVICE_FAMILY = 1;

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,18 +1,21 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"idiom" : "iphone",
"filename" : "AppIcon29x29@2x.png",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"idiom" : "iphone",
"filename" : "AppIcon40x40@2x.png",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"idiom" : "iphone",
"filename" : "AppIcon60x60@2x.png",
"scale" : "2x"
},
{

View File

@ -175,7 +175,6 @@ NSString* const CamliNotificationUploadEnd = @"camli-upload-end";
@"discovery OK"
]];
} else {
LALog(@"couldn't deserialize discovery json");
[LACamliUtil
errorText:@[