|
17 | 17 | 537612B0155AB74D005750A4 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 537612AF155AB74D005750A4 /* DetailViewController.m */; };
|
18 | 18 | 537612B3155AB74D005750A4 /* MasterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 537612B1155AB74D005750A4 /* MasterViewController.xib */; };
|
19 | 19 | 537612B6155AB74D005750A4 /* DetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 537612B4155AB74D005750A4 /* DetailViewController.xib */; };
|
20 |
| - 53A2B4FC155B096D00B12423 /* libSDWebImageARC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 53A2B4F9155B095800B12423 /* libSDWebImageARC.a */; }; |
| 20 | + 539D3C6D16323DB900DC792F /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 539D3C6C16323DB900DC792F /* SDWebImage.framework */; }; |
21 | 21 | 53A2B50D155B155A00B12423 /* placeholder.png in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B50B155B155A00B12423 /* placeholder.png */; };
|
22 | 22 | 53A2B50E155B155A00B12423 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B50C155B155A00B12423 /* [email protected] */; };
|
23 | 23 | /* End PBXBuildFile section */
|
24 | 24 |
|
25 |
| -/* Begin PBXContainerItemProxy section */ |
26 |
| - 5357A29C157ECDB300894652 /* PBXContainerItemProxy */ = { |
27 |
| - isa = PBXContainerItemProxy; |
28 |
| - containerPortal = 53A2B4EE155B095800B12423 /* SDWebImage.xcodeproj */; |
29 |
| - proxyType = 2; |
30 |
| - remoteGlobalIDString = 531041E0157EAFA400BBABC3; |
31 |
| - remoteInfo = "SDWebImage ARC+MKAnnotation"; |
32 |
| - }; |
33 |
| - 53A2B4F6155B095800B12423 /* PBXContainerItemProxy */ = { |
34 |
| - isa = PBXContainerItemProxy; |
35 |
| - containerPortal = 53A2B4EE155B095800B12423 /* SDWebImage.xcodeproj */; |
36 |
| - proxyType = 2; |
37 |
| - remoteGlobalIDString = 53922D6F148C55820056699D; |
38 |
| - remoteInfo = SDWebImage; |
39 |
| - }; |
40 |
| - 53A2B4F8155B095800B12423 /* PBXContainerItemProxy */ = { |
41 |
| - isa = PBXContainerItemProxy; |
42 |
| - containerPortal = 53A2B4EE155B095800B12423 /* SDWebImage.xcodeproj */; |
43 |
| - proxyType = 2; |
44 |
| - remoteGlobalIDString = 53761325155AD0D5005750A4; |
45 |
| - remoteInfo = "SDWebImage ARC"; |
46 |
| - }; |
47 |
| - 53A2B4FA155B096700B12423 /* PBXContainerItemProxy */ = { |
48 |
| - isa = PBXContainerItemProxy; |
49 |
| - containerPortal = 53A2B4EE155B095800B12423 /* SDWebImage.xcodeproj */; |
50 |
| - proxyType = 1; |
51 |
| - remoteGlobalIDString = 53761307155AD0D5005750A4; |
52 |
| - remoteInfo = "SDWebImage ARC"; |
53 |
| - }; |
54 |
| -/* End PBXContainerItemProxy section */ |
55 |
| - |
56 | 25 | /* Begin PBXFileReference section */
|
57 | 26 | 53761295155AB74D005750A4 /* SDWebImage Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SDWebImage Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
58 | 27 | 53761299155AB74D005750A4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
69 | 38 | 537612AF155AB74D005750A4 /* DetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = "<group>"; };
|
70 | 39 | 537612B2155AB74D005750A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MasterViewController.xib; sourceTree = "<group>"; };
|
71 | 40 | 537612B5155AB74D005750A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/DetailViewController.xib; sourceTree = "<group>"; };
|
72 |
| - 537612CD155AB8F4005750A4 /* libSDWebImage.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDWebImage.a; path = "../build/Release-iphoneos/libSDWebImage.a"; sourceTree = "<group>"; }; |
73 | 41 | 537612E3155ABA3C005750A4 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
|
74 | 42 | 537612E6155ABA44005750A4 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
|
75 |
| - 53761326155AD28E005750A4 /* libSDWebImage ARC.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libSDWebImage ARC.a"; path = "../build/Release-iphoneos/libSDWebImage ARC.a"; sourceTree = "<group>"; }; |
76 |
| - 53A2B4EE155B095800B12423 /* SDWebImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDWebImage.xcodeproj; path = ../SDWebImage.xcodeproj; sourceTree = "<group>"; }; |
| 43 | + 539D3C6C16323DB900DC792F /* SDWebImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SDWebImage.framework; sourceTree = "<group>"; }; |
77 | 44 | 53A2B50B155B155A00B12423 /* placeholder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = placeholder.png; sourceTree = "<group>"; };
|
78 | 45 | 53A2B50C155B155A00B12423 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; };
|
79 | 46 | /* End PBXFileReference section */
|
|
83 | 50 | isa = PBXFrameworksBuildPhase;
|
84 | 51 | buildActionMask = 2147483647;
|
85 | 52 | files = (
|
86 |
| - 53A2B4FC155B096D00B12423 /* libSDWebImageARC.a in Frameworks */, |
87 | 53 | 531041C1157EAC8F00BBABC3 /* ImageIO.framework in Frameworks */,
|
88 | 54 | 5376129A155AB74D005750A4 /* UIKit.framework in Frameworks */,
|
89 | 55 | 5376129C155AB74D005750A4 /* Foundation.framework in Frameworks */,
|
90 | 56 | 5376129E155AB74D005750A4 /* CoreGraphics.framework in Frameworks */,
|
| 57 | + 539D3C6D16323DB900DC792F /* SDWebImage.framework in Frameworks */, |
91 | 58 | );
|
92 | 59 | runOnlyForDeploymentPostprocessing = 0;
|
93 | 60 | };
|
|
97 | 64 | 5376128A155AB74D005750A4 = {
|
98 | 65 | isa = PBXGroup;
|
99 | 66 | children = (
|
100 |
| - 53A2B4EE155B095800B12423 /* SDWebImage.xcodeproj */, |
101 | 67 | 5376129F155AB74D005750A4 /* SDWebImage Demo */,
|
102 | 68 | 53761298155AB74D005750A4 /* Frameworks */,
|
103 | 69 | 53761296155AB74D005750A4 /* Products */,
|
|
115 | 81 | 53761298155AB74D005750A4 /* Frameworks */ = {
|
116 | 82 | isa = PBXGroup;
|
117 | 83 | children = (
|
| 84 | + 539D3C6C16323DB900DC792F /* SDWebImage.framework */, |
118 | 85 | 537612E6155ABA44005750A4 /* ImageIO.framework */,
|
119 | 86 | 537612E3155ABA3C005750A4 /* MapKit.framework */,
|
120 |
| - 537612CD155AB8F4005750A4 /* libSDWebImage.a */, |
121 |
| - 53761326155AD28E005750A4 /* libSDWebImage ARC.a */, |
122 | 87 | 53761299155AB74D005750A4 /* UIKit.framework */,
|
123 | 88 | 5376129B155AB74D005750A4 /* Foundation.framework */,
|
124 | 89 | 5376129D155AB74D005750A4 /* CoreGraphics.framework */,
|
|
154 | 119 | name = "Supporting Files";
|
155 | 120 | sourceTree = "<group>";
|
156 | 121 | };
|
157 |
| - 53A2B4EF155B095800B12423 /* Products */ = { |
158 |
| - isa = PBXGroup; |
159 |
| - children = ( |
160 |
| - 53A2B4F7155B095800B12423 /* libSDWebImage.a */, |
161 |
| - 53A2B4F9155B095800B12423 /* libSDWebImageARC.a */, |
162 |
| - 5357A29D157ECDB300894652 /* libSDWebImageARC+MKAnnotation.a */, |
163 |
| - ); |
164 |
| - name = Products; |
165 |
| - sourceTree = "<group>"; |
166 |
| - }; |
167 | 122 | /* End PBXGroup section */
|
168 | 123 |
|
169 | 124 | /* Begin PBXNativeTarget section */
|
|
178 | 133 | buildRules = (
|
179 | 134 | );
|
180 | 135 | dependencies = (
|
181 |
| - 53A2B4FB155B096700B12423 /* PBXTargetDependency */, |
182 | 136 | );
|
183 | 137 | name = "SDWebImage Demo";
|
184 | 138 | productName = "SDWebImage Demo";
|
|
204 | 158 | mainGroup = 5376128A155AB74D005750A4;
|
205 | 159 | productRefGroup = 53761296155AB74D005750A4 /* Products */;
|
206 | 160 | projectDirPath = "";
|
207 |
| - projectReferences = ( |
208 |
| - { |
209 |
| - ProductGroup = 53A2B4EF155B095800B12423 /* Products */; |
210 |
| - ProjectRef = 53A2B4EE155B095800B12423 /* SDWebImage.xcodeproj */; |
211 |
| - }, |
212 |
| - ); |
213 | 161 | projectRoot = "";
|
214 | 162 | targets = (
|
215 | 163 | 53761294155AB74D005750A4 /* SDWebImage Demo */,
|
216 | 164 | );
|
217 | 165 | };
|
218 | 166 | /* End PBXProject section */
|
219 | 167 |
|
220 |
| -/* Begin PBXReferenceProxy section */ |
221 |
| - 5357A29D157ECDB300894652 /* libSDWebImageARC+MKAnnotation.a */ = { |
222 |
| - isa = PBXReferenceProxy; |
223 |
| - fileType = archive.ar; |
224 |
| - path = "libSDWebImageARC+MKAnnotation.a"; |
225 |
| - remoteRef = 5357A29C157ECDB300894652 /* PBXContainerItemProxy */; |
226 |
| - sourceTree = BUILT_PRODUCTS_DIR; |
227 |
| - }; |
228 |
| - 53A2B4F7155B095800B12423 /* libSDWebImage.a */ = { |
229 |
| - isa = PBXReferenceProxy; |
230 |
| - fileType = archive.ar; |
231 |
| - path = libSDWebImage.a; |
232 |
| - remoteRef = 53A2B4F6155B095800B12423 /* PBXContainerItemProxy */; |
233 |
| - sourceTree = BUILT_PRODUCTS_DIR; |
234 |
| - }; |
235 |
| - 53A2B4F9155B095800B12423 /* libSDWebImageARC.a */ = { |
236 |
| - isa = PBXReferenceProxy; |
237 |
| - fileType = archive.ar; |
238 |
| - path = libSDWebImageARC.a; |
239 |
| - remoteRef = 53A2B4F8155B095800B12423 /* PBXContainerItemProxy */; |
240 |
| - sourceTree = BUILT_PRODUCTS_DIR; |
241 |
| - }; |
242 |
| -/* End PBXReferenceProxy section */ |
243 |
| - |
244 | 168 | /* Begin PBXResourcesBuildPhase section */
|
245 | 169 | 53761293155AB74D005750A4 /* Resources */ = {
|
246 | 170 | isa = PBXResourcesBuildPhase;
|
|
269 | 193 | };
|
270 | 194 | /* End PBXSourcesBuildPhase section */
|
271 | 195 |
|
272 |
| -/* Begin PBXTargetDependency section */ |
273 |
| - 53A2B4FB155B096700B12423 /* PBXTargetDependency */ = { |
274 |
| - isa = PBXTargetDependency; |
275 |
| - name = "SDWebImage ARC"; |
276 |
| - targetProxy = 53A2B4FA155B096700B12423 /* PBXContainerItemProxy */; |
277 |
| - }; |
278 |
| -/* End PBXTargetDependency section */ |
279 |
| - |
280 | 196 | /* Begin PBXVariantGroup section */
|
281 | 197 | 537612B1155AB74D005750A4 /* MasterViewController.xib */ = {
|
282 | 198 | isa = PBXVariantGroup;
|
|
345 | 261 | 537612BA155AB74D005750A4 /* Debug */ = {
|
346 | 262 | isa = XCBuildConfiguration;
|
347 | 263 | buildSettings = {
|
| 264 | + FRAMEWORK_SEARCH_PATHS = ( |
| 265 | + "$(inherited)", |
| 266 | + "\"$(SRCROOT)\"", |
| 267 | + ); |
348 | 268 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
349 | 269 | GCC_PREFIX_HEADER = "SDWebImage Demo/SDWebImage Demo-Prefix.pch";
|
350 | 270 | GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
|
|
363 | 283 | 537612BB155AB74D005750A4 /* Release */ = {
|
364 | 284 | isa = XCBuildConfiguration;
|
365 | 285 | buildSettings = {
|
| 286 | + FRAMEWORK_SEARCH_PATHS = ( |
| 287 | + "$(inherited)", |
| 288 | + "\"$(SRCROOT)\"", |
| 289 | + ); |
366 | 290 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
367 | 291 | GCC_PREFIX_HEADER = "SDWebImage Demo/SDWebImage Demo-Prefix.pch";
|
368 | 292 | GCC_PREPROCESSOR_DEFINITIONS = "";
|
|
0 commit comments