diff --git a/iOS Example/AFNetworking iOS Example.xcodeproj/project.pbxproj b/iOS Example/AFNetworking iOS Example.xcodeproj/project.pbxproj index 15377fc390..518b6ecfae 100644 --- a/iOS Example/AFNetworking iOS Example.xcodeproj/project.pbxproj +++ b/iOS Example/AFNetworking iOS Example.xcodeproj/project.pbxproj @@ -32,6 +32,10 @@ F8E469DF13957DD500DB05C8 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469DE13957DD500DB05C8 /* CoreLocation.framework */; }; F8F4B16E143CD1420064C9E6 /* AFPropertyListRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F8F4B16D143CD1410064C9E6 /* AFPropertyListRequestOperation.m */; }; F8F4B17F143E07030064C9E6 /* AFXMLRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F8F4B17E143E07030064C9E6 /* AFXMLRequestOperation.m */; }; + F8F6E8DA1463424800AD016F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = F8F6E8D61463424800AD016F /* Default.png */; }; + F8F6E8DB1463424800AD016F /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F8F6E8D71463424800AD016F /* Default@2x.png */; }; + F8F6E8DC1463424800AD016F /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = F8F6E8D81463424800AD016F /* Icon.png */; }; + F8F6E8DD1463424800AD016F /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F8F6E8D91463424800AD016F /* Icon@2x.png */; }; F8FBFA98142AA239001409DB /* AFHTTPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = F8FBFA97142AA238001409DB /* AFHTTPClient.m */; }; /* End PBXBuildFile section */ @@ -81,6 +85,10 @@ F8F4B16D143CD1410064C9E6 /* AFPropertyListRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFPropertyListRequestOperation.m; path = ../AFNetworking/AFPropertyListRequestOperation.m; sourceTree = ""; }; F8F4B17D143E07030064C9E6 /* AFXMLRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFXMLRequestOperation.h; path = ../AFNetworking/AFXMLRequestOperation.h; sourceTree = ""; }; F8F4B17E143E07030064C9E6 /* AFXMLRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFXMLRequestOperation.m; path = ../AFNetworking/AFXMLRequestOperation.m; sourceTree = ""; }; + F8F6E8D61463424800AD016F /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = SOURCE_ROOT; }; + F8F6E8D71463424800AD016F /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = SOURCE_ROOT; }; + F8F6E8D81463424800AD016F /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = SOURCE_ROOT; }; + F8F6E8D91463424800AD016F /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = SOURCE_ROOT; }; F8FBFA96142AA237001409DB /* AFHTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFHTTPClient.h; path = ../AFNetworking/AFHTTPClient.h; sourceTree = ""; }; F8FBFA97142AA238001409DB /* AFHTTPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFHTTPClient.m; path = ../AFNetworking/AFHTTPClient.m; sourceTree = ""; }; /* End PBXFileReference section */ @@ -259,6 +267,10 @@ F8E469ED1395812A00DB05C8 /* Images */ = { isa = PBXGroup; children = ( + F8F6E8D61463424800AD016F /* Default.png */, + F8F6E8D71463424800AD016F /* Default@2x.png */, + F8F6E8D81463424800AD016F /* Icon.png */, + F8F6E8D91463424800AD016F /* Icon@2x.png */, F8D25D171396A9D300CF3BD6 /* placeholder-stamp.png */, F8D25D181396A9D300CF3BD6 /* placeholder-stamp@2x.png */, ); @@ -319,6 +331,10 @@ files = ( F8D25D191396A9D300CF3BD6 /* placeholder-stamp.png in Resources */, F8D25D1A1396A9D300CF3BD6 /* placeholder-stamp@2x.png in Resources */, + F8F6E8DA1463424800AD016F /* Default.png in Resources */, + F8F6E8DB1463424800AD016F /* Default@2x.png in Resources */, + F8F6E8DC1463424800AD016F /* Icon.png in Resources */, + F8F6E8DD1463424800AD016F /* Icon@2x.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/iOS Example/Default.png b/iOS Example/Default.png new file mode 100644 index 0000000000..b4364952ea Binary files /dev/null and b/iOS Example/Default.png differ diff --git a/iOS Example/Default@2x.png b/iOS Example/Default@2x.png new file mode 100644 index 0000000000..f65fbcce1c Binary files /dev/null and b/iOS Example/Default@2x.png differ diff --git a/iOS Example/Icon.png b/iOS Example/Icon.png new file mode 100644 index 0000000000..bb79b6531a Binary files /dev/null and b/iOS Example/Icon.png differ diff --git a/iOS Example/Icon@2x.png b/iOS Example/Icon@2x.png new file mode 100644 index 0000000000..b8d0112745 Binary files /dev/null and b/iOS Example/Icon@2x.png differ diff --git a/iOS Example/Info.plist b/iOS Example/Info.plist index 8c5a5bd06f..3ce184f28b 100644 --- a/iOS Example/Info.plist +++ b/iOS Example/Info.plist @@ -10,6 +10,24 @@ ${EXECUTABLE_NAME} CFBundleIconFile + CFBundleIconFiles + + Icon.png + Icon@2x.png + + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + Icon.png + Icon@2x.png + + UIPrerenderedIcon + + + CFBundleIdentifier com.alamofire.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion @@ -30,5 +48,7 @@ UIInterfaceOrientationPortrait + UIPrerenderedIcon +