project.pbxproj 10KB

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