project.pbxproj 16KB

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