project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D9D41AE91BD1033700CD8EBF /* YYAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D41ACF1BD1033700CD8EBF /* YYAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. D9D41AEA1BD1033700CD8EBF /* YYAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D41AD01BD1033700CD8EBF /* YYAnimatedImageView.m */; settings = {ASSET_TAGS = (); }; };
  11. D9D41AEB1BD1033700CD8EBF /* YYFrameImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D41AD11BD1033700CD8EBF /* YYFrameImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. D9D41AEC1BD1033700CD8EBF /* YYFrameImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D41AD21BD1033700CD8EBF /* YYFrameImage.m */; settings = {ASSET_TAGS = (); }; };
  13. D9D41AED1BD1033700CD8EBF /* YYImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D41AD31BD1033700CD8EBF /* YYImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  14. D9D41AEE1BD1033700CD8EBF /* YYImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D41AD41BD1033700CD8EBF /* YYImage.m */; settings = {ASSET_TAGS = (); }; };
  15. D9D41AF11BD1033700CD8EBF /* YYImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D41AD71BD1033700CD8EBF /* YYImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
  16. D9D41AF21BD1033700CD8EBF /* YYImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D41AD81BD1033700CD8EBF /* YYImageCoder.m */; settings = {ASSET_TAGS = (); }; };
  17. D9D41AF31BD1033700CD8EBF /* YYSpriteSheetImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D41AD91BD1033700CD8EBF /* YYSpriteSheetImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  18. D9D41AF41BD1033700CD8EBF /* YYSpriteSheetImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D41ADA1BD1033700CD8EBF /* YYSpriteSheetImage.m */; settings = {ASSET_TAGS = (); }; };
  19. D9D41AFB1BD10CE700CD8EBF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D41AFA1BD10CE700CD8EBF /* UIKit.framework */; };
  20. D9D41AFD1BD10CEC00CD8EBF /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D41AFC1BD10CEC00CD8EBF /* CoreFoundation.framework */; };
  21. D9D41AFF1BD10CF200CD8EBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D41AFE1BD10CF200CD8EBF /* QuartzCore.framework */; };
  22. D9D41B011BD10CF600CD8EBF /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D41B001BD10CF600CD8EBF /* Accelerate.framework */; };
  23. D9D41B031BD10CFA00CD8EBF /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D41B021BD10CFA00CD8EBF /* libz.tbd */; };
  24. D9D41B051BD10D0700CD8EBF /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D41B041BD10D0700CD8EBF /* ImageIO.framework */; };
  25. D9D41B071BD10D0D00CD8EBF /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D41B061BD10D0D00CD8EBF /* MobileCoreServices.framework */; };
  26. D9D41B091BD10D1E00CD8EBF /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9D41B081BD10D1E00CD8EBF /* AssetsLibrary.framework */; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXFileReference section */
  29. D9D41AB61BD102F300CD8EBF /* YYImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YYImage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  30. D9D41AC11BD1030300CD8EBF /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  31. D9D41ACF1BD1033700CD8EBF /* YYAnimatedImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYAnimatedImageView.h; sourceTree = "<group>"; };
  32. D9D41AD01BD1033700CD8EBF /* YYAnimatedImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYAnimatedImageView.m; sourceTree = "<group>"; };
  33. D9D41AD11BD1033700CD8EBF /* YYFrameImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYFrameImage.h; sourceTree = "<group>"; };
  34. D9D41AD21BD1033700CD8EBF /* YYFrameImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYFrameImage.m; sourceTree = "<group>"; };
  35. D9D41AD31BD1033700CD8EBF /* YYImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImage.h; sourceTree = "<group>"; };
  36. D9D41AD41BD1033700CD8EBF /* YYImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImage.m; sourceTree = "<group>"; };
  37. D9D41AD71BD1033700CD8EBF /* YYImageCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImageCoder.h; sourceTree = "<group>"; };
  38. D9D41AD81BD1033700CD8EBF /* YYImageCoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImageCoder.m; sourceTree = "<group>"; };
  39. D9D41AD91BD1033700CD8EBF /* YYSpriteSheetImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYSpriteSheetImage.h; sourceTree = "<group>"; };
  40. D9D41ADA1BD1033700CD8EBF /* YYSpriteSheetImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYSpriteSheetImage.m; sourceTree = "<group>"; };
  41. D9D41AFA1BD10CE700CD8EBF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  42. D9D41AFC1BD10CEC00CD8EBF /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
  43. D9D41AFE1BD10CF200CD8EBF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  44. D9D41B001BD10CF600CD8EBF /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
  45. D9D41B021BD10CFA00CD8EBF /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  46. D9D41B041BD10D0700CD8EBF /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
  47. D9D41B061BD10D0D00CD8EBF /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
  48. D9D41B081BD10D1E00CD8EBF /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. D9D41AB21BD102F300CD8EBF /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. D9D41B031BD10CFA00CD8EBF /* libz.tbd in Frameworks */,
  56. D9D41B091BD10D1E00CD8EBF /* AssetsLibrary.framework in Frameworks */,
  57. D9D41B071BD10D0D00CD8EBF /* MobileCoreServices.framework in Frameworks */,
  58. D9D41B051BD10D0700CD8EBF /* ImageIO.framework in Frameworks */,
  59. D9D41B011BD10CF600CD8EBF /* Accelerate.framework in Frameworks */,
  60. D9D41AFF1BD10CF200CD8EBF /* QuartzCore.framework in Frameworks */,
  61. D9D41AFD1BD10CEC00CD8EBF /* CoreFoundation.framework in Frameworks */,
  62. D9D41AFB1BD10CE700CD8EBF /* UIKit.framework in Frameworks */,
  63. );
  64. runOnlyForDeploymentPostprocessing = 0;
  65. };
  66. /* End PBXFrameworksBuildPhase section */
  67. /* Begin PBXGroup section */
  68. D9D41AAC1BD102F300CD8EBF = {
  69. isa = PBXGroup;
  70. children = (
  71. D9D41AC31BD1033700CD8EBF /* YYImage */,
  72. D9D41AF91BD1033C00CD8EBF /* Supporting Files */,
  73. D9D41AB71BD102F300CD8EBF /* Products */,
  74. );
  75. sourceTree = "<group>";
  76. };
  77. D9D41AB71BD102F300CD8EBF /* Products */ = {
  78. isa = PBXGroup;
  79. children = (
  80. D9D41AB61BD102F300CD8EBF /* YYImage.framework */,
  81. );
  82. name = Products;
  83. sourceTree = "<group>";
  84. };
  85. D9D41AC31BD1033700CD8EBF /* YYImage */ = {
  86. isa = PBXGroup;
  87. children = (
  88. D9D41AD31BD1033700CD8EBF /* YYImage.h */,
  89. D9D41AD41BD1033700CD8EBF /* YYImage.m */,
  90. D9D41AD11BD1033700CD8EBF /* YYFrameImage.h */,
  91. D9D41AD21BD1033700CD8EBF /* YYFrameImage.m */,
  92. D9D41AD91BD1033700CD8EBF /* YYSpriteSheetImage.h */,
  93. D9D41ADA1BD1033700CD8EBF /* YYSpriteSheetImage.m */,
  94. D9D41AD71BD1033700CD8EBF /* YYImageCoder.h */,
  95. D9D41AD81BD1033700CD8EBF /* YYImageCoder.m */,
  96. D9D41ACF1BD1033700CD8EBF /* YYAnimatedImageView.h */,
  97. D9D41AD01BD1033700CD8EBF /* YYAnimatedImageView.m */,
  98. );
  99. name = YYImage;
  100. path = ../YYImage;
  101. sourceTree = "<group>";
  102. };
  103. D9D41AF91BD1033C00CD8EBF /* Supporting Files */ = {
  104. isa = PBXGroup;
  105. children = (
  106. D9D41AFA1BD10CE700CD8EBF /* UIKit.framework */,
  107. D9D41AFC1BD10CEC00CD8EBF /* CoreFoundation.framework */,
  108. D9D41AFE1BD10CF200CD8EBF /* QuartzCore.framework */,
  109. D9D41B041BD10D0700CD8EBF /* ImageIO.framework */,
  110. D9D41B001BD10CF600CD8EBF /* Accelerate.framework */,
  111. D9D41B081BD10D1E00CD8EBF /* AssetsLibrary.framework */,
  112. D9D41B061BD10D0D00CD8EBF /* MobileCoreServices.framework */,
  113. D9D41B021BD10CFA00CD8EBF /* libz.tbd */,
  114. D9D41AC11BD1030300CD8EBF /* Info.plist */,
  115. );
  116. name = "Supporting Files";
  117. sourceTree = "<group>";
  118. };
  119. /* End PBXGroup section */
  120. /* Begin PBXHeadersBuildPhase section */
  121. D9D41AB31BD102F300CD8EBF /* Headers */ = {
  122. isa = PBXHeadersBuildPhase;
  123. buildActionMask = 2147483647;
  124. files = (
  125. D9D41AEB1BD1033700CD8EBF /* YYFrameImage.h in Headers */,
  126. D9D41AE91BD1033700CD8EBF /* YYAnimatedImageView.h in Headers */,
  127. D9D41AF11BD1033700CD8EBF /* YYImageCoder.h in Headers */,
  128. D9D41AED1BD1033700CD8EBF /* YYImage.h in Headers */,
  129. D9D41AF31BD1033700CD8EBF /* YYSpriteSheetImage.h in Headers */,
  130. );
  131. runOnlyForDeploymentPostprocessing = 0;
  132. };
  133. /* End PBXHeadersBuildPhase section */
  134. /* Begin PBXNativeTarget section */
  135. D9D41AB51BD102F300CD8EBF /* YYImage */ = {
  136. isa = PBXNativeTarget;
  137. buildConfigurationList = D9D41ABE1BD102F300CD8EBF /* Build configuration list for PBXNativeTarget "YYImage" */;
  138. buildPhases = (
  139. D9D41AB11BD102F300CD8EBF /* Sources */,
  140. D9D41AB21BD102F300CD8EBF /* Frameworks */,
  141. D9D41AB31BD102F300CD8EBF /* Headers */,
  142. D9D41AB41BD102F300CD8EBF /* Resources */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = YYImage;
  149. productName = YYImage;
  150. productReference = D9D41AB61BD102F300CD8EBF /* YYImage.framework */;
  151. productType = "com.apple.product-type.framework";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. D9D41AAD1BD102F300CD8EBF /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. LastUpgradeCheck = 0700;
  159. ORGANIZATIONNAME = ibireme;
  160. TargetAttributes = {
  161. D9D41AB51BD102F300CD8EBF = {
  162. CreatedOnToolsVersion = 7.0;
  163. };
  164. };
  165. };
  166. buildConfigurationList = D9D41AB01BD102F300CD8EBF /* Build configuration list for PBXProject "YYImage" */;
  167. compatibilityVersion = "Xcode 3.2";
  168. developmentRegion = English;
  169. hasScannedForEncodings = 0;
  170. knownRegions = (
  171. en,
  172. );
  173. mainGroup = D9D41AAC1BD102F300CD8EBF;
  174. productRefGroup = D9D41AB71BD102F300CD8EBF /* Products */;
  175. projectDirPath = "";
  176. projectRoot = "";
  177. targets = (
  178. D9D41AB51BD102F300CD8EBF /* YYImage */,
  179. );
  180. };
  181. /* End PBXProject section */
  182. /* Begin PBXResourcesBuildPhase section */
  183. D9D41AB41BD102F300CD8EBF /* Resources */ = {
  184. isa = PBXResourcesBuildPhase;
  185. buildActionMask = 2147483647;
  186. files = (
  187. );
  188. runOnlyForDeploymentPostprocessing = 0;
  189. };
  190. /* End PBXResourcesBuildPhase section */
  191. /* Begin PBXSourcesBuildPhase section */
  192. D9D41AB11BD102F300CD8EBF /* Sources */ = {
  193. isa = PBXSourcesBuildPhase;
  194. buildActionMask = 2147483647;
  195. files = (
  196. D9D41AEE1BD1033700CD8EBF /* YYImage.m in Sources */,
  197. D9D41AEA1BD1033700CD8EBF /* YYAnimatedImageView.m in Sources */,
  198. D9D41AEC1BD1033700CD8EBF /* YYFrameImage.m in Sources */,
  199. D9D41AF41BD1033700CD8EBF /* YYSpriteSheetImage.m in Sources */,
  200. D9D41AF21BD1033700CD8EBF /* YYImageCoder.m in Sources */,
  201. );
  202. runOnlyForDeploymentPostprocessing = 0;
  203. };
  204. /* End PBXSourcesBuildPhase section */
  205. /* Begin XCBuildConfiguration section */
  206. D9D41ABC1BD102F300CD8EBF /* Debug */ = {
  207. isa = XCBuildConfiguration;
  208. buildSettings = {
  209. ALWAYS_SEARCH_USER_PATHS = NO;
  210. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  211. CLANG_CXX_LIBRARY = "libc++";
  212. CLANG_ENABLE_MODULES = YES;
  213. CLANG_ENABLE_OBJC_ARC = YES;
  214. CLANG_WARN_BOOL_CONVERSION = YES;
  215. CLANG_WARN_CONSTANT_CONVERSION = YES;
  216. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  217. CLANG_WARN_EMPTY_BODY = YES;
  218. CLANG_WARN_ENUM_CONVERSION = YES;
  219. CLANG_WARN_INT_CONVERSION = YES;
  220. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  221. CLANG_WARN_UNREACHABLE_CODE = YES;
  222. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  223. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  224. COPY_PHASE_STRIP = NO;
  225. CURRENT_PROJECT_VERSION = 1;
  226. DEBUG_INFORMATION_FORMAT = dwarf;
  227. ENABLE_STRICT_OBJC_MSGSEND = YES;
  228. ENABLE_TESTABILITY = YES;
  229. GCC_C_LANGUAGE_STANDARD = gnu99;
  230. GCC_DYNAMIC_NO_PIC = NO;
  231. GCC_NO_COMMON_BLOCKS = YES;
  232. GCC_OPTIMIZATION_LEVEL = 0;
  233. GCC_PREPROCESSOR_DEFINITIONS = (
  234. "DEBUG=1",
  235. "$(inherited)",
  236. );
  237. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  238. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  239. GCC_WARN_UNDECLARED_SELECTOR = YES;
  240. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  241. GCC_WARN_UNUSED_FUNCTION = YES;
  242. GCC_WARN_UNUSED_VARIABLE = YES;
  243. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  244. MTL_ENABLE_DEBUG_INFO = YES;
  245. ONLY_ACTIVE_ARCH = YES;
  246. SDKROOT = iphoneos;
  247. TARGETED_DEVICE_FAMILY = "1,2";
  248. VERSIONING_SYSTEM = "apple-generic";
  249. VERSION_INFO_PREFIX = "";
  250. };
  251. name = Debug;
  252. };
  253. D9D41ABD1BD102F300CD8EBF /* Release */ = {
  254. isa = XCBuildConfiguration;
  255. buildSettings = {
  256. ALWAYS_SEARCH_USER_PATHS = NO;
  257. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  258. CLANG_CXX_LIBRARY = "libc++";
  259. CLANG_ENABLE_MODULES = YES;
  260. CLANG_ENABLE_OBJC_ARC = YES;
  261. CLANG_WARN_BOOL_CONVERSION = YES;
  262. CLANG_WARN_CONSTANT_CONVERSION = YES;
  263. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  264. CLANG_WARN_EMPTY_BODY = YES;
  265. CLANG_WARN_ENUM_CONVERSION = YES;
  266. CLANG_WARN_INT_CONVERSION = YES;
  267. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  268. CLANG_WARN_UNREACHABLE_CODE = YES;
  269. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  270. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  271. COPY_PHASE_STRIP = NO;
  272. CURRENT_PROJECT_VERSION = 1;
  273. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  274. ENABLE_NS_ASSERTIONS = NO;
  275. ENABLE_STRICT_OBJC_MSGSEND = YES;
  276. GCC_C_LANGUAGE_STANDARD = gnu99;
  277. GCC_NO_COMMON_BLOCKS = YES;
  278. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  279. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  280. GCC_WARN_UNDECLARED_SELECTOR = YES;
  281. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  282. GCC_WARN_UNUSED_FUNCTION = YES;
  283. GCC_WARN_UNUSED_VARIABLE = YES;
  284. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  285. MTL_ENABLE_DEBUG_INFO = NO;
  286. SDKROOT = iphoneos;
  287. TARGETED_DEVICE_FAMILY = "1,2";
  288. VALIDATE_PRODUCT = YES;
  289. VERSIONING_SYSTEM = "apple-generic";
  290. VERSION_INFO_PREFIX = "";
  291. };
  292. name = Release;
  293. };
  294. D9D41ABF1BD102F300CD8EBF /* Debug */ = {
  295. isa = XCBuildConfiguration;
  296. buildSettings = {
  297. DEFINES_MODULE = YES;
  298. DYLIB_COMPATIBILITY_VERSION = 1;
  299. DYLIB_CURRENT_VERSION = 1;
  300. DYLIB_INSTALL_NAME_BASE = "@rpath";
  301. INFOPLIST_FILE = Info.plist;
  302. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  303. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  304. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  305. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYImage;
  306. PRODUCT_NAME = "$(TARGET_NAME)";
  307. SKIP_INSTALL = YES;
  308. };
  309. name = Debug;
  310. };
  311. D9D41AC01BD102F300CD8EBF /* Release */ = {
  312. isa = XCBuildConfiguration;
  313. buildSettings = {
  314. DEFINES_MODULE = YES;
  315. DYLIB_COMPATIBILITY_VERSION = 1;
  316. DYLIB_CURRENT_VERSION = 1;
  317. DYLIB_INSTALL_NAME_BASE = "@rpath";
  318. INFOPLIST_FILE = Info.plist;
  319. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  320. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  321. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  322. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYImage;
  323. PRODUCT_NAME = "$(TARGET_NAME)";
  324. SKIP_INSTALL = YES;
  325. };
  326. name = Release;
  327. };
  328. /* End XCBuildConfiguration section */
  329. /* Begin XCConfigurationList section */
  330. D9D41AB01BD102F300CD8EBF /* Build configuration list for PBXProject "YYImage" */ = {
  331. isa = XCConfigurationList;
  332. buildConfigurations = (
  333. D9D41ABC1BD102F300CD8EBF /* Debug */,
  334. D9D41ABD1BD102F300CD8EBF /* Release */,
  335. );
  336. defaultConfigurationIsVisible = 0;
  337. defaultConfigurationName = Release;
  338. };
  339. D9D41ABE1BD102F300CD8EBF /* Build configuration list for PBXNativeTarget "YYImage" */ = {
  340. isa = XCConfigurationList;
  341. buildConfigurations = (
  342. D9D41ABF1BD102F300CD8EBF /* Debug */,
  343. D9D41AC01BD102F300CD8EBF /* Release */,
  344. );
  345. defaultConfigurationIsVisible = 0;
  346. defaultConfigurationName = Release;
  347. };
  348. /* End XCConfigurationList section */
  349. };
  350. rootObject = D9D41AAD1BD102F300CD8EBF /* Project object */;
  351. }