project.pbxproj 8.6KB

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