Skip to content

Commit c588cbf

Browse files
committed
Normalizing Default images in example project
1 parent 8d23100 commit c588cbf

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

Example/AFNetworking iOS Example.xcodeproj/project.pbxproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
/* Begin PBXBuildFile section */
1010
F8129C7415910C37009BFE23 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F8129C7215910C37009BFE23 /* AppDelegate.m */; };
1111
F818101615E6A0C600EF93C2 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50ABD6EC159FC2CE001BE42C /* MobileCoreServices.framework */; };
12+
F8A847C1161F51A300940F39 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F8A847C0161F51A300940F39 /* [email protected] */; };
13+
F8A847C3161F523E00940F39 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = F8A847C2161F523E00940F39 /* Default.png */; };
14+
F8A847C5161F524200940F39 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F8A847C4161F524200940F39 /* [email protected] */; };
1215
F8D0701B14310F4A00653FD3 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469E213957DF700DB05C8 /* SystemConfiguration.framework */; };
1316
F8DA09E41396AC040057D0CC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F8DA09E31396AC040057D0CC /* main.m */; };
1417
F8E469651395739D00DB05C8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469641395739D00DB05C8 /* UIKit.framework */; };
1518
F8E469671395739D00DB05C8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469661395739D00DB05C8 /* Foundation.framework */; };
1619
F8E469691395739D00DB05C8 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469681395739D00DB05C8 /* CoreGraphics.framework */; };
1720
F8E469DF13957DD500DB05C8 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469DE13957DD500DB05C8 /* CoreLocation.framework */; };
18-
F8F6E8DA1463424800AD016F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = F8F6E8D61463424800AD016F /* Default.png */; };
19-
F8F6E8DB1463424800AD016F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F8F6E8D71463424800AD016F /* [email protected] */; };
2021
F8F6E8DC1463424800AD016F /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = F8F6E8D81463424800AD016F /* Icon.png */; };
2122
F8F6E8DD1463424800AD016F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = F8F6E8D91463424800AD016F /* [email protected] */; };
2223
F8FA9491150EF8C100ED4EAD /* AFTwitterAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = F8FA9490150EF8C100ED4EAD /* AFTwitterAPIClient.m */; };
@@ -42,6 +43,9 @@
4243
F8129C3815910830009BFE23 /* Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = SOURCE_ROOT; };
4344
F8129C7215910C37009BFE23 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = SOURCE_ROOT; };
4445
F8129C7315910C37009BFE23 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = SOURCE_ROOT; };
46+
F8A847C0161F51A300940F39 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
47+
F8A847C2161F523E00940F39 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
48+
F8A847C4161F524200940F39 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
4549
F8DA09E31396AC040057D0CC /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = SOURCE_ROOT; };
4650
F8E469601395739C00DB05C8 /* AFNetworking iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "AFNetworking iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4751
F8E469641395739D00DB05C8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
@@ -51,8 +55,6 @@
5155
F8E469DE13957DD500DB05C8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
5256
F8E469E013957DF100DB05C8 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
5357
F8E469E213957DF700DB05C8 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
54-
F8F6E8D61463424800AD016F /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = SOURCE_ROOT; };
55-
F8F6E8D71463424800AD016F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = SOURCE_ROOT; };
5658
F8F6E8D81463424800AD016F /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = SOURCE_ROOT; };
5759
F8F6E8D91463424800AD016F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = SOURCE_ROOT; };
5860
F8FA948F150EF8C100ED4EAD /* AFTwitterAPIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFTwitterAPIClient.h; path = Classes/AFTwitterAPIClient.h; sourceTree = "<group>"; };
@@ -140,6 +142,9 @@
140142
F8E469551395739C00DB05C8 = {
141143
isa = PBXGroup;
142144
children = (
145+
F8A847C4161F524200940F39 /* [email protected] */,
146+
F8A847C2161F523E00940F39 /* Default.png */,
147+
F8A847C0161F51A300940F39 /* [email protected] */,
143148
F8E469B71395759C00DB05C8 /* Networking Extensions */,
144149
F8E4696A1395739D00DB05C8 /* Classes */,
145150
F8E469ED1395812A00DB05C8 /* Images */,
@@ -215,8 +220,6 @@
215220
F8E469ED1395812A00DB05C8 /* Images */ = {
216221
isa = PBXGroup;
217222
children = (
218-
F8F6E8D61463424800AD016F /* Default.png */,
219-
F8F6E8D71463424800AD016F /* [email protected] */,
220223
F8F6E8D81463424800AD016F /* Icon.png */,
221224
F8F6E8D91463424800AD016F /* [email protected] */,
222225
F8FA94CC150F094D00ED4EAD /* profile-image-placeholder.png */,
@@ -304,12 +307,13 @@
304307
isa = PBXResourcesBuildPhase;
305308
buildActionMask = 2147483647;
306309
files = (
307-
F8F6E8DA1463424800AD016F /* Default.png in Resources */,
308-
F8F6E8DB1463424800AD016F /* [email protected] in Resources */,
309310
F8F6E8DC1463424800AD016F /* Icon.png in Resources */,
310311
F8F6E8DD1463424800AD016F /* [email protected] in Resources */,
311312
F8FA94D0150F094D00ED4EAD /* profile-image-placeholder.png in Resources */,
312313
F8FA94D1150F094D00ED4EAD /* [email protected] in Resources */,
314+
F8A847C1161F51A300940F39 /* [email protected] in Resources */,
315+
F8A847C3161F523E00940F39 /* Default.png in Resources */,
316+
F8A847C5161F524200940F39 /* [email protected] in Resources */,
313317
);
314318
runOnlyForDeploymentPostprocessing = 0;
315319
};

Example/[email protected]

18.2 KB
Loading

Example/Default.png

-5.54 KB
Loading

Example/[email protected]

-15 KB
Loading

Example/iOS-Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<true/>
4747
<key>UIPrerenderedIcon</key>
4848
<true/>
49+
<key>UIStatusBarHidden</key>
50+
<false/>
4951
<key>UISupportedInterfaceOrientations</key>
5052
<array>
5153
<string>UIInterfaceOrientationPortrait</string>

0 commit comments

Comments
 (0)