project.pbxproj 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 66EEFEBE1F217A9E0021D48A /* RNPermissionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66EEFEBD1F217A9E0021D48A /* RNPermissionsManager.m */; };
  10. 66EEFEBF1F217A9E0021D48A /* RNPermissionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 66EEFEBD1F217A9E0021D48A /* RNPermissionsManager.m */; };
  11. DD4F8BE52200C51A009134C7 /* RCTConvert+RNPermission.m in Sources */ = {isa = PBXBuildFile; fileRef = DD4F8BE32200C51A009134C7 /* RCTConvert+RNPermission.m */; };
  12. /* End PBXBuildFile section */
  13. /* Begin PBXFileReference section */
  14. 134814201AA4EA6300B7C361 /* libRNPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; };
  15. 2D2A28471D9B043800D4039D /* libRNPermissions-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libRNPermissions-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  16. 66EEFEBC1F217A9E0021D48A /* RNPermissionsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNPermissionsManager.h; sourceTree = "<group>"; };
  17. 66EEFEBD1F217A9E0021D48A /* RNPermissionsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPermissionsManager.m; sourceTree = "<group>"; };
  18. DD4F8BE32200C51A009134C7 /* RCTConvert+RNPermission.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNPermission.m"; sourceTree = "<group>"; };
  19. DD4F8BE42200C51A009134C7 /* RCTConvert+RNPermission.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+RNPermission.h"; sourceTree = "<group>"; };
  20. /* End PBXFileReference section */
  21. /* Begin PBXGroup section */
  22. 134814211AA4EA7D00B7C361 /* Products */ = {
  23. isa = PBXGroup;
  24. children = (
  25. 134814201AA4EA6300B7C361 /* libRNPermissions.a */,
  26. );
  27. name = Products;
  28. sourceTree = "<group>";
  29. };
  30. 58B511D21A9E6C8500147676 = {
  31. isa = PBXGroup;
  32. children = (
  33. DD4F8BE42200C51A009134C7 /* RCTConvert+RNPermission.h */,
  34. DD4F8BE32200C51A009134C7 /* RCTConvert+RNPermission.m */,
  35. 66EEFEBC1F217A9E0021D48A /* RNPermissionsManager.h */,
  36. 66EEFEBD1F217A9E0021D48A /* RNPermissionsManager.m */,
  37. 134814211AA4EA7D00B7C361 /* Products */,
  38. 2D2A28471D9B043800D4039D /* libRNPermissions-tvOS.a */,
  39. );
  40. indentWidth = 2;
  41. sourceTree = "<group>";
  42. tabWidth = 2;
  43. };
  44. /* End PBXGroup section */
  45. /* Begin PBXNativeTarget section */
  46. 2D2A28461D9B043800D4039D /* RNPermissions-tvOS */ = {
  47. isa = PBXNativeTarget;
  48. buildConfigurationList = 2D2A284F1D9B043800D4039D /* Build configuration list for PBXNativeTarget "RNPermissions-tvOS" */;
  49. buildPhases = (
  50. 2D2A28431D9B043800D4039D /* Sources */,
  51. );
  52. buildRules = (
  53. );
  54. dependencies = (
  55. );
  56. name = "RNPermissions-tvOS";
  57. productName = "RNPermissions-tvOS";
  58. productReference = 2D2A28471D9B043800D4039D /* libRNPermissions-tvOS.a */;
  59. productType = "com.apple.product-type.library.static";
  60. };
  61. 58B511DA1A9E6C8500147676 /* RNPermissions */ = {
  62. isa = PBXNativeTarget;
  63. buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNPermissions" */;
  64. buildPhases = (
  65. 58B511D71A9E6C8500147676 /* Sources */,
  66. );
  67. buildRules = (
  68. );
  69. dependencies = (
  70. );
  71. name = RNPermissions;
  72. productName = RCTDataManager;
  73. productReference = 134814201AA4EA6300B7C361 /* libRNPermissions.a */;
  74. productType = "com.apple.product-type.library.static";
  75. };
  76. /* End PBXNativeTarget section */
  77. /* Begin PBXProject section */
  78. 58B511D31A9E6C8500147676 /* Project object */ = {
  79. isa = PBXProject;
  80. attributes = {
  81. LastUpgradeCheck = 0610;
  82. ORGANIZATIONNAME = Facebook;
  83. TargetAttributes = {
  84. 2D2A28461D9B043800D4039D = {
  85. CreatedOnToolsVersion = 8.0;
  86. ProvisioningStyle = Automatic;
  87. };
  88. 58B511DA1A9E6C8500147676 = {
  89. CreatedOnToolsVersion = 6.1.1;
  90. };
  91. };
  92. };
  93. buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNPermissions" */;
  94. compatibilityVersion = "Xcode 3.2";
  95. developmentRegion = English;
  96. hasScannedForEncodings = 0;
  97. knownRegions = (
  98. en,
  99. );
  100. mainGroup = 58B511D21A9E6C8500147676;
  101. productRefGroup = 58B511D21A9E6C8500147676;
  102. projectDirPath = "";
  103. projectRoot = "";
  104. targets = (
  105. 58B511DA1A9E6C8500147676 /* RNPermissions */,
  106. 2D2A28461D9B043800D4039D /* RNPermissions-tvOS */,
  107. );
  108. };
  109. /* End PBXProject section */
  110. /* Begin PBXSourcesBuildPhase section */
  111. 2D2A28431D9B043800D4039D /* Sources */ = {
  112. isa = PBXSourcesBuildPhase;
  113. buildActionMask = 2147483647;
  114. files = (
  115. 66EEFEBF1F217A9E0021D48A /* RNPermissionsManager.m in Sources */,
  116. );
  117. runOnlyForDeploymentPostprocessing = 0;
  118. };
  119. 58B511D71A9E6C8500147676 /* Sources */ = {
  120. isa = PBXSourcesBuildPhase;
  121. buildActionMask = 2147483647;
  122. files = (
  123. DD4F8BE52200C51A009134C7 /* RCTConvert+RNPermission.m in Sources */,
  124. 66EEFEBE1F217A9E0021D48A /* RNPermissionsManager.m in Sources */,
  125. );
  126. runOnlyForDeploymentPostprocessing = 0;
  127. };
  128. /* End PBXSourcesBuildPhase section */
  129. /* Begin XCBuildConfiguration section */
  130. 2D2A284D1D9B043800D4039D /* Debug */ = {
  131. isa = XCBuildConfiguration;
  132. buildSettings = {
  133. CLANG_ANALYZER_NONNULL = YES;
  134. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  135. CLANG_WARN_INFINITE_RECURSION = YES;
  136. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  137. DEBUG_INFORMATION_FORMAT = dwarf;
  138. ENABLE_TESTABILITY = YES;
  139. GCC_NO_COMMON_BLOCKS = YES;
  140. OTHER_LDFLAGS = "-ObjC";
  141. PRODUCT_NAME = "$(TARGET_NAME)";
  142. SDKROOT = appletvos;
  143. TVOS_DEPLOYMENT_TARGET = 9.2;
  144. };
  145. name = Debug;
  146. };
  147. 2D2A284E1D9B043800D4039D /* Release */ = {
  148. isa = XCBuildConfiguration;
  149. buildSettings = {
  150. CLANG_ANALYZER_NONNULL = YES;
  151. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  152. CLANG_WARN_INFINITE_RECURSION = YES;
  153. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  154. COPY_PHASE_STRIP = NO;
  155. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  156. GCC_NO_COMMON_BLOCKS = YES;
  157. OTHER_LDFLAGS = "-ObjC";
  158. PRODUCT_NAME = "$(TARGET_NAME)";
  159. SDKROOT = appletvos;
  160. TVOS_DEPLOYMENT_TARGET = 9.2;
  161. };
  162. name = Release;
  163. };
  164. 58B511ED1A9E6C8500147676 /* Debug */ = {
  165. isa = XCBuildConfiguration;
  166. buildSettings = {
  167. ALWAYS_SEARCH_USER_PATHS = NO;
  168. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  169. CLANG_CXX_LIBRARY = "libc++";
  170. CLANG_ENABLE_MODULES = YES;
  171. CLANG_ENABLE_OBJC_ARC = YES;
  172. CLANG_WARN_BOOL_CONVERSION = YES;
  173. CLANG_WARN_CONSTANT_CONVERSION = YES;
  174. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  175. CLANG_WARN_EMPTY_BODY = YES;
  176. CLANG_WARN_ENUM_CONVERSION = YES;
  177. CLANG_WARN_INT_CONVERSION = YES;
  178. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  179. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  180. CLANG_WARN_UNREACHABLE_CODE = YES;
  181. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  182. COPY_PHASE_STRIP = NO;
  183. ENABLE_STRICT_OBJC_MSGSEND = YES;
  184. GCC_C_LANGUAGE_STANDARD = gnu99;
  185. GCC_DYNAMIC_NO_PIC = NO;
  186. GCC_OPTIMIZATION_LEVEL = 0;
  187. GCC_PREPROCESSOR_DEFINITIONS = (
  188. "DEBUG=1",
  189. "$(inherited)",
  190. );
  191. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  192. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  193. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  194. GCC_WARN_SHADOW = YES;
  195. GCC_WARN_UNDECLARED_SELECTOR = YES;
  196. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  197. GCC_WARN_UNUSED_FUNCTION = YES;
  198. GCC_WARN_UNUSED_VARIABLE = YES;
  199. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  200. MTL_ENABLE_DEBUG_INFO = YES;
  201. ONLY_ACTIVE_ARCH = YES;
  202. SDKROOT = iphoneos;
  203. SKIP_INSTALL = YES;
  204. WARNING_CFLAGS = (
  205. "-Werror",
  206. "-Wall",
  207. );
  208. };
  209. name = Debug;
  210. };
  211. 58B511EE1A9E6C8500147676 /* Release */ = {
  212. isa = XCBuildConfiguration;
  213. buildSettings = {
  214. ALWAYS_SEARCH_USER_PATHS = NO;
  215. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  216. CLANG_CXX_LIBRARY = "libc++";
  217. CLANG_ENABLE_MODULES = YES;
  218. CLANG_ENABLE_OBJC_ARC = YES;
  219. CLANG_WARN_BOOL_CONVERSION = YES;
  220. CLANG_WARN_CONSTANT_CONVERSION = YES;
  221. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  222. CLANG_WARN_EMPTY_BODY = YES;
  223. CLANG_WARN_ENUM_CONVERSION = YES;
  224. CLANG_WARN_INT_CONVERSION = YES;
  225. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  226. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  227. CLANG_WARN_UNREACHABLE_CODE = YES;
  228. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  229. COPY_PHASE_STRIP = YES;
  230. ENABLE_NS_ASSERTIONS = NO;
  231. ENABLE_STRICT_OBJC_MSGSEND = YES;
  232. GCC_C_LANGUAGE_STANDARD = gnu99;
  233. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  234. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  235. GCC_WARN_SHADOW = YES;
  236. GCC_WARN_UNDECLARED_SELECTOR = YES;
  237. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  238. GCC_WARN_UNUSED_FUNCTION = YES;
  239. GCC_WARN_UNUSED_VARIABLE = YES;
  240. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  241. MTL_ENABLE_DEBUG_INFO = NO;
  242. SDKROOT = iphoneos;
  243. SKIP_INSTALL = YES;
  244. VALIDATE_PRODUCT = YES;
  245. WARNING_CFLAGS = (
  246. "-Werror",
  247. "-Wall",
  248. );
  249. };
  250. name = Release;
  251. };
  252. 58B511F01A9E6C8500147676 /* Debug */ = {
  253. isa = XCBuildConfiguration;
  254. buildSettings = {
  255. LIBRARY_SEARCH_PATHS = "$(inherited)";
  256. OTHER_LDFLAGS = "-ObjC";
  257. PRODUCT_NAME = "$(TARGET_NAME)";
  258. };
  259. name = Debug;
  260. };
  261. 58B511F11A9E6C8500147676 /* Release */ = {
  262. isa = XCBuildConfiguration;
  263. buildSettings = {
  264. LIBRARY_SEARCH_PATHS = "$(inherited)";
  265. OTHER_LDFLAGS = "-ObjC";
  266. PRODUCT_NAME = "$(TARGET_NAME)";
  267. };
  268. name = Release;
  269. };
  270. /* End XCBuildConfiguration section */
  271. /* Begin XCConfigurationList section */
  272. 2D2A284F1D9B043800D4039D /* Build configuration list for PBXNativeTarget "RNPermissions-tvOS" */ = {
  273. isa = XCConfigurationList;
  274. buildConfigurations = (
  275. 2D2A284D1D9B043800D4039D /* Debug */,
  276. 2D2A284E1D9B043800D4039D /* Release */,
  277. );
  278. defaultConfigurationIsVisible = 0;
  279. defaultConfigurationName = Release;
  280. };
  281. 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNPermissions" */ = {
  282. isa = XCConfigurationList;
  283. buildConfigurations = (
  284. 58B511ED1A9E6C8500147676 /* Debug */,
  285. 58B511EE1A9E6C8500147676 /* Release */,
  286. );
  287. defaultConfigurationIsVisible = 0;
  288. defaultConfigurationName = Release;
  289. };
  290. 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "RNPermissions" */ = {
  291. isa = XCConfigurationList;
  292. buildConfigurations = (
  293. 58B511F01A9E6C8500147676 /* Debug */,
  294. 58B511F11A9E6C8500147676 /* Release */,
  295. );
  296. defaultConfigurationIsVisible = 0;
  297. defaultConfigurationName = Release;
  298. };
  299. /* End XCConfigurationList section */
  300. };
  301. rootObject = 58B511D31A9E6C8500147676 /* Project object */;
  302. }