Skip to content

Commit 9df9bf8

Browse files
author
Olivier Poitrey
committed
Fix example app
1 parent 4972074 commit 9df9bf8

1 file changed

Lines changed: 84 additions & 4 deletions

File tree

Examples/SDWebImage Demo.xcodeproj/project.pbxproj

Lines changed: 84 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,42 @@
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-
539D3C6D16323DB900DC792F /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 539D3C6C16323DB900DC792F /* SDWebImage.framework */; };
20+
53980816164349C6003B5191 /* libSDWebImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5398080416434977003B5191 /* libSDWebImage.a */; };
2121
53A2B50D155B155A00B12423 /* placeholder.png in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B50B155B155A00B12423 /* placeholder.png */; };
2222
53A2B50E155B155A00B12423 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B50C155B155A00B12423 /* [email protected] */; };
2323
/* End PBXBuildFile section */
2424

25+
/* Begin PBXContainerItemProxy section */
26+
5398080116434977003B5191 /* PBXContainerItemProxy */ = {
27+
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 */;
36+
proxyType = 2;
37+
remoteGlobalIDString = 53761325155AD0D5005750A4;
38+
remoteInfo = "SDWebImage ARC";
39+
};
40+
5398080516434977003B5191 /* PBXContainerItemProxy */ = {
41+
isa = PBXContainerItemProxy;
42+
containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
43+
proxyType = 2;
44+
remoteGlobalIDString = 531041E0157EAFA400BBABC3;
45+
remoteInfo = "SDWebImage ARC+MKAnnotation";
46+
};
47+
53980814164349BD003B5191 /* PBXContainerItemProxy */ = {
48+
isa = PBXContainerItemProxy;
49+
containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
50+
proxyType = 1;
51+
remoteGlobalIDString = 53761307155AD0D5005750A4;
52+
remoteInfo = "SDWebImage ARC";
53+
};
54+
/* End PBXContainerItemProxy section */
55+
2556
/* Begin PBXFileReference section */
2657
53761295155AB74D005750A4 /* SDWebImage Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SDWebImage Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2758
53761299155AB74D005750A4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
@@ -40,7 +71,7 @@
4071
537612B5155AB74D005750A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/DetailViewController.xib; sourceTree = "<group>"; };
4172
537612E3155ABA3C005750A4 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
4273
537612E6155ABA44005750A4 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
43-
539D3C6C16323DB900DC792F /* SDWebImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SDWebImage.framework; sourceTree = "<group>"; };
74+
539807FA16434977003B5191 /* SDWebImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDWebImage.xcodeproj; path = ../SDWebImage.xcodeproj; sourceTree = "<group>"; };
4475
53A2B50B155B155A00B12423 /* placeholder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = placeholder.png; sourceTree = "<group>"; };
4576
53A2B50C155B155A00B12423 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
4677
/* End PBXFileReference section */
@@ -50,11 +81,11 @@
5081
isa = PBXFrameworksBuildPhase;
5182
buildActionMask = 2147483647;
5283
files = (
84+
53980816164349C6003B5191 /* libSDWebImage.a in Frameworks */,
5385
531041C1157EAC8F00BBABC3 /* ImageIO.framework in Frameworks */,
5486
5376129A155AB74D005750A4 /* UIKit.framework in Frameworks */,
5587
5376129C155AB74D005750A4 /* Foundation.framework in Frameworks */,
5688
5376129E155AB74D005750A4 /* CoreGraphics.framework in Frameworks */,
57-
539D3C6D16323DB900DC792F /* SDWebImage.framework in Frameworks */,
5889
);
5990
runOnlyForDeploymentPostprocessing = 0;
6091
};
@@ -81,7 +112,7 @@
81112
53761298155AB74D005750A4 /* Frameworks */ = {
82113
isa = PBXGroup;
83114
children = (
84-
539D3C6C16323DB900DC792F /* SDWebImage.framework */,
115+
539807FA16434977003B5191 /* SDWebImage.xcodeproj */,
85116
537612E6155ABA44005750A4 /* ImageIO.framework */,
86117
537612E3155ABA3C005750A4 /* MapKit.framework */,
87118
53761299155AB74D005750A4 /* UIKit.framework */,
@@ -119,6 +150,16 @@
119150
name = "Supporting Files";
120151
sourceTree = "<group>";
121152
};
153+
539807FB16434977003B5191 /* Products */ = {
154+
isa = PBXGroup;
155+
children = (
156+
5398080216434977003B5191 /* libSDWebImage.a */,
157+
5398080416434977003B5191 /* libSDWebImage.a */,
158+
5398080616434977003B5191 /* libSDWebImageARC+MKAnnotation.a */,
159+
);
160+
name = Products;
161+
sourceTree = "<group>";
162+
};
122163
/* End PBXGroup section */
123164

124165
/* Begin PBXNativeTarget section */
@@ -133,6 +174,7 @@
133174
buildRules = (
134175
);
135176
dependencies = (
177+
53980815164349BD003B5191 /* PBXTargetDependency */,
136178
);
137179
name = "SDWebImage Demo";
138180
productName = "SDWebImage Demo";
@@ -158,13 +200,43 @@
158200
mainGroup = 5376128A155AB74D005750A4;
159201
productRefGroup = 53761296155AB74D005750A4 /* Products */;
160202
projectDirPath = "";
203+
projectReferences = (
204+
{
205+
ProductGroup = 539807FB16434977003B5191 /* Products */;
206+
ProjectRef = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
207+
},
208+
);
161209
projectRoot = "";
162210
targets = (
163211
53761294155AB74D005750A4 /* SDWebImage Demo */,
164212
);
165213
};
166214
/* End PBXProject section */
167215

216+
/* 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 */ = {
225+
isa = PBXReferenceProxy;
226+
fileType = archive.ar;
227+
path = libSDWebImage.a;
228+
remoteRef = 5398080316434977003B5191 /* PBXContainerItemProxy */;
229+
sourceTree = BUILT_PRODUCTS_DIR;
230+
};
231+
5398080616434977003B5191 /* libSDWebImageARC+MKAnnotation.a */ = {
232+
isa = PBXReferenceProxy;
233+
fileType = archive.ar;
234+
path = "libSDWebImageARC+MKAnnotation.a";
235+
remoteRef = 5398080516434977003B5191 /* PBXContainerItemProxy */;
236+
sourceTree = BUILT_PRODUCTS_DIR;
237+
};
238+
/* End PBXReferenceProxy section */
239+
168240
/* Begin PBXResourcesBuildPhase section */
169241
53761293155AB74D005750A4 /* Resources */ = {
170242
isa = PBXResourcesBuildPhase;
@@ -193,6 +265,14 @@
193265
};
194266
/* End PBXSourcesBuildPhase section */
195267

268+
/* Begin PBXTargetDependency section */
269+
53980815164349BD003B5191 /* PBXTargetDependency */ = {
270+
isa = PBXTargetDependency;
271+
name = "SDWebImage ARC";
272+
targetProxy = 53980814164349BD003B5191 /* PBXContainerItemProxy */;
273+
};
274+
/* End PBXTargetDependency section */
275+
196276
/* Begin PBXVariantGroup section */
197277
537612B1155AB74D005750A4 /* MasterViewController.xib */ = {
198278
isa = PBXVariantGroup;

0 commit comments

Comments
 (0)