project.pbxproj 17KB

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