project.pbxproj 12 KB

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