Skip to content

Commit f7d0f1d

Browse files
author
Olivier Poitrey
committed
Fix example app
1 parent d85d583 commit f7d0f1d

File tree

2 files changed

+33
-44
lines changed

2 files changed

+33
-44
lines changed

Examples/[email protected]

18.2 KB
Loading

Examples/SDWebImage Demo.xcodeproj/project.pbxproj

+33-44
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,33 @@
1717
537612B0155AB74D005750A4 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 537612AF155AB74D005750A4 /* DetailViewController.m */; };
1818
537612B3155AB74D005750A4 /* MasterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 537612B1155AB74D005750A4 /* MasterViewController.xib */; };
1919
537612B6155AB74D005750A4 /* DetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 537612B4155AB74D005750A4 /* DetailViewController.xib */; };
20-
53980816164349C6003B5191 /* libSDWebImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5398080416434977003B5191 /* libSDWebImage.a */; };
2120
53A2B50D155B155A00B12423 /* placeholder.png in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B50B155B155A00B12423 /* placeholder.png */; };
2221
53A2B50E155B155A00B12423 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B50C155B155A00B12423 /* [email protected] */; };
22+
53EEC18916484553007601E1 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 53EEC18816484553007601E1 /* [email protected] */; };
23+
53EEC1B2164845E9007601E1 /* libSDWebImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 53EEC1AD164845D9007601E1 /* libSDWebImage.a */; };
2324
/* End PBXBuildFile section */
2425

2526
/* Begin PBXContainerItemProxy section */
26-
5398080116434977003B5191 /* PBXContainerItemProxy */ = {
27+
53EEC1AC164845D9007601E1 /* PBXContainerItemProxy */ = {
2728
isa = PBXContainerItemProxy;
28-
containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
29-
proxyType = 2;
30-
remoteGlobalIDString = 53922D6F148C55820056699D;
31-
remoteInfo = SDWebImage;
32-
};
33-
5398080316434977003B5191 /* PBXContainerItemProxy */ = {
34-
isa = PBXContainerItemProxy;
35-
containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
29+
containerPortal = 53EEC1A3164845D8007601E1 /* SDWebImage.xcodeproj */;
3630
proxyType = 2;
3731
remoteGlobalIDString = 53761325155AD0D5005750A4;
38-
remoteInfo = "SDWebImage ARC";
32+
remoteInfo = SDWebImage;
3933
};
40-
5398080516434977003B5191 /* PBXContainerItemProxy */ = {
34+
53EEC1AE164845D9007601E1 /* PBXContainerItemProxy */ = {
4135
isa = PBXContainerItemProxy;
42-
containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
36+
containerPortal = 53EEC1A3164845D8007601E1 /* SDWebImage.xcodeproj */;
4337
proxyType = 2;
4438
remoteGlobalIDString = 531041E0157EAFA400BBABC3;
45-
remoteInfo = "SDWebImage ARC+MKAnnotation";
39+
remoteInfo = "SDWebImage+MKAnnotation";
4640
};
47-
53980814164349BD003B5191 /* PBXContainerItemProxy */ = {
41+
53EEC1B0164845E3007601E1 /* PBXContainerItemProxy */ = {
4842
isa = PBXContainerItemProxy;
49-
containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
43+
containerPortal = 53EEC1A3164845D8007601E1 /* SDWebImage.xcodeproj */;
5044
proxyType = 1;
5145
remoteGlobalIDString = 53761307155AD0D5005750A4;
52-
remoteInfo = "SDWebImage ARC";
46+
remoteInfo = SDWebImage;
5347
};
5448
/* End PBXContainerItemProxy section */
5549

@@ -71,17 +65,18 @@
7165
537612B5155AB74D005750A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/DetailViewController.xib; sourceTree = "<group>"; };
7266
537612E3155ABA3C005750A4 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
7367
537612E6155ABA44005750A4 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
74-
539807FA16434977003B5191 /* SDWebImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDWebImage.xcodeproj; path = ../SDWebImage.xcodeproj; sourceTree = "<group>"; };
7568
53A2B50B155B155A00B12423 /* placeholder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = placeholder.png; sourceTree = "<group>"; };
7669
53A2B50C155B155A00B12423 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
70+
53EEC18816484553007601E1 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
71+
53EEC1A3164845D8007601E1 /* SDWebImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDWebImage.xcodeproj; path = ../SDWebImage.xcodeproj; sourceTree = "<group>"; };
7772
/* End PBXFileReference section */
7873

7974
/* Begin PBXFrameworksBuildPhase section */
8075
53761292155AB74D005750A4 /* Frameworks */ = {
8176
isa = PBXFrameworksBuildPhase;
8277
buildActionMask = 2147483647;
8378
files = (
84-
53980816164349C6003B5191 /* libSDWebImage.a in Frameworks */,
79+
53EEC1B2164845E9007601E1 /* libSDWebImage.a in Frameworks */,
8580
531041C1157EAC8F00BBABC3 /* ImageIO.framework in Frameworks */,
8681
5376129A155AB74D005750A4 /* UIKit.framework in Frameworks */,
8782
5376129C155AB74D005750A4 /* Foundation.framework in Frameworks */,
@@ -112,7 +107,7 @@
112107
53761298155AB74D005750A4 /* Frameworks */ = {
113108
isa = PBXGroup;
114109
children = (
115-
539807FA16434977003B5191 /* SDWebImage.xcodeproj */,
110+
53EEC1A3164845D8007601E1 /* SDWebImage.xcodeproj */,
116111
537612E6155ABA44005750A4 /* ImageIO.framework */,
117112
537612E3155ABA3C005750A4 /* MapKit.framework */,
118113
53761299155AB74D005750A4 /* UIKit.framework */,
@@ -141,6 +136,7 @@
141136
537612A0155AB74D005750A4 /* Supporting Files */ = {
142137
isa = PBXGroup;
143138
children = (
139+
53EEC18816484553007601E1 /* [email protected] */,
144140
537612A1155AB74D005750A4 /* SDWebImage Demo-Info.plist */,
145141
537612A5155AB74D005750A4 /* main.m */,
146142
537612A7155AB74D005750A4 /* SDWebImage Demo-Prefix.pch */,
@@ -150,12 +146,11 @@
150146
name = "Supporting Files";
151147
sourceTree = "<group>";
152148
};
153-
539807FB16434977003B5191 /* Products */ = {
149+
53EEC1A4164845D8007601E1 /* Products */ = {
154150
isa = PBXGroup;
155151
children = (
156-
5398080216434977003B5191 /* libSDWebImage.a */,
157-
5398080416434977003B5191 /* libSDWebImage.a */,
158-
5398080616434977003B5191 /* libSDWebImageARC+MKAnnotation.a */,
152+
53EEC1AD164845D9007601E1 /* libSDWebImage.a */,
153+
53EEC1AF164845D9007601E1 /* libSDWebImage+MKAnnotation.a */,
159154
);
160155
name = Products;
161156
sourceTree = "<group>";
@@ -174,7 +169,7 @@
174169
buildRules = (
175170
);
176171
dependencies = (
177-
53980815164349BD003B5191 /* PBXTargetDependency */,
172+
53EEC1B1164845E3007601E1 /* PBXTargetDependency */,
178173
);
179174
name = "SDWebImage Demo";
180175
productName = "SDWebImage Demo";
@@ -202,8 +197,8 @@
202197
projectDirPath = "";
203198
projectReferences = (
204199
{
205-
ProductGroup = 539807FB16434977003B5191 /* Products */;
206-
ProjectRef = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
200+
ProductGroup = 53EEC1A4164845D8007601E1 /* Products */;
201+
ProjectRef = 53EEC1A3164845D8007601E1 /* SDWebImage.xcodeproj */;
207202
},
208203
);
209204
projectRoot = "";
@@ -214,25 +209,18 @@
214209
/* End PBXProject section */
215210

216211
/* Begin PBXReferenceProxy section */
217-
5398080216434977003B5191 /* libSDWebImage.a */ = {
218-
isa = PBXReferenceProxy;
219-
fileType = archive.ar;
220-
path = libSDWebImage.a;
221-
remoteRef = 5398080116434977003B5191 /* PBXContainerItemProxy */;
222-
sourceTree = BUILT_PRODUCTS_DIR;
223-
};
224-
5398080416434977003B5191 /* libSDWebImage.a */ = {
212+
53EEC1AD164845D9007601E1 /* libSDWebImage.a */ = {
225213
isa = PBXReferenceProxy;
226214
fileType = archive.ar;
227215
path = libSDWebImage.a;
228-
remoteRef = 5398080316434977003B5191 /* PBXContainerItemProxy */;
216+
remoteRef = 53EEC1AC164845D9007601E1 /* PBXContainerItemProxy */;
229217
sourceTree = BUILT_PRODUCTS_DIR;
230218
};
231-
5398080616434977003B5191 /* libSDWebImageARC+MKAnnotation.a */ = {
219+
53EEC1AF164845D9007601E1 /* libSDWebImage+MKAnnotation.a */ = {
232220
isa = PBXReferenceProxy;
233221
fileType = archive.ar;
234-
path = "libSDWebImageARC+MKAnnotation.a";
235-
remoteRef = 5398080516434977003B5191 /* PBXContainerItemProxy */;
222+
path = "libSDWebImage+MKAnnotation.a";
223+
remoteRef = 53EEC1AE164845D9007601E1 /* PBXContainerItemProxy */;
236224
sourceTree = BUILT_PRODUCTS_DIR;
237225
};
238226
/* End PBXReferenceProxy section */
@@ -246,6 +234,7 @@
246234
537612B6155AB74D005750A4 /* DetailViewController.xib in Resources */,
247235
53A2B50D155B155A00B12423 /* placeholder.png in Resources */,
248236
53A2B50E155B155A00B12423 /* [email protected] in Resources */,
237+
53EEC18916484553007601E1 /* [email protected] in Resources */,
249238
);
250239
runOnlyForDeploymentPostprocessing = 0;
251240
};
@@ -266,10 +255,10 @@
266255
/* End PBXSourcesBuildPhase section */
267256

268257
/* Begin PBXTargetDependency section */
269-
53980815164349BD003B5191 /* PBXTargetDependency */ = {
258+
53EEC1B1164845E3007601E1 /* PBXTargetDependency */ = {
270259
isa = PBXTargetDependency;
271-
name = "SDWebImage ARC";
272-
targetProxy = 53980814164349BD003B5191 /* PBXContainerItemProxy */;
260+
name = SDWebImage;
261+
targetProxy = 53EEC1B0164845E3007601E1 /* PBXContainerItemProxy */;
273262
};
274263
/* End PBXTargetDependency section */
275264

@@ -313,7 +302,7 @@
313302
GCC_WARN_ABOUT_RETURN_TYPE = YES;
314303
GCC_WARN_UNINITIALIZED_AUTOS = YES;
315304
GCC_WARN_UNUSED_VARIABLE = YES;
316-
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
305+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
317306
SDKROOT = iphoneos;
318307
};
319308
name = Debug;
@@ -331,7 +320,7 @@
331320
GCC_WARN_ABOUT_RETURN_TYPE = YES;
332321
GCC_WARN_UNINITIALIZED_AUTOS = YES;
333322
GCC_WARN_UNUSED_VARIABLE = YES;
334-
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
323+
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
335324
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
336325
SDKROOT = iphoneos;
337326
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)