project.pbxproj 9.5KB

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