project.pbxproj 16KB

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