project.pbxproj 12 KB

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