project.pbxproj 12 KB

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