project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 531041C1157EAC8F00BBABC3 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 537612E6155ABA44005750A4 /* ImageIO.framework */; };
  10. 5376129A155AB74D005750A4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53761299155AB74D005750A4 /* UIKit.framework */; };
  11. 5376129C155AB74D005750A4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5376129B155AB74D005750A4 /* Foundation.framework */; };
  12. 5376129E155AB74D005750A4 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5376129D155AB74D005750A4 /* CoreGraphics.framework */; };
  13. 537612A6155AB74D005750A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 537612A5155AB74D005750A4 /* main.m */; };
  14. 537612AA155AB74D005750A4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 537612A9155AB74D005750A4 /* AppDelegate.m */; };
  15. 537612AD155AB74D005750A4 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 537612AC155AB74D005750A4 /* MasterViewController.m */; };
  16. 537612B0155AB74D005750A4 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 537612AF155AB74D005750A4 /* DetailViewController.m */; };
  17. 537612B3155AB74D005750A4 /* MasterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 537612B1155AB74D005750A4 /* MasterViewController.xib */; };
  18. 537612B6155AB74D005750A4 /* DetailViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 537612B4155AB74D005750A4 /* DetailViewController.xib */; };
  19. 53980816164349C6003B5191 /* libSDWebImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5398080416434977003B5191 /* libSDWebImage.a */; };
  20. 53A2B50D155B155A00B12423 /* placeholder.png in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B50B155B155A00B12423 /* placeholder.png */; };
  21. 53A2B50E155B155A00B12423 /* placeholder@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B50C155B155A00B12423 /* placeholder@2x.png */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. 5398080116434977003B5191 /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
  27. proxyType = 2;
  28. remoteGlobalIDString = 53922D6F148C55820056699D;
  29. remoteInfo = SDWebImage;
  30. };
  31. 5398080316434977003B5191 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
  34. proxyType = 2;
  35. remoteGlobalIDString = 53761325155AD0D5005750A4;
  36. remoteInfo = "SDWebImage ARC";
  37. };
  38. 5398080516434977003B5191 /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
  41. proxyType = 2;
  42. remoteGlobalIDString = 531041E0157EAFA400BBABC3;
  43. remoteInfo = "SDWebImage ARC+MKAnnotation";
  44. };
  45. 53980814164349BD003B5191 /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
  48. proxyType = 1;
  49. remoteGlobalIDString = 53761307155AD0D5005750A4;
  50. remoteInfo = "SDWebImage ARC";
  51. };
  52. /* End PBXContainerItemProxy section */
  53. /* Begin PBXFileReference section */
  54. 53761295155AB74D005750A4 /* SDWebImage Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "SDWebImage Demo.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  55. 53761299155AB74D005750A4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  56. 5376129B155AB74D005750A4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  57. 5376129D155AB74D005750A4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  58. 537612A1155AB74D005750A4 /* SDWebImage Demo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SDWebImage Demo-Info.plist"; sourceTree = "<group>"; };
  59. 537612A5155AB74D005750A4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  60. 537612A7155AB74D005750A4 /* SDWebImage Demo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SDWebImage Demo-Prefix.pch"; sourceTree = "<group>"; };
  61. 537612A8155AB74D005750A4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  62. 537612A9155AB74D005750A4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  63. 537612AB155AB74D005750A4 /* MasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterViewController.h; sourceTree = "<group>"; };
  64. 537612AC155AB74D005750A4 /* MasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MasterViewController.m; sourceTree = "<group>"; };
  65. 537612AE155AB74D005750A4 /* DetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DetailViewController.h; sourceTree = "<group>"; };
  66. 537612AF155AB74D005750A4 /* DetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = "<group>"; };
  67. 537612B2155AB74D005750A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MasterViewController.xib; sourceTree = "<group>"; };
  68. 537612B5155AB74D005750A4 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/DetailViewController.xib; sourceTree = "<group>"; };
  69. 537612E3155ABA3C005750A4 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
  70. 537612E6155ABA44005750A4 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
  71. 539807FA16434977003B5191 /* SDWebImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDWebImage.xcodeproj; path = ../SDWebImage.xcodeproj; sourceTree = "<group>"; };
  72. 53A2B50B155B155A00B12423 /* placeholder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = placeholder.png; sourceTree = "<group>"; };
  73. 53A2B50C155B155A00B12423 /* placeholder@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "placeholder@2x.png"; sourceTree = "<group>"; };
  74. /* End PBXFileReference section */
  75. /* Begin PBXFrameworksBuildPhase section */
  76. 53761292155AB74D005750A4 /* Frameworks */ = {
  77. isa = PBXFrameworksBuildPhase;
  78. buildActionMask = 2147483647;
  79. files = (
  80. 53980816164349C6003B5191 /* libSDWebImage.a in Frameworks */,
  81. 531041C1157EAC8F00BBABC3 /* ImageIO.framework in Frameworks */,
  82. 5376129A155AB74D005750A4 /* UIKit.framework in Frameworks */,
  83. 5376129C155AB74D005750A4 /* Foundation.framework in Frameworks */,
  84. 5376129E155AB74D005750A4 /* CoreGraphics.framework in Frameworks */,
  85. );
  86. runOnlyForDeploymentPostprocessing = 0;
  87. };
  88. /* End PBXFrameworksBuildPhase section */
  89. /* Begin PBXGroup section */
  90. 5376128A155AB74D005750A4 = {
  91. isa = PBXGroup;
  92. children = (
  93. 5376129F155AB74D005750A4 /* SDWebImage Demo */,
  94. 53761298155AB74D005750A4 /* Frameworks */,
  95. 53761296155AB74D005750A4 /* Products */,
  96. );
  97. sourceTree = "<group>";
  98. };
  99. 53761296155AB74D005750A4 /* Products */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 53761295155AB74D005750A4 /* SDWebImage Demo.app */,
  103. );
  104. name = Products;
  105. sourceTree = "<group>";
  106. };
  107. 53761298155AB74D005750A4 /* Frameworks */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 539807FA16434977003B5191 /* SDWebImage.xcodeproj */,
  111. 537612E6155ABA44005750A4 /* ImageIO.framework */,
  112. 537612E3155ABA3C005750A4 /* MapKit.framework */,
  113. 53761299155AB74D005750A4 /* UIKit.framework */,
  114. 5376129B155AB74D005750A4 /* Foundation.framework */,
  115. 5376129D155AB74D005750A4 /* CoreGraphics.framework */,
  116. );
  117. name = Frameworks;
  118. sourceTree = "<group>";
  119. };
  120. 5376129F155AB74D005750A4 /* SDWebImage Demo */ = {
  121. isa = PBXGroup;
  122. children = (
  123. 537612A8155AB74D005750A4 /* AppDelegate.h */,
  124. 537612A9155AB74D005750A4 /* AppDelegate.m */,
  125. 537612AB155AB74D005750A4 /* MasterViewController.h */,
  126. 537612AC155AB74D005750A4 /* MasterViewController.m */,
  127. 537612AE155AB74D005750A4 /* DetailViewController.h */,
  128. 537612AF155AB74D005750A4 /* DetailViewController.m */,
  129. 537612B1155AB74D005750A4 /* MasterViewController.xib */,
  130. 537612B4155AB74D005750A4 /* DetailViewController.xib */,
  131. 537612A0155AB74D005750A4 /* Supporting Files */,
  132. );
  133. path = "SDWebImage Demo";
  134. sourceTree = "<group>";
  135. };
  136. 537612A0155AB74D005750A4 /* Supporting Files */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 537612A1155AB74D005750A4 /* SDWebImage Demo-Info.plist */,
  140. 537612A5155AB74D005750A4 /* main.m */,
  141. 537612A7155AB74D005750A4 /* SDWebImage Demo-Prefix.pch */,
  142. 53A2B50B155B155A00B12423 /* placeholder.png */,
  143. 53A2B50C155B155A00B12423 /* placeholder@2x.png */,
  144. );
  145. name = "Supporting Files";
  146. sourceTree = "<group>";
  147. };
  148. 539807FB16434977003B5191 /* Products */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 5398080216434977003B5191 /* libSDWebImage.a */,
  152. 5398080416434977003B5191 /* libSDWebImage.a */,
  153. 5398080616434977003B5191 /* libSDWebImageARC+MKAnnotation.a */,
  154. );
  155. name = Products;
  156. sourceTree = "<group>";
  157. };
  158. /* End PBXGroup section */
  159. /* Begin PBXNativeTarget section */
  160. 53761294155AB74D005750A4 /* SDWebImage Demo */ = {
  161. isa = PBXNativeTarget;
  162. buildConfigurationList = 537612B9155AB74D005750A4 /* Build configuration list for PBXNativeTarget "SDWebImage Demo" */;
  163. buildPhases = (
  164. 53761291155AB74D005750A4 /* Sources */,
  165. 53761292155AB74D005750A4 /* Frameworks */,
  166. 53761293155AB74D005750A4 /* Resources */,
  167. );
  168. buildRules = (
  169. );
  170. dependencies = (
  171. 53980815164349BD003B5191 /* PBXTargetDependency */,
  172. );
  173. name = "SDWebImage Demo";
  174. productName = "SDWebImage Demo";
  175. productReference = 53761295155AB74D005750A4 /* SDWebImage Demo.app */;
  176. productType = "com.apple.product-type.application";
  177. };
  178. /* End PBXNativeTarget section */
  179. /* Begin PBXProject section */
  180. 5376128C155AB74D005750A4 /* Project object */ = {
  181. isa = PBXProject;
  182. attributes = {
  183. LastUpgradeCheck = 0430;
  184. ORGANIZATIONNAME = Dailymotion;
  185. };
  186. buildConfigurationList = 5376128F155AB74D005750A4 /* Build configuration list for PBXProject "SDWebImage Demo" */;
  187. compatibilityVersion = "Xcode 3.2";
  188. developmentRegion = English;
  189. hasScannedForEncodings = 0;
  190. knownRegions = (
  191. en,
  192. );
  193. mainGroup = 5376128A155AB74D005750A4;
  194. productRefGroup = 53761296155AB74D005750A4 /* Products */;
  195. projectDirPath = "";
  196. projectReferences = (
  197. {
  198. ProductGroup = 539807FB16434977003B5191 /* Products */;
  199. ProjectRef = 539807FA16434977003B5191 /* SDWebImage.xcodeproj */;
  200. },
  201. );
  202. projectRoot = "";
  203. targets = (
  204. 53761294155AB74D005750A4 /* SDWebImage Demo */,
  205. );
  206. };
  207. /* End PBXProject section */
  208. /* Begin PBXReferenceProxy section */
  209. 5398080216434977003B5191 /* libSDWebImage.a */ = {
  210. isa = PBXReferenceProxy;
  211. fileType = archive.ar;
  212. path = libSDWebImage.a;
  213. remoteRef = 5398080116434977003B5191 /* PBXContainerItemProxy */;
  214. sourceTree = BUILT_PRODUCTS_DIR;
  215. };
  216. 5398080416434977003B5191 /* libSDWebImage.a */ = {
  217. isa = PBXReferenceProxy;
  218. fileType = archive.ar;
  219. path = libSDWebImage.a;
  220. remoteRef = 5398080316434977003B5191 /* PBXContainerItemProxy */;
  221. sourceTree = BUILT_PRODUCTS_DIR;
  222. };
  223. 5398080616434977003B5191 /* libSDWebImageARC+MKAnnotation.a */ = {
  224. isa = PBXReferenceProxy;
  225. fileType = archive.ar;
  226. path = "libSDWebImageARC+MKAnnotation.a";
  227. remoteRef = 5398080516434977003B5191 /* PBXContainerItemProxy */;
  228. sourceTree = BUILT_PRODUCTS_DIR;
  229. };
  230. /* End PBXReferenceProxy section */
  231. /* Begin PBXResourcesBuildPhase section */
  232. 53761293155AB74D005750A4 /* Resources */ = {
  233. isa = PBXResourcesBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. 537612B3155AB74D005750A4 /* MasterViewController.xib in Resources */,
  237. 537612B6155AB74D005750A4 /* DetailViewController.xib in Resources */,
  238. 53A2B50D155B155A00B12423 /* placeholder.png in Resources */,
  239. 53A2B50E155B155A00B12423 /* placeholder@2x.png in Resources */,
  240. );
  241. runOnlyForDeploymentPostprocessing = 0;
  242. };
  243. /* End PBXResourcesBuildPhase section */
  244. /* Begin PBXSourcesBuildPhase section */
  245. 53761291155AB74D005750A4 /* Sources */ = {
  246. isa = PBXSourcesBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. 537612A6155AB74D005750A4 /* main.m in Sources */,
  250. 537612AA155AB74D005750A4 /* AppDelegate.m in Sources */,
  251. 537612AD155AB74D005750A4 /* MasterViewController.m in Sources */,
  252. 537612B0155AB74D005750A4 /* DetailViewController.m in Sources */,
  253. );
  254. runOnlyForDeploymentPostprocessing = 0;
  255. };
  256. /* End PBXSourcesBuildPhase section */
  257. /* Begin PBXTargetDependency section */
  258. 53980815164349BD003B5191 /* PBXTargetDependency */ = {
  259. isa = PBXTargetDependency;
  260. name = "SDWebImage ARC";
  261. targetProxy = 53980814164349BD003B5191 /* PBXContainerItemProxy */;
  262. };
  263. /* End PBXTargetDependency section */
  264. /* Begin PBXVariantGroup section */
  265. 537612B1155AB74D005750A4 /* MasterViewController.xib */ = {
  266. isa = PBXVariantGroup;
  267. children = (
  268. 537612B2155AB74D005750A4 /* en */,
  269. );
  270. name = MasterViewController.xib;
  271. sourceTree = "<group>";
  272. };
  273. 537612B4155AB74D005750A4 /* DetailViewController.xib */ = {
  274. isa = PBXVariantGroup;
  275. children = (
  276. 537612B5155AB74D005750A4 /* en */,
  277. );
  278. name = DetailViewController.xib;
  279. sourceTree = "<group>";
  280. };
  281. /* End PBXVariantGroup section */
  282. /* Begin XCBuildConfiguration section */
  283. 537612B7155AB74D005750A4 /* Debug */ = {
  284. isa = XCBuildConfiguration;
  285. buildSettings = {
  286. ALWAYS_SEARCH_USER_PATHS = NO;
  287. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  288. CLANG_ENABLE_OBJC_ARC = YES;
  289. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  290. COPY_PHASE_STRIP = NO;
  291. GCC_C_LANGUAGE_STANDARD = "compiler-default";
  292. GCC_DYNAMIC_NO_PIC = NO;
  293. GCC_OPTIMIZATION_LEVEL = 0;
  294. GCC_PREPROCESSOR_DEFINITIONS = (
  295. "DEBUG=1",
  296. "$(inherited)",
  297. );
  298. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  299. GCC_VERSION = "";
  300. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  301. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  302. GCC_WARN_UNUSED_VARIABLE = YES;
  303. IPHONEOS_DEPLOYMENT_TARGET = 4.0;
  304. SDKROOT = iphoneos;
  305. };
  306. name = Debug;
  307. };
  308. 537612B8155AB74D005750A4 /* Release */ = {
  309. isa = XCBuildConfiguration;
  310. buildSettings = {
  311. ALWAYS_SEARCH_USER_PATHS = NO;
  312. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  313. CLANG_ENABLE_OBJC_ARC = YES;
  314. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  315. COPY_PHASE_STRIP = YES;
  316. GCC_C_LANGUAGE_STANDARD = "compiler-default";
  317. GCC_VERSION = "";
  318. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  319. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  320. GCC_WARN_UNUSED_VARIABLE = YES;
  321. IPHONEOS_DEPLOYMENT_TARGET = 4.0;
  322. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  323. SDKROOT = iphoneos;
  324. VALIDATE_PRODUCT = YES;
  325. };
  326. name = Release;
  327. };
  328. 537612BA155AB74D005750A4 /* Debug */ = {
  329. isa = XCBuildConfiguration;
  330. buildSettings = {
  331. FRAMEWORK_SEARCH_PATHS = (
  332. "$(inherited)",
  333. "\"$(SRCROOT)\"",
  334. );
  335. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  336. GCC_PREFIX_HEADER = "SDWebImage Demo/SDWebImage Demo-Prefix.pch";
  337. GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
  338. HEADER_SEARCH_PATHS = (
  339. "\"$(OBJROOT)/UninstalledProducts/include\"",
  340. "\"$(TARGET_BUILD_DIR)/usr/local/lib/include\"",
  341. );
  342. INFOPLIST_FILE = "SDWebImage Demo/SDWebImage Demo-Info.plist";
  343. OTHER_CFLAGS = "";
  344. OTHER_LDFLAGS = "-ObjC";
  345. PRODUCT_NAME = "$(TARGET_NAME)";
  346. WRAPPER_EXTENSION = app;
  347. };
  348. name = Debug;
  349. };
  350. 537612BB155AB74D005750A4 /* Release */ = {
  351. isa = XCBuildConfiguration;
  352. buildSettings = {
  353. FRAMEWORK_SEARCH_PATHS = (
  354. "$(inherited)",
  355. "\"$(SRCROOT)\"",
  356. );
  357. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  358. GCC_PREFIX_HEADER = "SDWebImage Demo/SDWebImage Demo-Prefix.pch";
  359. GCC_PREPROCESSOR_DEFINITIONS = "";
  360. HEADER_SEARCH_PATHS = (
  361. "\"$(OBJROOT)/UninstalledProducts/include\"",
  362. "\"$(TARGET_BUILD_DIR)/usr/local/lib/include\"",
  363. );
  364. INFOPLIST_FILE = "SDWebImage Demo/SDWebImage Demo-Info.plist";
  365. OTHER_LDFLAGS = "-ObjC";
  366. PRODUCT_NAME = "$(TARGET_NAME)";
  367. WRAPPER_EXTENSION = app;
  368. };
  369. name = Release;
  370. };
  371. /* End XCBuildConfiguration section */
  372. /* Begin XCConfigurationList section */
  373. 5376128F155AB74D005750A4 /* Build configuration list for PBXProject "SDWebImage Demo" */ = {
  374. isa = XCConfigurationList;
  375. buildConfigurations = (
  376. 537612B7155AB74D005750A4 /* Debug */,
  377. 537612B8155AB74D005750A4 /* Release */,
  378. );
  379. defaultConfigurationIsVisible = 0;
  380. defaultConfigurationName = Release;
  381. };
  382. 537612B9155AB74D005750A4 /* Build configuration list for PBXNativeTarget "SDWebImage Demo" */ = {
  383. isa = XCConfigurationList;
  384. buildConfigurations = (
  385. 537612BA155AB74D005750A4 /* Debug */,
  386. 537612BB155AB74D005750A4 /* Release */,
  387. );
  388. defaultConfigurationIsVisible = 0;
  389. defaultConfigurationName = Release;
  390. };
  391. /* End XCConfigurationList section */
  392. };
  393. rootObject = 5376128C155AB74D005750A4 /* Project object */;
  394. }