project.pbxproj 17KB

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