Ingen beskrivning

project.pbxproj 9.3KB

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