project.pbxproj 11KB

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