project.pbxproj 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 281CD5911E26B0C8003A72B2 /* RNPSpeechRecognition.m in Sources */ = {isa = PBXBuildFile; fileRef = 281CD5901E26B0C7003A72B2 /* RNPSpeechRecognition.m */; };
  10. 483383101FAB6115005D5777 /* RNPMotion.m in Sources */ = {isa = PBXBuildFile; fileRef = 4833830E1FAB6114005D5777 /* RNPMotion.m */; };
  11. 9D46283E1D34719100346A5B /* RNPAudioVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D46282F1D34719100346A5B /* RNPAudioVideo.m */; };
  12. 9D46283F1D34719100346A5B /* RNPBackgroundRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628311D34719100346A5B /* RNPBackgroundRefresh.m */; };
  13. 9D4628401D34719100346A5B /* RNPBluetooth.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628331D34719100346A5B /* RNPBluetooth.m */; };
  14. 9D4628411D34719100346A5B /* RNPContacts.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628351D34719100346A5B /* RNPContacts.m */; };
  15. 9D4628421D34719100346A5B /* RNPEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628371D34719100346A5B /* RNPEvent.m */; };
  16. 9D4628431D34719100346A5B /* RNPLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D4628391D34719100346A5B /* RNPLocation.m */; };
  17. 9D4628441D34719100346A5B /* RNPNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D46283B1D34719100346A5B /* RNPNotification.m */; };
  18. 9D4628451D34719100346A5B /* RNPPhoto.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D46283D1D34719100346A5B /* RNPPhoto.m */; };
  19. 9DE8D2821CA3188D009CE8CC /* ReactNativePermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DE8D2811CA3188D009CE8CC /* ReactNativePermissions.m */; };
  20. 9DE8D28B1CA31E95009CE8CC /* RCTConvert+RNPStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DE8D28A1CA31E95009CE8CC /* RCTConvert+RNPStatus.m */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXCopyFilesBuildPhase section */
  23. 9D23B34D1C767B80008B4819 /* CopyFiles */ = {
  24. isa = PBXCopyFilesBuildPhase;
  25. buildActionMask = 2147483647;
  26. dstPath = "include/$(PRODUCT_NAME)";
  27. dstSubfolderSpec = 16;
  28. files = (
  29. );
  30. runOnlyForDeploymentPostprocessing = 0;
  31. };
  32. /* End PBXCopyFilesBuildPhase section */
  33. /* Begin PBXFileReference section */
  34. 281CD5901E26B0C7003A72B2 /* RNPSpeechRecognition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPSpeechRecognition.m; path = permissions/RNPSpeechRecognition.m; sourceTree = SOURCE_ROOT; };
  35. 281CD5921E26B266003A72B2 /* RNPSpeechRecognition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPSpeechRecognition.h; path = permissions/RNPSpeechRecognition.h; sourceTree = SOURCE_ROOT; };
  36. 4833830E1FAB6114005D5777 /* RNPMotion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPMotion.m; path = permissions/RNPMotion.m; sourceTree = SOURCE_ROOT; };
  37. 4833830F1FAB6115005D5777 /* RNPMotion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPMotion.h; path = permissions/RNPMotion.h; sourceTree = SOURCE_ROOT; };
  38. 9D23B34F1C767B80008B4819 /* libReactNativePermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativePermissions.a; sourceTree = BUILT_PRODUCTS_DIR; };
  39. 9D46282E1D34719100346A5B /* RNPAudioVideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPAudioVideo.h; path = permissions/RNPAudioVideo.h; sourceTree = SOURCE_ROOT; };
  40. 9D46282F1D34719100346A5B /* RNPAudioVideo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPAudioVideo.m; path = permissions/RNPAudioVideo.m; sourceTree = SOURCE_ROOT; };
  41. 9D4628301D34719100346A5B /* RNPBackgroundRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPBackgroundRefresh.h; path = permissions/RNPBackgroundRefresh.h; sourceTree = SOURCE_ROOT; };
  42. 9D4628311D34719100346A5B /* RNPBackgroundRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPBackgroundRefresh.m; path = permissions/RNPBackgroundRefresh.m; sourceTree = SOURCE_ROOT; };
  43. 9D4628321D34719100346A5B /* RNPBluetooth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPBluetooth.h; path = permissions/RNPBluetooth.h; sourceTree = SOURCE_ROOT; };
  44. 9D4628331D34719100346A5B /* RNPBluetooth.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPBluetooth.m; path = permissions/RNPBluetooth.m; sourceTree = SOURCE_ROOT; };
  45. 9D4628341D34719100346A5B /* RNPContacts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPContacts.h; path = permissions/RNPContacts.h; sourceTree = SOURCE_ROOT; };
  46. 9D4628351D34719100346A5B /* RNPContacts.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPContacts.m; path = permissions/RNPContacts.m; sourceTree = SOURCE_ROOT; };
  47. 9D4628361D34719100346A5B /* RNPEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPEvent.h; path = permissions/RNPEvent.h; sourceTree = SOURCE_ROOT; };
  48. 9D4628371D34719100346A5B /* RNPEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPEvent.m; path = permissions/RNPEvent.m; sourceTree = SOURCE_ROOT; };
  49. 9D4628381D34719100346A5B /* RNPLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPLocation.h; path = permissions/RNPLocation.h; sourceTree = SOURCE_ROOT; };
  50. 9D4628391D34719100346A5B /* RNPLocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPLocation.m; path = permissions/RNPLocation.m; sourceTree = SOURCE_ROOT; };
  51. 9D46283A1D34719100346A5B /* RNPNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPNotification.h; path = permissions/RNPNotification.h; sourceTree = SOURCE_ROOT; };
  52. 9D46283B1D34719100346A5B /* RNPNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPNotification.m; path = permissions/RNPNotification.m; sourceTree = SOURCE_ROOT; };
  53. 9D46283C1D34719100346A5B /* RNPPhoto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNPPhoto.h; path = permissions/RNPPhoto.h; sourceTree = SOURCE_ROOT; };
  54. 9D46283D1D34719100346A5B /* RNPPhoto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNPPhoto.m; path = permissions/RNPPhoto.m; sourceTree = SOURCE_ROOT; };
  55. 9DE8D2801CA31888009CE8CC /* ReactNativePermissions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReactNativePermissions.h; sourceTree = SOURCE_ROOT; };
  56. 9DE8D2811CA3188D009CE8CC /* ReactNativePermissions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ReactNativePermissions.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  57. 9DE8D2891CA31E95009CE8CC /* RCTConvert+RNPStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = "RCTConvert+RNPStatus.h"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  58. 9DE8D28A1CA31E95009CE8CC /* RCTConvert+RNPStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = "RCTConvert+RNPStatus.m"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  59. /* End PBXFileReference section */
  60. /* Begin PBXFrameworksBuildPhase section */
  61. 9D23B34C1C767B80008B4819 /* Frameworks */ = {
  62. isa = PBXFrameworksBuildPhase;
  63. buildActionMask = 2147483647;
  64. files = (
  65. );
  66. runOnlyForDeploymentPostprocessing = 0;
  67. };
  68. /* End PBXFrameworksBuildPhase section */
  69. /* Begin PBXGroup section */
  70. 9D23B3461C767B80008B4819 = {
  71. isa = PBXGroup;
  72. children = (
  73. 9D23B3511C767B80008B4819 /* ReactNativePermissions */,
  74. 9D23B3501C767B80008B4819 /* Products */,
  75. );
  76. sourceTree = "<group>";
  77. };
  78. 9D23B3501C767B80008B4819 /* Products */ = {
  79. isa = PBXGroup;
  80. children = (
  81. 9D23B34F1C767B80008B4819 /* libReactNativePermissions.a */,
  82. );
  83. name = Products;
  84. sourceTree = "<group>";
  85. };
  86. 9D23B3511C767B80008B4819 /* ReactNativePermissions */ = {
  87. isa = PBXGroup;
  88. children = (
  89. 9D4628091D33C1EC00346A5B /* permissions */,
  90. 9DE8D2891CA31E95009CE8CC /* RCTConvert+RNPStatus.h */,
  91. 9DE8D28A1CA31E95009CE8CC /* RCTConvert+RNPStatus.m */,
  92. 9DE8D2801CA31888009CE8CC /* ReactNativePermissions.h */,
  93. 9DE8D2811CA3188D009CE8CC /* ReactNativePermissions.m */,
  94. );
  95. path = ReactNativePermissions;
  96. sourceTree = "<group>";
  97. };
  98. 9D4628091D33C1EC00346A5B /* permissions */ = {
  99. isa = PBXGroup;
  100. children = (
  101. 4833830F1FAB6115005D5777 /* RNPMotion.h */,
  102. 4833830E1FAB6114005D5777 /* RNPMotion.m */,
  103. 9D46282E1D34719100346A5B /* RNPAudioVideo.h */,
  104. 9D46282F1D34719100346A5B /* RNPAudioVideo.m */,
  105. 9D4628301D34719100346A5B /* RNPBackgroundRefresh.h */,
  106. 9D4628311D34719100346A5B /* RNPBackgroundRefresh.m */,
  107. 9D4628321D34719100346A5B /* RNPBluetooth.h */,
  108. 9D4628331D34719100346A5B /* RNPBluetooth.m */,
  109. 9D4628341D34719100346A5B /* RNPContacts.h */,
  110. 9D4628351D34719100346A5B /* RNPContacts.m */,
  111. 9D4628361D34719100346A5B /* RNPEvent.h */,
  112. 9D4628371D34719100346A5B /* RNPEvent.m */,
  113. 9D4628381D34719100346A5B /* RNPLocation.h */,
  114. 9D4628391D34719100346A5B /* RNPLocation.m */,
  115. 9D46283A1D34719100346A5B /* RNPNotification.h */,
  116. 9D46283B1D34719100346A5B /* RNPNotification.m */,
  117. 9D46283C1D34719100346A5B /* RNPPhoto.h */,
  118. 9D46283D1D34719100346A5B /* RNPPhoto.m */,
  119. 281CD5921E26B266003A72B2 /* RNPSpeechRecognition.h */,
  120. 281CD5901E26B0C7003A72B2 /* RNPSpeechRecognition.m */,
  121. );
  122. name = permissions;
  123. sourceTree = "<group>";
  124. };
  125. /* End PBXGroup section */
  126. /* Begin PBXNativeTarget section */
  127. 9D23B34E1C767B80008B4819 /* ReactNativePermissions */ = {
  128. isa = PBXNativeTarget;
  129. buildConfigurationList = 9D23B3581C767B80008B4819 /* Build configuration list for PBXNativeTarget "ReactNativePermissions" */;
  130. buildPhases = (
  131. 9D23B34B1C767B80008B4819 /* Sources */,
  132. 9D23B34C1C767B80008B4819 /* Frameworks */,
  133. 9D23B34D1C767B80008B4819 /* CopyFiles */,
  134. );
  135. buildRules = (
  136. );
  137. dependencies = (
  138. );
  139. name = ReactNativePermissions;
  140. productName = ReactNativePermissions;
  141. productReference = 9D23B34F1C767B80008B4819 /* libReactNativePermissions.a */;
  142. productType = "com.apple.product-type.library.static";
  143. };
  144. /* End PBXNativeTarget section */
  145. /* Begin PBXProject section */
  146. 9D23B3471C767B80008B4819 /* Project object */ = {
  147. isa = PBXProject;
  148. attributes = {
  149. LastUpgradeCheck = 0820;
  150. ORGANIZATIONNAME = "Yonah Forst";
  151. TargetAttributes = {
  152. 9D23B34E1C767B80008B4819 = {
  153. CreatedOnToolsVersion = 7.1;
  154. };
  155. };
  156. };
  157. buildConfigurationList = 9D23B34A1C767B80008B4819 /* Build configuration list for PBXProject "ReactNativePermissions" */;
  158. compatibilityVersion = "Xcode 3.2";
  159. developmentRegion = English;
  160. hasScannedForEncodings = 0;
  161. knownRegions = (
  162. en,
  163. );
  164. mainGroup = 9D23B3461C767B80008B4819;
  165. productRefGroup = 9D23B3501C767B80008B4819 /* Products */;
  166. projectDirPath = "";
  167. projectRoot = "";
  168. targets = (
  169. 9D23B34E1C767B80008B4819 /* ReactNativePermissions */,
  170. );
  171. };
  172. /* End PBXProject section */
  173. /* Begin PBXSourcesBuildPhase section */
  174. 9D23B34B1C767B80008B4819 /* Sources */ = {
  175. isa = PBXSourcesBuildPhase;
  176. buildActionMask = 2147483647;
  177. files = (
  178. 9D46283F1D34719100346A5B /* RNPBackgroundRefresh.m in Sources */,
  179. 9D4628451D34719100346A5B /* RNPPhoto.m in Sources */,
  180. 281CD5911E26B0C8003A72B2 /* RNPSpeechRecognition.m in Sources */,
  181. 9D4628431D34719100346A5B /* RNPLocation.m in Sources */,
  182. 9D46283E1D34719100346A5B /* RNPAudioVideo.m in Sources */,
  183. 9D4628401D34719100346A5B /* RNPBluetooth.m in Sources */,
  184. 9DE8D28B1CA31E95009CE8CC /* RCTConvert+RNPStatus.m in Sources */,
  185. 9D4628421D34719100346A5B /* RNPEvent.m in Sources */,
  186. 483383101FAB6115005D5777 /* RNPMotion.m in Sources */,
  187. 9DE8D2821CA3188D009CE8CC /* ReactNativePermissions.m in Sources */,
  188. 9D4628411D34719100346A5B /* RNPContacts.m in Sources */,
  189. 9D4628441D34719100346A5B /* RNPNotification.m in Sources */,
  190. );
  191. runOnlyForDeploymentPostprocessing = 0;
  192. };
  193. /* End PBXSourcesBuildPhase section */
  194. /* Begin XCBuildConfiguration section */
  195. 9D23B3561C767B80008B4819 /* Debug */ = {
  196. isa = XCBuildConfiguration;
  197. buildSettings = {
  198. ALWAYS_SEARCH_USER_PATHS = NO;
  199. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  200. CLANG_CXX_LIBRARY = "libc++";
  201. CLANG_ENABLE_MODULES = YES;
  202. CLANG_ENABLE_OBJC_ARC = YES;
  203. CLANG_WARN_BOOL_CONVERSION = YES;
  204. CLANG_WARN_CONSTANT_CONVERSION = YES;
  205. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  206. CLANG_WARN_EMPTY_BODY = YES;
  207. CLANG_WARN_ENUM_CONVERSION = YES;
  208. CLANG_WARN_INT_CONVERSION = YES;
  209. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  210. CLANG_WARN_UNREACHABLE_CODE = YES;
  211. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  212. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  213. COPY_PHASE_STRIP = NO;
  214. DEBUG_INFORMATION_FORMAT = dwarf;
  215. ENABLE_STRICT_OBJC_MSGSEND = YES;
  216. ENABLE_TESTABILITY = YES;
  217. GCC_C_LANGUAGE_STANDARD = gnu99;
  218. GCC_DYNAMIC_NO_PIC = NO;
  219. GCC_NO_COMMON_BLOCKS = YES;
  220. GCC_OPTIMIZATION_LEVEL = 0;
  221. GCC_PREPROCESSOR_DEFINITIONS = (
  222. "DEBUG=1",
  223. "$(inherited)",
  224. );
  225. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  226. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  227. GCC_WARN_UNDECLARED_SELECTOR = YES;
  228. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  229. GCC_WARN_UNUSED_FUNCTION = YES;
  230. GCC_WARN_UNUSED_VARIABLE = YES;
  231. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  232. MTL_ENABLE_DEBUG_INFO = YES;
  233. ONLY_ACTIVE_ARCH = YES;
  234. SDKROOT = iphoneos;
  235. };
  236. name = Debug;
  237. };
  238. 9D23B3571C767B80008B4819 /* Release */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. ALWAYS_SEARCH_USER_PATHS = NO;
  242. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  243. CLANG_CXX_LIBRARY = "libc++";
  244. CLANG_ENABLE_MODULES = YES;
  245. CLANG_ENABLE_OBJC_ARC = YES;
  246. CLANG_WARN_BOOL_CONVERSION = YES;
  247. CLANG_WARN_CONSTANT_CONVERSION = YES;
  248. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  249. CLANG_WARN_EMPTY_BODY = YES;
  250. CLANG_WARN_ENUM_CONVERSION = YES;
  251. CLANG_WARN_INT_CONVERSION = YES;
  252. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  253. CLANG_WARN_UNREACHABLE_CODE = YES;
  254. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  255. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  256. COPY_PHASE_STRIP = NO;
  257. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  258. ENABLE_NS_ASSERTIONS = NO;
  259. ENABLE_STRICT_OBJC_MSGSEND = YES;
  260. GCC_C_LANGUAGE_STANDARD = gnu99;
  261. GCC_NO_COMMON_BLOCKS = YES;
  262. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  263. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  264. GCC_WARN_UNDECLARED_SELECTOR = YES;
  265. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  266. GCC_WARN_UNUSED_FUNCTION = YES;
  267. GCC_WARN_UNUSED_VARIABLE = YES;
  268. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  269. MTL_ENABLE_DEBUG_INFO = NO;
  270. SDKROOT = iphoneos;
  271. VALIDATE_PRODUCT = YES;
  272. };
  273. name = Release;
  274. };
  275. 9D23B3591C767B80008B4819 /* Debug */ = {
  276. isa = XCBuildConfiguration;
  277. buildSettings = {
  278. HEADER_SEARCH_PATHS = (
  279. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  280. "$(SRCROOT)/../../React/**",
  281. "$(SRCROOT)/node_modules/react-native/React/**",
  282. "$(SRCROOT)/../react-native/React/**",
  283. );
  284. OTHER_LDFLAGS = "-ObjC";
  285. PRODUCT_NAME = "$(TARGET_NAME)";
  286. SKIP_INSTALL = YES;
  287. };
  288. name = Debug;
  289. };
  290. 9D23B35A1C767B80008B4819 /* Release */ = {
  291. isa = XCBuildConfiguration;
  292. buildSettings = {
  293. HEADER_SEARCH_PATHS = (
  294. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  295. "$(SRCROOT)/../../React/**",
  296. "$(SRCROOT)/node_modules/react-native/React/**",
  297. "$(SRCROOT)/../react-native/React/**",
  298. );
  299. OTHER_LDFLAGS = "-ObjC";
  300. PRODUCT_NAME = "$(TARGET_NAME)";
  301. SKIP_INSTALL = YES;
  302. };
  303. name = Release;
  304. };
  305. /* End XCBuildConfiguration section */
  306. /* Begin XCConfigurationList section */
  307. 9D23B34A1C767B80008B4819 /* Build configuration list for PBXProject "ReactNativePermissions" */ = {
  308. isa = XCConfigurationList;
  309. buildConfigurations = (
  310. 9D23B3561C767B80008B4819 /* Debug */,
  311. 9D23B3571C767B80008B4819 /* Release */,
  312. );
  313. defaultConfigurationIsVisible = 0;
  314. defaultConfigurationName = Release;
  315. };
  316. 9D23B3581C767B80008B4819 /* Build configuration list for PBXNativeTarget "ReactNativePermissions" */ = {
  317. isa = XCConfigurationList;
  318. buildConfigurations = (
  319. 9D23B3591C767B80008B4819 /* Debug */,
  320. 9D23B35A1C767B80008B4819 /* Release */,
  321. );
  322. defaultConfigurationIsVisible = 0;
  323. defaultConfigurationName = Release;
  324. };
  325. /* End XCConfigurationList section */
  326. };
  327. rootObject = 9D23B3471C767B80008B4819 /* Project object */;
  328. }