No Description

project.pbxproj 8.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. B3E7B58A1CC2AC0600A0062D /* RNThumbnail.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* RNThumbnail.m */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. 58B511D91A9E6C8500147676 /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = "include/$(PRODUCT_NAME)";
  16. dstSubfolderSpec = 16;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 0;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. 134814201AA4EA6300B7C361 /* libRNThumbnail.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNThumbnail.a; sourceTree = BUILT_PRODUCTS_DIR; };
  24. B3E7B5881CC2AC0600A0062D /* RNThumbnail.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNThumbnail.h; sourceTree = "<group>"; };
  25. B3E7B5891CC2AC0600A0062D /* RNThumbnail.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNThumbnail.m; sourceTree = "<group>"; };
  26. /* End PBXFileReference section */
  27. /* Begin PBXFrameworksBuildPhase section */
  28. 58B511D81A9E6C8500147676 /* Frameworks */ = {
  29. isa = PBXFrameworksBuildPhase;
  30. buildActionMask = 2147483647;
  31. files = (
  32. );
  33. runOnlyForDeploymentPostprocessing = 0;
  34. };
  35. /* End PBXFrameworksBuildPhase section */
  36. /* Begin PBXGroup section */
  37. 134814211AA4EA7D00B7C361 /* Products */ = {
  38. isa = PBXGroup;
  39. children = (
  40. 134814201AA4EA6300B7C361 /* libRNThumbnail.a */,
  41. );
  42. name = Products;
  43. sourceTree = "<group>";
  44. };
  45. 58B511D21A9E6C8500147676 = {
  46. isa = PBXGroup;
  47. children = (
  48. B3E7B5881CC2AC0600A0062D /* RNThumbnail.h */,
  49. B3E7B5891CC2AC0600A0062D /* RNThumbnail.m */,
  50. 134814211AA4EA7D00B7C361 /* Products */,
  51. );
  52. sourceTree = "<group>";
  53. };
  54. /* End PBXGroup section */
  55. /* Begin PBXNativeTarget section */
  56. 58B511DA1A9E6C8500147676 /* RNThumbnail */ = {
  57. isa = PBXNativeTarget;
  58. buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNThumbnail" */;
  59. buildPhases = (
  60. 58B511D71A9E6C8500147676 /* Sources */,
  61. 58B511D81A9E6C8500147676 /* Frameworks */,
  62. 58B511D91A9E6C8500147676 /* CopyFiles */,
  63. );
  64. buildRules = (
  65. );
  66. dependencies = (
  67. );
  68. name = RNThumbnail;
  69. productName = RCTDataManager;
  70. productReference = 134814201AA4EA6300B7C361 /* libRNThumbnail.a */;
  71. productType = "com.apple.product-type.library.static";
  72. };
  73. /* End PBXNativeTarget section */
  74. /* Begin PBXProject section */
  75. 58B511D31A9E6C8500147676 /* Project object */ = {
  76. isa = PBXProject;
  77. attributes = {
  78. LastUpgradeCheck = 0610;
  79. ORGANIZATIONNAME = Facebook;
  80. TargetAttributes = {
  81. 58B511DA1A9E6C8500147676 = {
  82. CreatedOnToolsVersion = 6.1.1;
  83. };
  84. };
  85. };
  86. buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNThumbnail" */;
  87. compatibilityVersion = "Xcode 3.2";
  88. developmentRegion = English;
  89. hasScannedForEncodings = 0;
  90. knownRegions = (
  91. en,
  92. );
  93. mainGroup = 58B511D21A9E6C8500147676;
  94. productRefGroup = 58B511D21A9E6C8500147676;
  95. projectDirPath = "";
  96. projectRoot = "";
  97. targets = (
  98. 58B511DA1A9E6C8500147676 /* RNThumbnail */,
  99. );
  100. };
  101. /* End PBXProject section */
  102. /* Begin PBXSourcesBuildPhase section */
  103. 58B511D71A9E6C8500147676 /* Sources */ = {
  104. isa = PBXSourcesBuildPhase;
  105. buildActionMask = 2147483647;
  106. files = (
  107. B3E7B58A1CC2AC0600A0062D /* RNThumbnail.m in Sources */,
  108. );
  109. runOnlyForDeploymentPostprocessing = 0;
  110. };
  111. /* End PBXSourcesBuildPhase section */
  112. /* Begin XCBuildConfiguration section */
  113. 58B511ED1A9E6C8500147676 /* Debug */ = {
  114. isa = XCBuildConfiguration;
  115. buildSettings = {
  116. ALWAYS_SEARCH_USER_PATHS = NO;
  117. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  118. CLANG_CXX_LIBRARY = "libc++";
  119. CLANG_ENABLE_MODULES = YES;
  120. CLANG_ENABLE_OBJC_ARC = YES;
  121. CLANG_WARN_BOOL_CONVERSION = YES;
  122. CLANG_WARN_CONSTANT_CONVERSION = YES;
  123. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  124. CLANG_WARN_EMPTY_BODY = YES;
  125. CLANG_WARN_ENUM_CONVERSION = YES;
  126. CLANG_WARN_INT_CONVERSION = YES;
  127. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  128. CLANG_WARN_UNREACHABLE_CODE = YES;
  129. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  130. COPY_PHASE_STRIP = NO;
  131. ENABLE_STRICT_OBJC_MSGSEND = YES;
  132. GCC_C_LANGUAGE_STANDARD = gnu99;
  133. GCC_DYNAMIC_NO_PIC = NO;
  134. GCC_OPTIMIZATION_LEVEL = 0;
  135. GCC_PREPROCESSOR_DEFINITIONS = (
  136. "DEBUG=1",
  137. "$(inherited)",
  138. );
  139. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  140. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  141. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  142. GCC_WARN_UNDECLARED_SELECTOR = YES;
  143. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  144. GCC_WARN_UNUSED_FUNCTION = YES;
  145. GCC_WARN_UNUSED_VARIABLE = YES;
  146. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  147. MTL_ENABLE_DEBUG_INFO = YES;
  148. ONLY_ACTIVE_ARCH = YES;
  149. SDKROOT = iphoneos;
  150. };
  151. name = Debug;
  152. };
  153. 58B511EE1A9E6C8500147676 /* Release */ = {
  154. isa = XCBuildConfiguration;
  155. buildSettings = {
  156. ALWAYS_SEARCH_USER_PATHS = NO;
  157. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  158. CLANG_CXX_LIBRARY = "libc++";
  159. CLANG_ENABLE_MODULES = YES;
  160. CLANG_ENABLE_OBJC_ARC = YES;
  161. CLANG_WARN_BOOL_CONVERSION = YES;
  162. CLANG_WARN_CONSTANT_CONVERSION = YES;
  163. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  164. CLANG_WARN_EMPTY_BODY = YES;
  165. CLANG_WARN_ENUM_CONVERSION = YES;
  166. CLANG_WARN_INT_CONVERSION = YES;
  167. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  168. CLANG_WARN_UNREACHABLE_CODE = YES;
  169. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  170. COPY_PHASE_STRIP = YES;
  171. ENABLE_NS_ASSERTIONS = NO;
  172. ENABLE_STRICT_OBJC_MSGSEND = YES;
  173. GCC_C_LANGUAGE_STANDARD = gnu99;
  174. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  175. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  176. GCC_WARN_UNDECLARED_SELECTOR = YES;
  177. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  178. GCC_WARN_UNUSED_FUNCTION = YES;
  179. GCC_WARN_UNUSED_VARIABLE = YES;
  180. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  181. MTL_ENABLE_DEBUG_INFO = NO;
  182. SDKROOT = iphoneos;
  183. VALIDATE_PRODUCT = YES;
  184. };
  185. name = Release;
  186. };
  187. 58B511F01A9E6C8500147676 /* Debug */ = {
  188. isa = XCBuildConfiguration;
  189. buildSettings = {
  190. HEADER_SEARCH_PATHS = (
  191. "$(inherited)",
  192. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  193. "$(SRCROOT)/../../../React/**",
  194. "$(SRCROOT)/../../react-native/React/**",
  195. );
  196. LIBRARY_SEARCH_PATHS = "$(inherited)";
  197. OTHER_LDFLAGS = "-ObjC";
  198. PRODUCT_NAME = RNThumbnail;
  199. SKIP_INSTALL = YES;
  200. };
  201. name = Debug;
  202. };
  203. 58B511F11A9E6C8500147676 /* Release */ = {
  204. isa = XCBuildConfiguration;
  205. buildSettings = {
  206. HEADER_SEARCH_PATHS = (
  207. "$(inherited)",
  208. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  209. "$(SRCROOT)/../../../React/**",
  210. "$(SRCROOT)/../../react-native/React/**",
  211. );
  212. LIBRARY_SEARCH_PATHS = "$(inherited)";
  213. OTHER_LDFLAGS = "-ObjC";
  214. PRODUCT_NAME = RNThumbnail;
  215. SKIP_INSTALL = YES;
  216. };
  217. name = Release;
  218. };
  219. /* End XCBuildConfiguration section */
  220. /* Begin XCConfigurationList section */
  221. 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNThumbnail" */ = {
  222. isa = XCConfigurationList;
  223. buildConfigurations = (
  224. 58B511ED1A9E6C8500147676 /* Debug */,
  225. 58B511EE1A9E6C8500147676 /* Release */,
  226. );
  227. defaultConfigurationIsVisible = 0;
  228. defaultConfigurationName = Release;
  229. };
  230. 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNThumbnail" */ = {
  231. isa = XCConfigurationList;
  232. buildConfigurations = (
  233. 58B511F01A9E6C8500147676 /* Debug */,
  234. 58B511F11A9E6C8500147676 /* Release */,
  235. );
  236. defaultConfigurationIsVisible = 0;
  237. defaultConfigurationName = Release;
  238. };
  239. /* End XCConfigurationList section */
  240. };
  241. rootObject = 58B511D31A9E6C8500147676 /* Project object */;
  242. }