No Description

project.pbxproj 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A15C30141CD25C330074CB35 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = A15C30131CD25C330074CB35 /* RNFetchBlob.m */; };
  10. A166D1AA1CE0647A00273590 /* RNFetchBlob.h in Sources */ = {isa = PBXBuildFile; fileRef = A15C30111CD25C330074CB35 /* RNFetchBlob.h */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXContainerItemProxy section */
  13. A1BAA89E1CF415DF003A9374 /* PBXContainerItemProxy */ = {
  14. isa = PBXContainerItemProxy;
  15. containerPortal = ADC1D945EE804D3DA47CF622 /* RNFetchBlob.xcodeproj */;
  16. proxyType = 2;
  17. remoteGlobalIDString = A15C300E1CD25C330074CB35;
  18. remoteInfo = RNFetchBlob;
  19. };
  20. /* End PBXContainerItemProxy section */
  21. /* Begin PBXCopyFilesBuildPhase section */
  22. A15C300C1CD25C330074CB35 /* CopyFiles */ = {
  23. isa = PBXCopyFilesBuildPhase;
  24. buildActionMask = 2147483647;
  25. dstPath = "include/$(PRODUCT_NAME)";
  26. dstSubfolderSpec = 16;
  27. files = (
  28. );
  29. runOnlyForDeploymentPostprocessing = 0;
  30. };
  31. /* End PBXCopyFilesBuildPhase section */
  32. /* Begin PBXFileReference section */
  33. A15C300E1CD25C330074CB35 /* libRNFetchBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNFetchBlob.a; sourceTree = BUILT_PRODUCTS_DIR; };
  34. A15C30111CD25C330074CB35 /* RNFetchBlob.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RNFetchBlob.h; path = RNFetchBlob/RNFetchBlob.h; sourceTree = "<group>"; };
  35. A15C30131CD25C330074CB35 /* RNFetchBlob.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlob.m; path = RNFetchBlob/RNFetchBlob.m; sourceTree = "<group>"; };
  36. ADC1D945EE804D3DA47CF622 /* RNFetchBlob.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFetchBlob.xcodeproj; path = "../../node_modules/react-native-fetch-blob/ios/RNFetchBlob.xcodeproj"; sourceTree = "<group>"; };
  37. /* End PBXFileReference section */
  38. /* Begin PBXFrameworksBuildPhase section */
  39. A15C300B1CD25C330074CB35 /* Frameworks */ = {
  40. isa = PBXFrameworksBuildPhase;
  41. buildActionMask = 2147483647;
  42. files = (
  43. );
  44. runOnlyForDeploymentPostprocessing = 0;
  45. };
  46. /* End PBXFrameworksBuildPhase section */
  47. /* Begin PBXGroup section */
  48. 8BD9ABDFAF76406291A798F2 /* Libraries */ = {
  49. isa = PBXGroup;
  50. children = (
  51. ADC1D945EE804D3DA47CF622 /* RNFetchBlob.xcodeproj */,
  52. );
  53. name = Libraries;
  54. sourceTree = "<group>";
  55. };
  56. A15C30051CD25C330074CB35 = {
  57. isa = PBXGroup;
  58. children = (
  59. A15C30111CD25C330074CB35 /* RNFetchBlob.h */,
  60. A15C30131CD25C330074CB35 /* RNFetchBlob.m */,
  61. A15C300F1CD25C330074CB35 /* Products */,
  62. 8BD9ABDFAF76406291A798F2 /* Libraries */,
  63. );
  64. sourceTree = "<group>";
  65. };
  66. A15C300F1CD25C330074CB35 /* Products */ = {
  67. isa = PBXGroup;
  68. children = (
  69. A15C300E1CD25C330074CB35 /* libRNFetchBlob.a */,
  70. );
  71. name = Products;
  72. sourceTree = "<group>";
  73. };
  74. A1BAA8981CF415DF003A9374 /* Products */ = {
  75. isa = PBXGroup;
  76. children = (
  77. A1BAA89F1CF415DF003A9374 /* libRNFetchBlob.a */,
  78. );
  79. name = Products;
  80. sourceTree = "<group>";
  81. };
  82. /* End PBXGroup section */
  83. /* Begin PBXNativeTarget section */
  84. A15C300D1CD25C330074CB35 /* RNFetchBlob */ = {
  85. isa = PBXNativeTarget;
  86. buildConfigurationList = A15C30171CD25C330074CB35 /* Build configuration list for PBXNativeTarget "RNFetchBlob" */;
  87. buildPhases = (
  88. A15C300A1CD25C330074CB35 /* Sources */,
  89. A15C300B1CD25C330074CB35 /* Frameworks */,
  90. A15C300C1CD25C330074CB35 /* CopyFiles */,
  91. );
  92. buildRules = (
  93. );
  94. dependencies = (
  95. );
  96. name = RNFetchBlob;
  97. productName = RNFetchBlob;
  98. productReference = A15C300E1CD25C330074CB35 /* libRNFetchBlob.a */;
  99. productType = "com.apple.product-type.library.static";
  100. };
  101. /* End PBXNativeTarget section */
  102. /* Begin PBXProject section */
  103. A15C30061CD25C330074CB35 /* Project object */ = {
  104. isa = PBXProject;
  105. attributes = {
  106. LastUpgradeCheck = 730;
  107. ORGANIZATIONNAME = suzuri04x2;
  108. TargetAttributes = {
  109. A15C300D1CD25C330074CB35 = {
  110. CreatedOnToolsVersion = 7.3;
  111. };
  112. };
  113. };
  114. buildConfigurationList = A15C30091CD25C330074CB35 /* Build configuration list for PBXProject "RNFetchBlob" */;
  115. compatibilityVersion = "Xcode 3.2";
  116. developmentRegion = English;
  117. hasScannedForEncodings = 0;
  118. knownRegions = (
  119. en,
  120. );
  121. mainGroup = A15C30051CD25C330074CB35;
  122. productRefGroup = A15C300F1CD25C330074CB35 /* Products */;
  123. projectDirPath = "";
  124. projectReferences = (
  125. {
  126. ProductGroup = A1BAA8981CF415DF003A9374 /* Products */;
  127. ProjectRef = ADC1D945EE804D3DA47CF622 /* RNFetchBlob.xcodeproj */;
  128. },
  129. );
  130. projectRoot = "";
  131. targets = (
  132. A15C300D1CD25C330074CB35 /* RNFetchBlob */,
  133. );
  134. };
  135. /* End PBXProject section */
  136. /* Begin PBXReferenceProxy section */
  137. A1BAA89F1CF415DF003A9374 /* libRNFetchBlob.a */ = {
  138. isa = PBXReferenceProxy;
  139. fileType = archive.ar;
  140. path = libRNFetchBlob.a;
  141. remoteRef = A1BAA89E1CF415DF003A9374 /* PBXContainerItemProxy */;
  142. sourceTree = BUILT_PRODUCTS_DIR;
  143. };
  144. /* End PBXReferenceProxy section */
  145. /* Begin PBXSourcesBuildPhase section */
  146. A15C300A1CD25C330074CB35 /* Sources */ = {
  147. isa = PBXSourcesBuildPhase;
  148. buildActionMask = 2147483647;
  149. files = (
  150. A166D1AA1CE0647A00273590 /* RNFetchBlob.h in Sources */,
  151. A15C30141CD25C330074CB35 /* RNFetchBlob.m in Sources */,
  152. );
  153. runOnlyForDeploymentPostprocessing = 0;
  154. };
  155. /* End PBXSourcesBuildPhase section */
  156. /* Begin XCBuildConfiguration section */
  157. A15C30151CD25C330074CB35 /* Debug */ = {
  158. isa = XCBuildConfiguration;
  159. buildSettings = {
  160. ALWAYS_SEARCH_USER_PATHS = NO;
  161. CLANG_ANALYZER_NONNULL = YES;
  162. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  163. CLANG_CXX_LIBRARY = "libc++";
  164. CLANG_ENABLE_MODULES = YES;
  165. CLANG_ENABLE_OBJC_ARC = YES;
  166. CLANG_WARN_BOOL_CONVERSION = YES;
  167. CLANG_WARN_CONSTANT_CONVERSION = YES;
  168. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  169. CLANG_WARN_EMPTY_BODY = YES;
  170. CLANG_WARN_ENUM_CONVERSION = YES;
  171. CLANG_WARN_INT_CONVERSION = YES;
  172. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  173. CLANG_WARN_UNREACHABLE_CODE = YES;
  174. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  175. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  176. COPY_PHASE_STRIP = NO;
  177. DEBUG_INFORMATION_FORMAT = dwarf;
  178. ENABLE_STRICT_OBJC_MSGSEND = YES;
  179. ENABLE_TESTABILITY = YES;
  180. GCC_C_LANGUAGE_STANDARD = gnu99;
  181. GCC_DYNAMIC_NO_PIC = NO;
  182. GCC_NO_COMMON_BLOCKS = YES;
  183. GCC_OPTIMIZATION_LEVEL = 0;
  184. GCC_PREPROCESSOR_DEFINITIONS = (
  185. "DEBUG=1",
  186. "$(inherited)",
  187. );
  188. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  189. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  190. GCC_WARN_UNDECLARED_SELECTOR = YES;
  191. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  192. GCC_WARN_UNUSED_FUNCTION = YES;
  193. GCC_WARN_UNUSED_VARIABLE = YES;
  194. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  195. MTL_ENABLE_DEBUG_INFO = YES;
  196. ONLY_ACTIVE_ARCH = YES;
  197. SDKROOT = iphoneos;
  198. };
  199. name = Debug;
  200. };
  201. A15C30161CD25C330074CB35 /* Release */ = {
  202. isa = XCBuildConfiguration;
  203. buildSettings = {
  204. ALWAYS_SEARCH_USER_PATHS = NO;
  205. CLANG_ANALYZER_NONNULL = YES;
  206. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  207. CLANG_CXX_LIBRARY = "libc++";
  208. CLANG_ENABLE_MODULES = YES;
  209. CLANG_ENABLE_OBJC_ARC = YES;
  210. CLANG_WARN_BOOL_CONVERSION = YES;
  211. CLANG_WARN_CONSTANT_CONVERSION = YES;
  212. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  213. CLANG_WARN_EMPTY_BODY = YES;
  214. CLANG_WARN_ENUM_CONVERSION = YES;
  215. CLANG_WARN_INT_CONVERSION = YES;
  216. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  217. CLANG_WARN_UNREACHABLE_CODE = YES;
  218. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  219. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  220. COPY_PHASE_STRIP = NO;
  221. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  222. ENABLE_NS_ASSERTIONS = NO;
  223. ENABLE_STRICT_OBJC_MSGSEND = YES;
  224. GCC_C_LANGUAGE_STANDARD = gnu99;
  225. GCC_NO_COMMON_BLOCKS = YES;
  226. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  227. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  228. GCC_WARN_UNDECLARED_SELECTOR = YES;
  229. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  230. GCC_WARN_UNUSED_FUNCTION = YES;
  231. GCC_WARN_UNUSED_VARIABLE = YES;
  232. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  233. MTL_ENABLE_DEBUG_INFO = NO;
  234. SDKROOT = iphoneos;
  235. VALIDATE_PRODUCT = YES;
  236. };
  237. name = Release;
  238. };
  239. A15C30181CD25C330074CB35 /* Debug */ = {
  240. isa = XCBuildConfiguration;
  241. buildSettings = {
  242. ALWAYS_SEARCH_USER_PATHS = NO;
  243. HEADER_SEARCH_PATHS = (
  244. "$(inherited)",
  245. "$(SRCROOT)/Libraries/**",
  246. "$(SRCROOT)/../node_modules/react-native/React/**",
  247. "$(SRCROOT)/../../React/**",
  248. "$(SRCROOT)/../../react-native/React/**",
  249. "$(SRCROOT)/../../node_modules/react-native/React/**",
  250. "$(SRCROOT)/../../node_modules/react-native-fetch-blob/ios/RNFetchBlob",
  251. "$(SRCROOT)/../../RNFetchBlobTest/node_modules/react-native/**",
  252. );
  253. OTHER_LDFLAGS = "-ObjC";
  254. PRODUCT_NAME = "$(TARGET_NAME)";
  255. SKIP_INSTALL = YES;
  256. };
  257. name = Debug;
  258. };
  259. A15C30191CD25C330074CB35 /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. ALWAYS_SEARCH_USER_PATHS = NO;
  263. HEADER_SEARCH_PATHS = (
  264. "$(inherited)",
  265. "$(SRCROOT)/Libraries/**",
  266. "$(SRCROOT)/../node_modules/react-native/React/**",
  267. "$(SRCROOT)/../../React/**",
  268. "$(SRCROOT)/../../react-native/React/**",
  269. "$(SRCROOT)/../../node_modules/react-native/React/**",
  270. "$(SRCROOT)/../../node_modules/react-native-fetch-blob/ios/RNFetchBlob",
  271. "$(SRCROOT)/../../RNFetchBlobTest/node_modules/react-native/**",
  272. );
  273. OTHER_LDFLAGS = "-ObjC";
  274. PRODUCT_NAME = "$(TARGET_NAME)";
  275. SKIP_INSTALL = YES;
  276. };
  277. name = Release;
  278. };
  279. /* End XCBuildConfiguration section */
  280. /* Begin XCConfigurationList section */
  281. A15C30091CD25C330074CB35 /* Build configuration list for PBXProject "RNFetchBlob" */ = {
  282. isa = XCConfigurationList;
  283. buildConfigurations = (
  284. A15C30151CD25C330074CB35 /* Debug */,
  285. A15C30161CD25C330074CB35 /* Release */,
  286. );
  287. defaultConfigurationIsVisible = 0;
  288. defaultConfigurationName = Release;
  289. };
  290. A15C30171CD25C330074CB35 /* Build configuration list for PBXNativeTarget "RNFetchBlob" */ = {
  291. isa = XCConfigurationList;
  292. buildConfigurations = (
  293. A15C30181CD25C330074CB35 /* Debug */,
  294. A15C30191CD25C330074CB35 /* Release */,
  295. );
  296. defaultConfigurationIsVisible = 0;
  297. defaultConfigurationName = Release;
  298. };
  299. /* End XCConfigurationList section */
  300. };
  301. rootObject = A15C30061CD25C330074CB35 /* Project object */;
  302. }