project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 76ACD5F61FD7DD1E009F74D0 /* AMapSearchKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76ACD5F31FD7DD1C009F74D0 /* AMapSearchKit.framework */; };
  10. 76ACD5F71FD7DD1E009F74D0 /* AMapFoundationKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76ACD5F41FD7DD1C009F74D0 /* AMapFoundationKit.framework */; };
  11. 76ACD5F81FD7DD1E009F74D0 /* MAMapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76ACD5F51FD7DD1E009F74D0 /* MAMapKit.framework */; };
  12. 854FF4961F28C20400EA6A44 /* RCTAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 854FF4951F28C20400EA6A44 /* RCTAnnotation.m */; };
  13. 854FF4991F28C2E700EA6A44 /* RCTCircle.m in Sources */ = {isa = PBXBuildFile; fileRef = 854FF4981F28C2E700EA6A44 /* RCTCircle.m */; };
  14. 854FF49C1F28EFAA00EA6A44 /* RCTPolyline.m in Sources */ = {isa = PBXBuildFile; fileRef = 854FF49B1F28EFAA00EA6A44 /* RCTPolyline.m */; };
  15. 8551A4AC1FC598E400970529 /* UIImage+Rotate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8551A4AA1FC598E400970529 /* UIImage+Rotate.m */; };
  16. 856CED0E1FBD8BE3008BD754 /* RCTPolygon.m in Sources */ = {isa = PBXBuildFile; fileRef = 856CED0D1FBD8BE3008BD754 /* RCTPolygon.m */; };
  17. 85BF291A1FDA3C5400115DDC /* NSMutableDictionary+AMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 85BF29191FDA3C5400115DDC /* NSMutableDictionary+AMap.m */; };
  18. 85E022CF211D6C9300E63555 /* RCTWeatherAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 85E022CE211D6C9300E63555 /* RCTWeatherAnnotation.m */; };
  19. 85E022D2211D740300E63555 /* UIColor+utility.m in Sources */ = {isa = PBXBuildFile; fileRef = 85E022D1211D740300E63555 /* UIColor+utility.m */; };
  20. 9F12EBCB1DD30C6600029EAF /* RCTAMapManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F12EBCA1DD30C6600029EAF /* RCTAMapManager.m */; };
  21. 9F12EBCC1DD30C6600029EAF /* RCTAMapManager.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9F12EBC91DD30C6600029EAF /* RCTAMapManager.h */; };
  22. 9FB04D8A1DD9987100A577E9 /* RCTAMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FB04D891DD9987100A577E9 /* RCTAMap.m */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXCopyFilesBuildPhase section */
  25. 9F12EBC41DD30C6600029EAF /* CopyFiles */ = {
  26. isa = PBXCopyFilesBuildPhase;
  27. buildActionMask = 2147483647;
  28. dstPath = "include/$(PRODUCT_NAME)";
  29. dstSubfolderSpec = 16;
  30. files = (
  31. 9F12EBCC1DD30C6600029EAF /* RCTAMapManager.h in CopyFiles */,
  32. );
  33. runOnlyForDeploymentPostprocessing = 0;
  34. };
  35. /* End PBXCopyFilesBuildPhase section */
  36. /* Begin PBXFileReference section */
  37. 76ACD5F31FD7DD1C009F74D0 /* AMapSearchKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapSearchKit.framework; sourceTree = "<group>"; };
  38. 76ACD5F41FD7DD1C009F74D0 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = "<group>"; };
  39. 76ACD5F51FD7DD1E009F74D0 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = "<group>"; };
  40. 854FF4941F28C20400EA6A44 /* RCTAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTAnnotation.h; sourceTree = "<group>"; };
  41. 854FF4951F28C20400EA6A44 /* RCTAnnotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTAnnotation.m; sourceTree = "<group>"; };
  42. 854FF4971F28C2E700EA6A44 /* RCTCircle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTCircle.h; sourceTree = "<group>"; };
  43. 854FF4981F28C2E700EA6A44 /* RCTCircle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTCircle.m; sourceTree = "<group>"; };
  44. 854FF49A1F28EFAA00EA6A44 /* RCTPolyline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTPolyline.h; sourceTree = "<group>"; };
  45. 854FF49B1F28EFAA00EA6A44 /* RCTPolyline.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTPolyline.m; sourceTree = "<group>"; };
  46. 8551A4AA1FC598E400970529 /* UIImage+Rotate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Rotate.m"; sourceTree = "<group>"; };
  47. 8551A4AB1FC598E400970529 /* UIImage+Rotate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImage+Rotate.h"; sourceTree = "<group>"; };
  48. 856CED0C1FBD8BE3008BD754 /* RCTPolygon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTPolygon.h; sourceTree = "<group>"; };
  49. 856CED0D1FBD8BE3008BD754 /* RCTPolygon.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTPolygon.m; sourceTree = "<group>"; };
  50. 85BF29181FDA3C5400115DDC /* NSMutableDictionary+AMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSMutableDictionary+AMap.h"; sourceTree = "<group>"; };
  51. 85BF29191FDA3C5400115DDC /* NSMutableDictionary+AMap.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSMutableDictionary+AMap.m"; sourceTree = "<group>"; };
  52. 85E022CD211D6C9300E63555 /* RCTWeatherAnnotation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTWeatherAnnotation.h; sourceTree = "<group>"; };
  53. 85E022CE211D6C9300E63555 /* RCTWeatherAnnotation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTWeatherAnnotation.m; sourceTree = "<group>"; };
  54. 85E022D0211D740300E63555 /* UIColor+utility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIColor+utility.h"; sourceTree = "<group>"; };
  55. 85E022D1211D740300E63555 /* UIColor+utility.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIColor+utility.m"; sourceTree = "<group>"; };
  56. 9F12EBC61DD30C6600029EAF /* libRCTAMap.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTAMap.a; sourceTree = BUILT_PRODUCTS_DIR; };
  57. 9F12EBC91DD30C6600029EAF /* RCTAMapManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTAMapManager.h; sourceTree = "<group>"; };
  58. 9F12EBCA1DD30C6600029EAF /* RCTAMapManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTAMapManager.m; sourceTree = "<group>"; };
  59. 9FB04D881DD9987100A577E9 /* RCTAMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTAMap.h; sourceTree = "<group>"; };
  60. 9FB04D891DD9987100A577E9 /* RCTAMap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTAMap.m; sourceTree = "<group>"; };
  61. /* End PBXFileReference section */
  62. /* Begin PBXFrameworksBuildPhase section */
  63. 9F12EBC31DD30C6600029EAF /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. 76ACD5F81FD7DD1E009F74D0 /* MAMapKit.framework in Frameworks */,
  68. 76ACD5F61FD7DD1E009F74D0 /* AMapSearchKit.framework in Frameworks */,
  69. 76ACD5F71FD7DD1E009F74D0 /* AMapFoundationKit.framework in Frameworks */,
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. 76ACD5F21FD7DD05009F74D0 /* Frameworks */ = {
  76. isa = PBXGroup;
  77. children = (
  78. 76ACD5F41FD7DD1C009F74D0 /* AMapFoundationKit.framework */,
  79. 76ACD5F31FD7DD1C009F74D0 /* AMapSearchKit.framework */,
  80. 76ACD5F51FD7DD1E009F74D0 /* MAMapKit.framework */,
  81. );
  82. path = Frameworks;
  83. sourceTree = "<group>";
  84. };
  85. 9F12EBBD1DD30C6600029EAF = {
  86. isa = PBXGroup;
  87. children = (
  88. 76ACD5F21FD7DD05009F74D0 /* Frameworks */,
  89. 9F12EBC81DD30C6600029EAF /* RCTAMap */,
  90. 9F12EBC71DD30C6600029EAF /* Products */,
  91. );
  92. sourceTree = "<group>";
  93. };
  94. 9F12EBC71DD30C6600029EAF /* Products */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 9F12EBC61DD30C6600029EAF /* libRCTAMap.a */,
  98. );
  99. name = Products;
  100. sourceTree = "<group>";
  101. };
  102. 9F12EBC81DD30C6600029EAF /* RCTAMap */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 9F12EBC91DD30C6600029EAF /* RCTAMapManager.h */,
  106. 9F12EBCA1DD30C6600029EAF /* RCTAMapManager.m */,
  107. 85BF29181FDA3C5400115DDC /* NSMutableDictionary+AMap.h */,
  108. 85BF29191FDA3C5400115DDC /* NSMutableDictionary+AMap.m */,
  109. 9FB04D881DD9987100A577E9 /* RCTAMap.h */,
  110. 9FB04D891DD9987100A577E9 /* RCTAMap.m */,
  111. 854FF4941F28C20400EA6A44 /* RCTAnnotation.h */,
  112. 854FF4951F28C20400EA6A44 /* RCTAnnotation.m */,
  113. 85E022CD211D6C9300E63555 /* RCTWeatherAnnotation.h */,
  114. 85E022CE211D6C9300E63555 /* RCTWeatherAnnotation.m */,
  115. 854FF4971F28C2E700EA6A44 /* RCTCircle.h */,
  116. 854FF4981F28C2E700EA6A44 /* RCTCircle.m */,
  117. 854FF49A1F28EFAA00EA6A44 /* RCTPolyline.h */,
  118. 854FF49B1F28EFAA00EA6A44 /* RCTPolyline.m */,
  119. 856CED0C1FBD8BE3008BD754 /* RCTPolygon.h */,
  120. 856CED0D1FBD8BE3008BD754 /* RCTPolygon.m */,
  121. 8551A4AB1FC598E400970529 /* UIImage+Rotate.h */,
  122. 8551A4AA1FC598E400970529 /* UIImage+Rotate.m */,
  123. 85E022D0211D740300E63555 /* UIColor+utility.h */,
  124. 85E022D1211D740300E63555 /* UIColor+utility.m */,
  125. );
  126. path = RCTAMap;
  127. sourceTree = "<group>";
  128. };
  129. /* End PBXGroup section */
  130. /* Begin PBXNativeTarget section */
  131. 9F12EBC51DD30C6600029EAF /* RCTAMap */ = {
  132. isa = PBXNativeTarget;
  133. buildConfigurationList = 9F12EBCF1DD30C6600029EAF /* Build configuration list for PBXNativeTarget "RCTAMap" */;
  134. buildPhases = (
  135. 9F12EBC21DD30C6600029EAF /* Sources */,
  136. 9F12EBC31DD30C6600029EAF /* Frameworks */,
  137. 9F12EBC41DD30C6600029EAF /* CopyFiles */,
  138. );
  139. buildRules = (
  140. );
  141. dependencies = (
  142. );
  143. name = RCTAMap;
  144. productName = RCTAMap;
  145. productReference = 9F12EBC61DD30C6600029EAF /* libRCTAMap.a */;
  146. productType = "com.apple.product-type.library.static";
  147. };
  148. /* End PBXNativeTarget section */
  149. /* Begin PBXProject section */
  150. 9F12EBBE1DD30C6600029EAF /* Project object */ = {
  151. isa = PBXProject;
  152. attributes = {
  153. LastUpgradeCheck = 0900;
  154. ORGANIZATIONNAME = "react-native-component";
  155. TargetAttributes = {
  156. 9F12EBC51DD30C6600029EAF = {
  157. CreatedOnToolsVersion = 8.1;
  158. ProvisioningStyle = Automatic;
  159. };
  160. };
  161. };
  162. buildConfigurationList = 9F12EBC11DD30C6600029EAF /* Build configuration list for PBXProject "RCTAMap" */;
  163. compatibilityVersion = "Xcode 3.2";
  164. developmentRegion = English;
  165. hasScannedForEncodings = 0;
  166. knownRegions = (
  167. en,
  168. );
  169. mainGroup = 9F12EBBD1DD30C6600029EAF;
  170. productRefGroup = 9F12EBC71DD30C6600029EAF /* Products */;
  171. projectDirPath = "";
  172. projectRoot = "";
  173. targets = (
  174. 9F12EBC51DD30C6600029EAF /* RCTAMap */,
  175. );
  176. };
  177. /* End PBXProject section */
  178. /* Begin PBXSourcesBuildPhase section */
  179. 9F12EBC21DD30C6600029EAF /* Sources */ = {
  180. isa = PBXSourcesBuildPhase;
  181. buildActionMask = 2147483647;
  182. files = (
  183. 85BF291A1FDA3C5400115DDC /* NSMutableDictionary+AMap.m in Sources */,
  184. 854FF4991F28C2E700EA6A44 /* RCTCircle.m in Sources */,
  185. 9FB04D8A1DD9987100A577E9 /* RCTAMap.m in Sources */,
  186. 9F12EBCB1DD30C6600029EAF /* RCTAMapManager.m in Sources */,
  187. 85E022CF211D6C9300E63555 /* RCTWeatherAnnotation.m in Sources */,
  188. 854FF4961F28C20400EA6A44 /* RCTAnnotation.m in Sources */,
  189. 85E022D2211D740300E63555 /* UIColor+utility.m in Sources */,
  190. 856CED0E1FBD8BE3008BD754 /* RCTPolygon.m in Sources */,
  191. 8551A4AC1FC598E400970529 /* UIImage+Rotate.m in Sources */,
  192. 854FF49C1F28EFAA00EA6A44 /* RCTPolyline.m in Sources */,
  193. );
  194. runOnlyForDeploymentPostprocessing = 0;
  195. };
  196. /* End PBXSourcesBuildPhase section */
  197. /* Begin XCBuildConfiguration section */
  198. 9F12EBCD1DD30C6600029EAF /* Debug */ = {
  199. isa = XCBuildConfiguration;
  200. buildSettings = {
  201. ALWAYS_SEARCH_USER_PATHS = NO;
  202. CLANG_ANALYZER_NONNULL = YES;
  203. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  204. CLANG_CXX_LIBRARY = "libc++";
  205. CLANG_ENABLE_MODULES = YES;
  206. CLANG_ENABLE_OBJC_ARC = YES;
  207. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  208. CLANG_WARN_BOOL_CONVERSION = YES;
  209. CLANG_WARN_COMMA = YES;
  210. CLANG_WARN_CONSTANT_CONVERSION = YES;
  211. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  212. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  213. CLANG_WARN_EMPTY_BODY = YES;
  214. CLANG_WARN_ENUM_CONVERSION = YES;
  215. CLANG_WARN_INFINITE_RECURSION = YES;
  216. CLANG_WARN_INT_CONVERSION = YES;
  217. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  218. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  219. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  220. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  221. CLANG_WARN_STRICT_PROTOTYPES = YES;
  222. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  223. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  224. CLANG_WARN_UNREACHABLE_CODE = YES;
  225. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  226. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  227. COPY_PHASE_STRIP = NO;
  228. DEBUG_INFORMATION_FORMAT = dwarf;
  229. ENABLE_STRICT_OBJC_MSGSEND = YES;
  230. ENABLE_TESTABILITY = YES;
  231. FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../../ios/Frameworks";
  232. GCC_C_LANGUAGE_STANDARD = gnu99;
  233. GCC_DYNAMIC_NO_PIC = NO;
  234. GCC_NO_COMMON_BLOCKS = YES;
  235. GCC_OPTIMIZATION_LEVEL = 0;
  236. GCC_PREFIX_HEADER = "";
  237. GCC_PREPROCESSOR_DEFINITIONS = (
  238. "DEBUG=1",
  239. "$(inherited)",
  240. );
  241. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  242. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  243. GCC_WARN_UNDECLARED_SELECTOR = YES;
  244. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  245. GCC_WARN_UNUSED_FUNCTION = YES;
  246. GCC_WARN_UNUSED_VARIABLE = YES;
  247. HEADER_SEARCH_PATHS = (
  248. "$(inherited)",
  249. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  250. "$(SRCROOT)/../../../react-native/React/**",
  251. );
  252. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  253. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  254. MTL_ENABLE_DEBUG_INFO = YES;
  255. ONLY_ACTIVE_ARCH = YES;
  256. SDKROOT = iphoneos;
  257. };
  258. name = Debug;
  259. };
  260. 9F12EBCE1DD30C6600029EAF /* Release */ = {
  261. isa = XCBuildConfiguration;
  262. buildSettings = {
  263. ALWAYS_SEARCH_USER_PATHS = NO;
  264. CLANG_ANALYZER_NONNULL = YES;
  265. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  266. CLANG_CXX_LIBRARY = "libc++";
  267. CLANG_ENABLE_MODULES = YES;
  268. CLANG_ENABLE_OBJC_ARC = YES;
  269. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  270. CLANG_WARN_BOOL_CONVERSION = YES;
  271. CLANG_WARN_COMMA = YES;
  272. CLANG_WARN_CONSTANT_CONVERSION = YES;
  273. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  274. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  275. CLANG_WARN_EMPTY_BODY = YES;
  276. CLANG_WARN_ENUM_CONVERSION = YES;
  277. CLANG_WARN_INFINITE_RECURSION = YES;
  278. CLANG_WARN_INT_CONVERSION = YES;
  279. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  280. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  281. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  282. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  283. CLANG_WARN_STRICT_PROTOTYPES = YES;
  284. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  285. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  286. CLANG_WARN_UNREACHABLE_CODE = YES;
  287. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  288. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  289. COPY_PHASE_STRIP = NO;
  290. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  291. ENABLE_NS_ASSERTIONS = NO;
  292. ENABLE_STRICT_OBJC_MSGSEND = YES;
  293. FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../../ios/Frameworks";
  294. GCC_C_LANGUAGE_STANDARD = gnu99;
  295. GCC_NO_COMMON_BLOCKS = YES;
  296. GCC_PREFIX_HEADER = "";
  297. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  298. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  299. GCC_WARN_UNDECLARED_SELECTOR = YES;
  300. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  301. GCC_WARN_UNUSED_FUNCTION = YES;
  302. GCC_WARN_UNUSED_VARIABLE = YES;
  303. HEADER_SEARCH_PATHS = (
  304. "$(inherited)",
  305. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  306. "$(SRCROOT)/../../../react-native/React/**",
  307. );
  308. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  309. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  310. MTL_ENABLE_DEBUG_INFO = NO;
  311. SDKROOT = iphoneos;
  312. VALIDATE_PRODUCT = YES;
  313. };
  314. name = Release;
  315. };
  316. 9F12EBD01DD30C6600029EAF /* Debug */ = {
  317. isa = XCBuildConfiguration;
  318. buildSettings = {
  319. FRAMEWORK_SEARCH_PATHS = (
  320. "$(SRCROOT)/../../../../ios/Pods/AMapFoundation",
  321. "$(SRCROOT)/../../../../ios/Pods/AMapSearch",
  322. "$(SRCROOT)/../../../../ios/Pods/AMap3DMap",
  323. "$(SRCROOT)/../../../../ios/Frameworks",
  324. "$(PROJECT_DIR)/Frameworks",
  325. );
  326. HEADER_SEARCH_PATHS = "$(inherited)";
  327. ONLY_ACTIVE_ARCH = YES;
  328. OTHER_LDFLAGS = "";
  329. PRODUCT_NAME = "$(TARGET_NAME)";
  330. SKIP_INSTALL = YES;
  331. };
  332. name = Debug;
  333. };
  334. 9F12EBD11DD30C6600029EAF /* Release */ = {
  335. isa = XCBuildConfiguration;
  336. buildSettings = {
  337. FRAMEWORK_SEARCH_PATHS = (
  338. "$(SRCROOT)/../../../../ios/Pods/AMapFoundation",
  339. "$(SRCROOT)/../../../../ios/Pods/AMapSearch",
  340. "$(SRCROOT)/../../../../ios/Pods/AMap3DMap",
  341. "$(SRCROOT)/../../../../ios/Frameworks",
  342. "$(PROJECT_DIR)/Frameworks",
  343. );
  344. HEADER_SEARCH_PATHS = "$(inherited)";
  345. OTHER_LDFLAGS = "";
  346. PRODUCT_NAME = "$(TARGET_NAME)";
  347. SKIP_INSTALL = YES;
  348. };
  349. name = Release;
  350. };
  351. /* End XCBuildConfiguration section */
  352. /* Begin XCConfigurationList section */
  353. 9F12EBC11DD30C6600029EAF /* Build configuration list for PBXProject "RCTAMap" */ = {
  354. isa = XCConfigurationList;
  355. buildConfigurations = (
  356. 9F12EBCD1DD30C6600029EAF /* Debug */,
  357. 9F12EBCE1DD30C6600029EAF /* Release */,
  358. );
  359. defaultConfigurationIsVisible = 0;
  360. defaultConfigurationName = Release;
  361. };
  362. 9F12EBCF1DD30C6600029EAF /* Build configuration list for PBXNativeTarget "RCTAMap" */ = {
  363. isa = XCConfigurationList;
  364. buildConfigurations = (
  365. 9F12EBD01DD30C6600029EAF /* Debug */,
  366. 9F12EBD11DD30C6600029EAF /* Release */,
  367. );
  368. defaultConfigurationIsVisible = 0;
  369. defaultConfigurationName = Release;
  370. };
  371. /* End XCConfigurationList section */
  372. };
  373. rootObject = 9F12EBBE1DD30C6600029EAF /* Project object */;
  374. }