project.pbxproj 9.0 KB

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