project.pbxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D98DD8CE1F36DD0800582F3B /* YYCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8A71F36DD0800582F3B /* YYCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. D98DD8CF1F36DD0800582F3B /* YYCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8A81F36DD0800582F3B /* YYCache.m */; };
  11. D98DD8D01F36DD0800582F3B /* YYDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8A91F36DD0800582F3B /* YYDiskCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. D98DD8D11F36DD0800582F3B /* YYDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8AA1F36DD0800582F3B /* YYDiskCache.m */; };
  13. D98DD8D21F36DD0800582F3B /* YYKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8AB1F36DD0800582F3B /* YYKVStorage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  14. D98DD8D31F36DD0800582F3B /* YYKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8AC1F36DD0800582F3B /* YYKVStorage.m */; };
  15. D98DD8D41F36DD0800582F3B /* YYMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8AD1F36DD0800582F3B /* YYMemoryCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  16. D98DD8D51F36DD0800582F3B /* YYMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8AE1F36DD0800582F3B /* YYMemoryCache.m */; };
  17. D98DD8D61F36DD0800582F3B /* _YYWebImageSetter.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B01F36DD0800582F3B /* _YYWebImageSetter.h */; };
  18. D98DD8D71F36DD0800582F3B /* _YYWebImageSetter.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B11F36DD0800582F3B /* _YYWebImageSetter.m */; };
  19. D98DD8D81F36DD0800582F3B /* CALayer+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B21F36DD0800582F3B /* CALayer+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  20. D98DD8D91F36DD0800582F3B /* CALayer+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B31F36DD0800582F3B /* CALayer+YYWebImage.m */; };
  21. D98DD8DA1F36DD0800582F3B /* MKAnnotationView+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B41F36DD0800582F3B /* MKAnnotationView+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  22. D98DD8DB1F36DD0800582F3B /* MKAnnotationView+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B51F36DD0800582F3B /* MKAnnotationView+YYWebImage.m */; };
  23. D98DD8DC1F36DD0800582F3B /* UIButton+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B61F36DD0800582F3B /* UIButton+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  24. D98DD8DD1F36DD0800582F3B /* UIButton+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B71F36DD0800582F3B /* UIButton+YYWebImage.m */; };
  25. D98DD8DE1F36DD0800582F3B /* UIImage+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8B81F36DD0800582F3B /* UIImage+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  26. D98DD8DF1F36DD0800582F3B /* UIImage+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8B91F36DD0800582F3B /* UIImage+YYWebImage.m */; };
  27. D98DD8E01F36DD0800582F3B /* UIImageView+YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8BA1F36DD0800582F3B /* UIImageView+YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  28. D98DD8E11F36DD0800582F3B /* UIImageView+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8BB1F36DD0800582F3B /* UIImageView+YYWebImage.m */; };
  29. D98DD8E21F36DD0800582F3B /* YYAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8BD1F36DD0800582F3B /* YYAnimatedImageView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  30. D98DD8E31F36DD0800582F3B /* YYAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8BE1F36DD0800582F3B /* YYAnimatedImageView.m */; };
  31. D98DD8E41F36DD0800582F3B /* YYFrameImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8BF1F36DD0800582F3B /* YYFrameImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  32. D98DD8E51F36DD0800582F3B /* YYFrameImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C01F36DD0800582F3B /* YYFrameImage.m */; };
  33. D98DD8E61F36DD0800582F3B /* YYImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C11F36DD0800582F3B /* YYImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  34. D98DD8E71F36DD0800582F3B /* YYImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C21F36DD0800582F3B /* YYImage.m */; };
  35. D98DD8E81F36DD0800582F3B /* YYImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C31F36DD0800582F3B /* YYImageCoder.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. D98DD8E91F36DD0800582F3B /* YYImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C41F36DD0800582F3B /* YYImageCoder.m */; };
  37. D98DD8EA1F36DD0800582F3B /* YYSpriteSheetImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C51F36DD0800582F3B /* YYSpriteSheetImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  38. D98DD8EB1F36DD0800582F3B /* YYSpriteSheetImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C61F36DD0800582F3B /* YYSpriteSheetImage.m */; };
  39. D98DD8EC1F36DD0800582F3B /* YYImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C71F36DD0800582F3B /* YYImageCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
  40. D98DD8ED1F36DD0800582F3B /* YYImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8C81F36DD0800582F3B /* YYImageCache.m */; };
  41. D98DD8EE1F36DD0800582F3B /* YYWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8C91F36DD0800582F3B /* YYWebImage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  42. D98DD8EF1F36DD0800582F3B /* YYWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8CA1F36DD0800582F3B /* YYWebImageManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
  43. D98DD8F01F36DD0800582F3B /* YYWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8CB1F36DD0800582F3B /* YYWebImageManager.m */; };
  44. D98DD8F11F36DD0800582F3B /* YYWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D98DD8CC1F36DD0800582F3B /* YYWebImageOperation.h */; settings = {ATTRIBUTES = (Public, ); }; };
  45. D98DD8F21F36DD0800582F3B /* YYWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D98DD8CD1F36DD0800582F3B /* YYWebImageOperation.m */; };
  46. D98DD8F51F36DD5E00582F3B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8F41F36DD5E00582F3B /* UIKit.framework */; };
  47. D98DD8F71F36DD6600582F3B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8F61F36DD6600582F3B /* CoreFoundation.framework */; };
  48. D98DD8F91F36DD6B00582F3B /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8F81F36DD6B00582F3B /* ImageIO.framework */; };
  49. D98DD8FB1F36DD6F00582F3B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8FA1F36DD6F00582F3B /* QuartzCore.framework */; };
  50. D98DD8FD1F36DD7300582F3B /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8FC1F36DD7300582F3B /* Accelerate.framework */; };
  51. D98DD8FF1F36DD7700582F3B /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD8FE1F36DD7700582F3B /* AssetsLibrary.framework */; };
  52. D98DD9011F36DD7D00582F3B /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD9001F36DD7D00582F3B /* MobileCoreServices.framework */; };
  53. D98DD9031F36DD8100582F3B /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD9021F36DD8100582F3B /* libz.tbd */; };
  54. D98DD9051F36DD8500582F3B /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D98DD9041F36DD8500582F3B /* libsqlite3.tbd */; };
  55. /* End PBXBuildFile section */
  56. /* Begin PBXFileReference section */
  57. D9312D061F36DC820055FE6D /* YYWebImage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YYWebImage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  58. D9312D0A1F36DC820055FE6D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  59. D98DD8A71F36DD0800582F3B /* YYCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYCache.h; sourceTree = "<group>"; };
  60. D98DD8A81F36DD0800582F3B /* YYCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYCache.m; sourceTree = "<group>"; };
  61. D98DD8A91F36DD0800582F3B /* YYDiskCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYDiskCache.h; sourceTree = "<group>"; };
  62. D98DD8AA1F36DD0800582F3B /* YYDiskCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYDiskCache.m; sourceTree = "<group>"; };
  63. D98DD8AB1F36DD0800582F3B /* YYKVStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYKVStorage.h; sourceTree = "<group>"; };
  64. D98DD8AC1F36DD0800582F3B /* YYKVStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYKVStorage.m; sourceTree = "<group>"; };
  65. D98DD8AD1F36DD0800582F3B /* YYMemoryCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYMemoryCache.h; sourceTree = "<group>"; };
  66. D98DD8AE1F36DD0800582F3B /* YYMemoryCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYMemoryCache.m; sourceTree = "<group>"; };
  67. D98DD8B01F36DD0800582F3B /* _YYWebImageSetter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _YYWebImageSetter.h; sourceTree = "<group>"; };
  68. D98DD8B11F36DD0800582F3B /* _YYWebImageSetter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = _YYWebImageSetter.m; sourceTree = "<group>"; };
  69. D98DD8B21F36DD0800582F3B /* CALayer+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CALayer+YYWebImage.h"; sourceTree = "<group>"; };
  70. D98DD8B31F36DD0800582F3B /* CALayer+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+YYWebImage.m"; sourceTree = "<group>"; };
  71. D98DD8B41F36DD0800582F3B /* MKAnnotationView+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+YYWebImage.h"; sourceTree = "<group>"; };
  72. D98DD8B51F36DD0800582F3B /* MKAnnotationView+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+YYWebImage.m"; sourceTree = "<group>"; };
  73. D98DD8B61F36DD0800582F3B /* UIButton+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+YYWebImage.h"; sourceTree = "<group>"; };
  74. D98DD8B71F36DD0800582F3B /* UIButton+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+YYWebImage.m"; sourceTree = "<group>"; };
  75. D98DD8B81F36DD0800582F3B /* UIImage+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+YYWebImage.h"; sourceTree = "<group>"; };
  76. D98DD8B91F36DD0800582F3B /* UIImage+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+YYWebImage.m"; sourceTree = "<group>"; };
  77. D98DD8BA1F36DD0800582F3B /* UIImageView+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+YYWebImage.h"; sourceTree = "<group>"; };
  78. D98DD8BB1F36DD0800582F3B /* UIImageView+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+YYWebImage.m"; sourceTree = "<group>"; };
  79. D98DD8BD1F36DD0800582F3B /* YYAnimatedImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYAnimatedImageView.h; sourceTree = "<group>"; };
  80. D98DD8BE1F36DD0800582F3B /* YYAnimatedImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYAnimatedImageView.m; sourceTree = "<group>"; };
  81. D98DD8BF1F36DD0800582F3B /* YYFrameImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYFrameImage.h; sourceTree = "<group>"; };
  82. D98DD8C01F36DD0800582F3B /* YYFrameImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYFrameImage.m; sourceTree = "<group>"; };
  83. D98DD8C11F36DD0800582F3B /* YYImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImage.h; sourceTree = "<group>"; };
  84. D98DD8C21F36DD0800582F3B /* YYImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImage.m; sourceTree = "<group>"; };
  85. D98DD8C31F36DD0800582F3B /* YYImageCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImageCoder.h; sourceTree = "<group>"; };
  86. D98DD8C41F36DD0800582F3B /* YYImageCoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImageCoder.m; sourceTree = "<group>"; };
  87. D98DD8C51F36DD0800582F3B /* YYSpriteSheetImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYSpriteSheetImage.h; sourceTree = "<group>"; };
  88. D98DD8C61F36DD0800582F3B /* YYSpriteSheetImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYSpriteSheetImage.m; sourceTree = "<group>"; };
  89. D98DD8C71F36DD0800582F3B /* YYImageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImageCache.h; sourceTree = "<group>"; };
  90. D98DD8C81F36DD0800582F3B /* YYImageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImageCache.m; sourceTree = "<group>"; };
  91. D98DD8C91F36DD0800582F3B /* YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYWebImage.h; sourceTree = "<group>"; };
  92. D98DD8CA1F36DD0800582F3B /* YYWebImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYWebImageManager.h; sourceTree = "<group>"; };
  93. D98DD8CB1F36DD0800582F3B /* YYWebImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYWebImageManager.m; sourceTree = "<group>"; };
  94. D98DD8CC1F36DD0800582F3B /* YYWebImageOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYWebImageOperation.h; sourceTree = "<group>"; };
  95. D98DD8CD1F36DD0800582F3B /* YYWebImageOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYWebImageOperation.m; sourceTree = "<group>"; };
  96. D98DD8F41F36DD5E00582F3B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  97. D98DD8F61F36DD6600582F3B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
  98. D98DD8F81F36DD6B00582F3B /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
  99. D98DD8FA1F36DD6F00582F3B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  100. D98DD8FC1F36DD7300582F3B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
  101. D98DD8FE1F36DD7700582F3B /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
  102. D98DD9001F36DD7D00582F3B /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
  103. D98DD9021F36DD8100582F3B /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  104. D98DD9041F36DD8500582F3B /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
  105. /* End PBXFileReference section */
  106. /* Begin PBXFrameworksBuildPhase section */
  107. D9312D021F36DC810055FE6D /* Frameworks */ = {
  108. isa = PBXFrameworksBuildPhase;
  109. buildActionMask = 2147483647;
  110. files = (
  111. D98DD9051F36DD8500582F3B /* libsqlite3.tbd in Frameworks */,
  112. D98DD9031F36DD8100582F3B /* libz.tbd in Frameworks */,
  113. D98DD9011F36DD7D00582F3B /* MobileCoreServices.framework in Frameworks */,
  114. D98DD8FF1F36DD7700582F3B /* AssetsLibrary.framework in Frameworks */,
  115. D98DD8FD1F36DD7300582F3B /* Accelerate.framework in Frameworks */,
  116. D98DD8FB1F36DD6F00582F3B /* QuartzCore.framework in Frameworks */,
  117. D98DD8F91F36DD6B00582F3B /* ImageIO.framework in Frameworks */,
  118. D98DD8F71F36DD6600582F3B /* CoreFoundation.framework in Frameworks */,
  119. D98DD8F51F36DD5E00582F3B /* UIKit.framework in Frameworks */,
  120. );
  121. runOnlyForDeploymentPostprocessing = 0;
  122. };
  123. /* End PBXFrameworksBuildPhase section */
  124. /* Begin PBXGroup section */
  125. D9312CFC1F36DC810055FE6D = {
  126. isa = PBXGroup;
  127. children = (
  128. D98DD8A51F36DD0800582F3B /* YYWebImage */,
  129. D9312D0A1F36DC820055FE6D /* Info.plist */,
  130. D98DD8F31F36DD5E00582F3B /* Frameworks */,
  131. D9312D071F36DC820055FE6D /* Products */,
  132. );
  133. sourceTree = "<group>";
  134. };
  135. D9312D071F36DC820055FE6D /* Products */ = {
  136. isa = PBXGroup;
  137. children = (
  138. D9312D061F36DC820055FE6D /* YYWebImage.framework */,
  139. );
  140. name = Products;
  141. sourceTree = "<group>";
  142. };
  143. D98DD8A51F36DD0800582F3B /* YYWebImage */ = {
  144. isa = PBXGroup;
  145. children = (
  146. D98DD8A61F36DD0800582F3B /* Cache */,
  147. D98DD8BC1F36DD0800582F3B /* Image */,
  148. D98DD8AF1F36DD0800582F3B /* Categories */,
  149. D98DD8C91F36DD0800582F3B /* YYWebImage.h */,
  150. D98DD8C71F36DD0800582F3B /* YYImageCache.h */,
  151. D98DD8C81F36DD0800582F3B /* YYImageCache.m */,
  152. D98DD8CA1F36DD0800582F3B /* YYWebImageManager.h */,
  153. D98DD8CB1F36DD0800582F3B /* YYWebImageManager.m */,
  154. D98DD8CC1F36DD0800582F3B /* YYWebImageOperation.h */,
  155. D98DD8CD1F36DD0800582F3B /* YYWebImageOperation.m */,
  156. );
  157. name = YYWebImage;
  158. path = ../YYWebImage;
  159. sourceTree = "<group>";
  160. };
  161. D98DD8A61F36DD0800582F3B /* Cache */ = {
  162. isa = PBXGroup;
  163. children = (
  164. D98DD8A71F36DD0800582F3B /* YYCache.h */,
  165. D98DD8A81F36DD0800582F3B /* YYCache.m */,
  166. D98DD8A91F36DD0800582F3B /* YYDiskCache.h */,
  167. D98DD8AA1F36DD0800582F3B /* YYDiskCache.m */,
  168. D98DD8AB1F36DD0800582F3B /* YYKVStorage.h */,
  169. D98DD8AC1F36DD0800582F3B /* YYKVStorage.m */,
  170. D98DD8AD1F36DD0800582F3B /* YYMemoryCache.h */,
  171. D98DD8AE1F36DD0800582F3B /* YYMemoryCache.m */,
  172. );
  173. path = Cache;
  174. sourceTree = "<group>";
  175. };
  176. D98DD8AF1F36DD0800582F3B /* Categories */ = {
  177. isa = PBXGroup;
  178. children = (
  179. D98DD8B01F36DD0800582F3B /* _YYWebImageSetter.h */,
  180. D98DD8B11F36DD0800582F3B /* _YYWebImageSetter.m */,
  181. D98DD8B21F36DD0800582F3B /* CALayer+YYWebImage.h */,
  182. D98DD8B31F36DD0800582F3B /* CALayer+YYWebImage.m */,
  183. D98DD8B41F36DD0800582F3B /* MKAnnotationView+YYWebImage.h */,
  184. D98DD8B51F36DD0800582F3B /* MKAnnotationView+YYWebImage.m */,
  185. D98DD8B61F36DD0800582F3B /* UIButton+YYWebImage.h */,
  186. D98DD8B71F36DD0800582F3B /* UIButton+YYWebImage.m */,
  187. D98DD8B81F36DD0800582F3B /* UIImage+YYWebImage.h */,
  188. D98DD8B91F36DD0800582F3B /* UIImage+YYWebImage.m */,
  189. D98DD8BA1F36DD0800582F3B /* UIImageView+YYWebImage.h */,
  190. D98DD8BB1F36DD0800582F3B /* UIImageView+YYWebImage.m */,
  191. );
  192. path = Categories;
  193. sourceTree = "<group>";
  194. };
  195. D98DD8BC1F36DD0800582F3B /* Image */ = {
  196. isa = PBXGroup;
  197. children = (
  198. D98DD8BD1F36DD0800582F3B /* YYAnimatedImageView.h */,
  199. D98DD8BE1F36DD0800582F3B /* YYAnimatedImageView.m */,
  200. D98DD8BF1F36DD0800582F3B /* YYFrameImage.h */,
  201. D98DD8C01F36DD0800582F3B /* YYFrameImage.m */,
  202. D98DD8C11F36DD0800582F3B /* YYImage.h */,
  203. D98DD8C21F36DD0800582F3B /* YYImage.m */,
  204. D98DD8C31F36DD0800582F3B /* YYImageCoder.h */,
  205. D98DD8C41F36DD0800582F3B /* YYImageCoder.m */,
  206. D98DD8C51F36DD0800582F3B /* YYSpriteSheetImage.h */,
  207. D98DD8C61F36DD0800582F3B /* YYSpriteSheetImage.m */,
  208. );
  209. path = Image;
  210. sourceTree = "<group>";
  211. };
  212. D98DD8F31F36DD5E00582F3B /* Frameworks */ = {
  213. isa = PBXGroup;
  214. children = (
  215. D98DD9041F36DD8500582F3B /* libsqlite3.tbd */,
  216. D98DD9021F36DD8100582F3B /* libz.tbd */,
  217. D98DD9001F36DD7D00582F3B /* MobileCoreServices.framework */,
  218. D98DD8FE1F36DD7700582F3B /* AssetsLibrary.framework */,
  219. D98DD8FC1F36DD7300582F3B /* Accelerate.framework */,
  220. D98DD8FA1F36DD6F00582F3B /* QuartzCore.framework */,
  221. D98DD8F81F36DD6B00582F3B /* ImageIO.framework */,
  222. D98DD8F61F36DD6600582F3B /* CoreFoundation.framework */,
  223. D98DD8F41F36DD5E00582F3B /* UIKit.framework */,
  224. );
  225. name = Frameworks;
  226. sourceTree = "<group>";
  227. };
  228. /* End PBXGroup section */
  229. /* Begin PBXHeadersBuildPhase section */
  230. D9312D031F36DC810055FE6D /* Headers */ = {
  231. isa = PBXHeadersBuildPhase;
  232. buildActionMask = 2147483647;
  233. files = (
  234. D98DD8E21F36DD0800582F3B /* YYAnimatedImageView.h in Headers */,
  235. D98DD8D41F36DD0800582F3B /* YYMemoryCache.h in Headers */,
  236. D98DD8D81F36DD0800582F3B /* CALayer+YYWebImage.h in Headers */,
  237. D98DD8D21F36DD0800582F3B /* YYKVStorage.h in Headers */,
  238. D98DD8DC1F36DD0800582F3B /* UIButton+YYWebImage.h in Headers */,
  239. D98DD8E01F36DD0800582F3B /* UIImageView+YYWebImage.h in Headers */,
  240. D98DD8DA1F36DD0800582F3B /* MKAnnotationView+YYWebImage.h in Headers */,
  241. D98DD8D01F36DD0800582F3B /* YYDiskCache.h in Headers */,
  242. D98DD8E81F36DD0800582F3B /* YYImageCoder.h in Headers */,
  243. D98DD8E41F36DD0800582F3B /* YYFrameImage.h in Headers */,
  244. D98DD8DE1F36DD0800582F3B /* UIImage+YYWebImage.h in Headers */,
  245. D98DD8CE1F36DD0800582F3B /* YYCache.h in Headers */,
  246. D98DD8F11F36DD0800582F3B /* YYWebImageOperation.h in Headers */,
  247. D98DD8EC1F36DD0800582F3B /* YYImageCache.h in Headers */,
  248. D98DD8EE1F36DD0800582F3B /* YYWebImage.h in Headers */,
  249. D98DD8EF1F36DD0800582F3B /* YYWebImageManager.h in Headers */,
  250. D98DD8E61F36DD0800582F3B /* YYImage.h in Headers */,
  251. D98DD8EA1F36DD0800582F3B /* YYSpriteSheetImage.h in Headers */,
  252. D98DD8D61F36DD0800582F3B /* _YYWebImageSetter.h in Headers */,
  253. );
  254. runOnlyForDeploymentPostprocessing = 0;
  255. };
  256. /* End PBXHeadersBuildPhase section */
  257. /* Begin PBXNativeTarget section */
  258. D9312D051F36DC810055FE6D /* YYWebImage */ = {
  259. isa = PBXNativeTarget;
  260. buildConfigurationList = D9312D0E1F36DC820055FE6D /* Build configuration list for PBXNativeTarget "YYWebImage" */;
  261. buildPhases = (
  262. D9312D011F36DC810055FE6D /* Sources */,
  263. D9312D021F36DC810055FE6D /* Frameworks */,
  264. D9312D031F36DC810055FE6D /* Headers */,
  265. D9312D041F36DC810055FE6D /* Resources */,
  266. );
  267. buildRules = (
  268. );
  269. dependencies = (
  270. );
  271. name = YYWebImage;
  272. productName = YYWebImage;
  273. productReference = D9312D061F36DC820055FE6D /* YYWebImage.framework */;
  274. productType = "com.apple.product-type.framework";
  275. };
  276. /* End PBXNativeTarget section */
  277. /* Begin PBXProject section */
  278. D9312CFD1F36DC810055FE6D /* Project object */ = {
  279. isa = PBXProject;
  280. attributes = {
  281. LastUpgradeCheck = 0900;
  282. ORGANIZATIONNAME = ibireme;
  283. TargetAttributes = {
  284. D9312D051F36DC810055FE6D = {
  285. CreatedOnToolsVersion = 9.0;
  286. };
  287. };
  288. };
  289. buildConfigurationList = D9312D001F36DC810055FE6D /* Build configuration list for PBXProject "YYWebImage" */;
  290. compatibilityVersion = "Xcode 8.0";
  291. developmentRegion = en;
  292. hasScannedForEncodings = 0;
  293. knownRegions = (
  294. en,
  295. );
  296. mainGroup = D9312CFC1F36DC810055FE6D;
  297. productRefGroup = D9312D071F36DC820055FE6D /* Products */;
  298. projectDirPath = "";
  299. projectRoot = "";
  300. targets = (
  301. D9312D051F36DC810055FE6D /* YYWebImage */,
  302. );
  303. };
  304. /* End PBXProject section */
  305. /* Begin PBXResourcesBuildPhase section */
  306. D9312D041F36DC810055FE6D /* Resources */ = {
  307. isa = PBXResourcesBuildPhase;
  308. buildActionMask = 2147483647;
  309. files = (
  310. );
  311. runOnlyForDeploymentPostprocessing = 0;
  312. };
  313. /* End PBXResourcesBuildPhase section */
  314. /* Begin PBXSourcesBuildPhase section */
  315. D9312D011F36DC810055FE6D /* Sources */ = {
  316. isa = PBXSourcesBuildPhase;
  317. buildActionMask = 2147483647;
  318. files = (
  319. D98DD8DD1F36DD0800582F3B /* UIButton+YYWebImage.m in Sources */,
  320. D98DD8DB1F36DD0800582F3B /* MKAnnotationView+YYWebImage.m in Sources */,
  321. D98DD8ED1F36DD0800582F3B /* YYImageCache.m in Sources */,
  322. D98DD8D31F36DD0800582F3B /* YYKVStorage.m in Sources */,
  323. D98DD8E71F36DD0800582F3B /* YYImage.m in Sources */,
  324. D98DD8D51F36DD0800582F3B /* YYMemoryCache.m in Sources */,
  325. D98DD8E91F36DD0800582F3B /* YYImageCoder.m in Sources */,
  326. D98DD8E31F36DD0800582F3B /* YYAnimatedImageView.m in Sources */,
  327. D98DD8DF1F36DD0800582F3B /* UIImage+YYWebImage.m in Sources */,
  328. D98DD8D91F36DD0800582F3B /* CALayer+YYWebImage.m in Sources */,
  329. D98DD8EB1F36DD0800582F3B /* YYSpriteSheetImage.m in Sources */,
  330. D98DD8CF1F36DD0800582F3B /* YYCache.m in Sources */,
  331. D98DD8D11F36DD0800582F3B /* YYDiskCache.m in Sources */,
  332. D98DD8F01F36DD0800582F3B /* YYWebImageManager.m in Sources */,
  333. D98DD8E51F36DD0800582F3B /* YYFrameImage.m in Sources */,
  334. D98DD8D71F36DD0800582F3B /* _YYWebImageSetter.m in Sources */,
  335. D98DD8F21F36DD0800582F3B /* YYWebImageOperation.m in Sources */,
  336. D98DD8E11F36DD0800582F3B /* UIImageView+YYWebImage.m in Sources */,
  337. );
  338. runOnlyForDeploymentPostprocessing = 0;
  339. };
  340. /* End PBXSourcesBuildPhase section */
  341. /* Begin XCBuildConfiguration section */
  342. D9312D0C1F36DC820055FE6D /* Debug */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. ALWAYS_SEARCH_USER_PATHS = NO;
  346. CLANG_ANALYZER_NONNULL = YES;
  347. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  348. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  349. CLANG_CXX_LIBRARY = "libc++";
  350. CLANG_ENABLE_MODULES = YES;
  351. CLANG_ENABLE_OBJC_ARC = YES;
  352. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  353. CLANG_WARN_BOOL_CONVERSION = YES;
  354. CLANG_WARN_COMMA = YES;
  355. CLANG_WARN_CONSTANT_CONVERSION = YES;
  356. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  357. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  358. CLANG_WARN_EMPTY_BODY = YES;
  359. CLANG_WARN_ENUM_CONVERSION = YES;
  360. CLANG_WARN_INFINITE_RECURSION = YES;
  361. CLANG_WARN_INT_CONVERSION = YES;
  362. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  363. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  364. CLANG_WARN_STRICT_PROTOTYPES = YES;
  365. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  366. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  367. CLANG_WARN_UNREACHABLE_CODE = YES;
  368. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  369. CODE_SIGN_IDENTITY = "iPhone Developer";
  370. COPY_PHASE_STRIP = NO;
  371. CURRENT_PROJECT_VERSION = 1;
  372. DEBUG_INFORMATION_FORMAT = dwarf;
  373. ENABLE_STRICT_OBJC_MSGSEND = YES;
  374. ENABLE_TESTABILITY = YES;
  375. GCC_C_LANGUAGE_STANDARD = gnu11;
  376. GCC_DYNAMIC_NO_PIC = NO;
  377. GCC_NO_COMMON_BLOCKS = YES;
  378. GCC_OPTIMIZATION_LEVEL = 0;
  379. GCC_PREPROCESSOR_DEFINITIONS = (
  380. "DEBUG=1",
  381. "$(inherited)",
  382. );
  383. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  384. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  385. GCC_WARN_UNDECLARED_SELECTOR = YES;
  386. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  387. GCC_WARN_UNUSED_FUNCTION = YES;
  388. GCC_WARN_UNUSED_VARIABLE = YES;
  389. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  390. MTL_ENABLE_DEBUG_INFO = YES;
  391. ONLY_ACTIVE_ARCH = YES;
  392. SDKROOT = iphoneos;
  393. VERSIONING_SYSTEM = "apple-generic";
  394. VERSION_INFO_PREFIX = "";
  395. };
  396. name = Debug;
  397. };
  398. D9312D0D1F36DC820055FE6D /* Release */ = {
  399. isa = XCBuildConfiguration;
  400. buildSettings = {
  401. ALWAYS_SEARCH_USER_PATHS = NO;
  402. CLANG_ANALYZER_NONNULL = YES;
  403. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  404. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  405. CLANG_CXX_LIBRARY = "libc++";
  406. CLANG_ENABLE_MODULES = YES;
  407. CLANG_ENABLE_OBJC_ARC = YES;
  408. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  409. CLANG_WARN_BOOL_CONVERSION = YES;
  410. CLANG_WARN_COMMA = YES;
  411. CLANG_WARN_CONSTANT_CONVERSION = YES;
  412. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  413. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  414. CLANG_WARN_EMPTY_BODY = YES;
  415. CLANG_WARN_ENUM_CONVERSION = YES;
  416. CLANG_WARN_INFINITE_RECURSION = YES;
  417. CLANG_WARN_INT_CONVERSION = YES;
  418. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  419. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  420. CLANG_WARN_STRICT_PROTOTYPES = YES;
  421. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  422. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  423. CLANG_WARN_UNREACHABLE_CODE = YES;
  424. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  425. CODE_SIGN_IDENTITY = "iPhone Developer";
  426. COPY_PHASE_STRIP = NO;
  427. CURRENT_PROJECT_VERSION = 1;
  428. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  429. ENABLE_NS_ASSERTIONS = NO;
  430. ENABLE_STRICT_OBJC_MSGSEND = YES;
  431. GCC_C_LANGUAGE_STANDARD = gnu11;
  432. GCC_NO_COMMON_BLOCKS = YES;
  433. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  434. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  435. GCC_WARN_UNDECLARED_SELECTOR = YES;
  436. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  437. GCC_WARN_UNUSED_FUNCTION = YES;
  438. GCC_WARN_UNUSED_VARIABLE = YES;
  439. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  440. MTL_ENABLE_DEBUG_INFO = NO;
  441. SDKROOT = iphoneos;
  442. VALIDATE_PRODUCT = YES;
  443. VERSIONING_SYSTEM = "apple-generic";
  444. VERSION_INFO_PREFIX = "";
  445. };
  446. name = Release;
  447. };
  448. D9312D0F1F36DC820055FE6D /* Debug */ = {
  449. isa = XCBuildConfiguration;
  450. buildSettings = {
  451. APPLICATION_EXTENSION_API_ONLY = YES;
  452. CODE_SIGN_IDENTITY = "";
  453. DEFINES_MODULE = YES;
  454. DYLIB_COMPATIBILITY_VERSION = 1;
  455. DYLIB_CURRENT_VERSION = 1;
  456. DYLIB_INSTALL_NAME_BASE = "@rpath";
  457. INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
  458. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  459. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  460. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYWebImage;
  461. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  462. SKIP_INSTALL = YES;
  463. TARGETED_DEVICE_FAMILY = "1,2";
  464. };
  465. name = Debug;
  466. };
  467. D9312D101F36DC820055FE6D /* Release */ = {
  468. isa = XCBuildConfiguration;
  469. buildSettings = {
  470. APPLICATION_EXTENSION_API_ONLY = YES;
  471. CODE_SIGN_IDENTITY = "";
  472. DEFINES_MODULE = YES;
  473. DYLIB_COMPATIBILITY_VERSION = 1;
  474. DYLIB_CURRENT_VERSION = 1;
  475. DYLIB_INSTALL_NAME_BASE = "@rpath";
  476. INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
  477. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  478. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  479. PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYWebImage;
  480. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  481. SKIP_INSTALL = YES;
  482. TARGETED_DEVICE_FAMILY = "1,2";
  483. };
  484. name = Release;
  485. };
  486. /* End XCBuildConfiguration section */
  487. /* Begin XCConfigurationList section */
  488. D9312D001F36DC810055FE6D /* Build configuration list for PBXProject "YYWebImage" */ = {
  489. isa = XCConfigurationList;
  490. buildConfigurations = (
  491. D9312D0C1F36DC820055FE6D /* Debug */,
  492. D9312D0D1F36DC820055FE6D /* Release */,
  493. );
  494. defaultConfigurationIsVisible = 0;
  495. defaultConfigurationName = Release;
  496. };
  497. D9312D0E1F36DC820055FE6D /* Build configuration list for PBXNativeTarget "YYWebImage" */ = {
  498. isa = XCConfigurationList;
  499. buildConfigurations = (
  500. D9312D0F1F36DC820055FE6D /* Debug */,
  501. D9312D101F36DC820055FE6D /* Release */,
  502. );
  503. defaultConfigurationIsVisible = 0;
  504. defaultConfigurationName = Release;
  505. };
  506. /* End XCConfigurationList section */
  507. };
  508. rootObject = D9312CFD1F36DC810055FE6D /* Project object */;
  509. }