IRC client framework (wrapper around libircclient library).
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

project.pbxproj 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 86F2EFEA1C21F73600B033A4 /* IRCClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 86F2EFE91C21F73600B033A4 /* IRCClient.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXFileReference section */
  12. 86F2EFE61C21F73600B033A4 /* IRCClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = IRCClient.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  13. 86F2EFE91C21F73600B033A4 /* IRCClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IRCClient.h; sourceTree = "<group>"; };
  14. 86F2EFEB1C21F73600B033A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  15. /* End PBXFileReference section */
  16. /* Begin PBXFrameworksBuildPhase section */
  17. 86F2EFE21C21F73600B033A4 /* Frameworks */ = {
  18. isa = PBXFrameworksBuildPhase;
  19. buildActionMask = 2147483647;
  20. files = (
  21. );
  22. runOnlyForDeploymentPostprocessing = 0;
  23. };
  24. /* End PBXFrameworksBuildPhase section */
  25. /* Begin PBXGroup section */
  26. 86F2EFDC1C21F73600B033A4 = {
  27. isa = PBXGroup;
  28. children = (
  29. 86F2EFE81C21F73600B033A4 /* IRCClient */,
  30. 86F2EFE71C21F73600B033A4 /* Products */,
  31. );
  32. sourceTree = "<group>";
  33. };
  34. 86F2EFE71C21F73600B033A4 /* Products */ = {
  35. isa = PBXGroup;
  36. children = (
  37. 86F2EFE61C21F73600B033A4 /* IRCClient.framework */,
  38. );
  39. name = Products;
  40. sourceTree = "<group>";
  41. };
  42. 86F2EFE81C21F73600B033A4 /* IRCClient */ = {
  43. isa = PBXGroup;
  44. children = (
  45. 86F2EFE91C21F73600B033A4 /* IRCClient.h */,
  46. 86F2EFEB1C21F73600B033A4 /* Info.plist */,
  47. );
  48. path = IRCClient;
  49. sourceTree = "<group>";
  50. };
  51. /* End PBXGroup section */
  52. /* Begin PBXHeadersBuildPhase section */
  53. 86F2EFE31C21F73600B033A4 /* Headers */ = {
  54. isa = PBXHeadersBuildPhase;
  55. buildActionMask = 2147483647;
  56. files = (
  57. 86F2EFEA1C21F73600B033A4 /* IRCClient.h in Headers */,
  58. );
  59. runOnlyForDeploymentPostprocessing = 0;
  60. };
  61. /* End PBXHeadersBuildPhase section */
  62. /* Begin PBXNativeTarget section */
  63. 86F2EFE51C21F73600B033A4 /* IRCClient */ = {
  64. isa = PBXNativeTarget;
  65. buildConfigurationList = 86F2EFEE1C21F73600B033A4 /* Build configuration list for PBXNativeTarget "IRCClient" */;
  66. buildPhases = (
  67. 86F2EFE11C21F73600B033A4 /* Sources */,
  68. 86F2EFE21C21F73600B033A4 /* Frameworks */,
  69. 86F2EFE31C21F73600B033A4 /* Headers */,
  70. 86F2EFE41C21F73600B033A4 /* Resources */,
  71. );
  72. buildRules = (
  73. );
  74. dependencies = (
  75. );
  76. name = IRCClient;
  77. productName = IRCClient;
  78. productReference = 86F2EFE61C21F73600B033A4 /* IRCClient.framework */;
  79. productType = "com.apple.product-type.framework";
  80. };
  81. /* End PBXNativeTarget section */
  82. /* Begin PBXProject section */
  83. 86F2EFDD1C21F73600B033A4 /* Project object */ = {
  84. isa = PBXProject;
  85. attributes = {
  86. LastUpgradeCheck = 0710;
  87. ORGANIZATIONNAME = "Said Achmiz";
  88. TargetAttributes = {
  89. 86F2EFE51C21F73600B033A4 = {
  90. CreatedOnToolsVersion = 7.1.1;
  91. };
  92. };
  93. };
  94. buildConfigurationList = 86F2EFE01C21F73600B033A4 /* Build configuration list for PBXProject "IRCClient" */;
  95. compatibilityVersion = "Xcode 3.2";
  96. developmentRegion = English;
  97. hasScannedForEncodings = 0;
  98. knownRegions = (
  99. en,
  100. );
  101. mainGroup = 86F2EFDC1C21F73600B033A4;
  102. productRefGroup = 86F2EFE71C21F73600B033A4 /* Products */;
  103. projectDirPath = "";
  104. projectRoot = "";
  105. targets = (
  106. 86F2EFE51C21F73600B033A4 /* IRCClient */,
  107. );
  108. };
  109. /* End PBXProject section */
  110. /* Begin PBXResourcesBuildPhase section */
  111. 86F2EFE41C21F73600B033A4 /* Resources */ = {
  112. isa = PBXResourcesBuildPhase;
  113. buildActionMask = 2147483647;
  114. files = (
  115. );
  116. runOnlyForDeploymentPostprocessing = 0;
  117. };
  118. /* End PBXResourcesBuildPhase section */
  119. /* Begin PBXSourcesBuildPhase section */
  120. 86F2EFE11C21F73600B033A4 /* Sources */ = {
  121. isa = PBXSourcesBuildPhase;
  122. buildActionMask = 2147483647;
  123. files = (
  124. );
  125. runOnlyForDeploymentPostprocessing = 0;
  126. };
  127. /* End PBXSourcesBuildPhase section */
  128. /* Begin XCBuildConfiguration section */
  129. 86F2EFEC1C21F73600B033A4 /* Debug */ = {
  130. isa = XCBuildConfiguration;
  131. buildSettings = {
  132. ALWAYS_SEARCH_USER_PATHS = NO;
  133. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  134. CLANG_CXX_LIBRARY = "libc++";
  135. CLANG_ENABLE_MODULES = YES;
  136. CLANG_ENABLE_OBJC_ARC = YES;
  137. CLANG_WARN_BOOL_CONVERSION = YES;
  138. CLANG_WARN_CONSTANT_CONVERSION = YES;
  139. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  140. CLANG_WARN_EMPTY_BODY = YES;
  141. CLANG_WARN_ENUM_CONVERSION = YES;
  142. CLANG_WARN_INT_CONVERSION = YES;
  143. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  144. CLANG_WARN_UNREACHABLE_CODE = YES;
  145. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  146. CODE_SIGN_IDENTITY = "-";
  147. COPY_PHASE_STRIP = NO;
  148. CURRENT_PROJECT_VERSION = 1;
  149. DEBUG_INFORMATION_FORMAT = dwarf;
  150. ENABLE_STRICT_OBJC_MSGSEND = YES;
  151. ENABLE_TESTABILITY = YES;
  152. GCC_C_LANGUAGE_STANDARD = gnu99;
  153. GCC_DYNAMIC_NO_PIC = NO;
  154. GCC_NO_COMMON_BLOCKS = YES;
  155. GCC_OPTIMIZATION_LEVEL = 0;
  156. GCC_PREPROCESSOR_DEFINITIONS = (
  157. "DEBUG=1",
  158. "$(inherited)",
  159. );
  160. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  161. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  162. GCC_WARN_UNDECLARED_SELECTOR = YES;
  163. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  164. GCC_WARN_UNUSED_FUNCTION = YES;
  165. GCC_WARN_UNUSED_VARIABLE = YES;
  166. MACOSX_DEPLOYMENT_TARGET = 10.10;
  167. MTL_ENABLE_DEBUG_INFO = YES;
  168. ONLY_ACTIVE_ARCH = YES;
  169. SDKROOT = macosx;
  170. VERSIONING_SYSTEM = "apple-generic";
  171. VERSION_INFO_PREFIX = "";
  172. };
  173. name = Debug;
  174. };
  175. 86F2EFED1C21F73600B033A4 /* Release */ = {
  176. isa = XCBuildConfiguration;
  177. buildSettings = {
  178. ALWAYS_SEARCH_USER_PATHS = NO;
  179. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  180. CLANG_CXX_LIBRARY = "libc++";
  181. CLANG_ENABLE_MODULES = YES;
  182. CLANG_ENABLE_OBJC_ARC = YES;
  183. CLANG_WARN_BOOL_CONVERSION = YES;
  184. CLANG_WARN_CONSTANT_CONVERSION = YES;
  185. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  186. CLANG_WARN_EMPTY_BODY = YES;
  187. CLANG_WARN_ENUM_CONVERSION = YES;
  188. CLANG_WARN_INT_CONVERSION = YES;
  189. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  190. CLANG_WARN_UNREACHABLE_CODE = YES;
  191. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  192. CODE_SIGN_IDENTITY = "-";
  193. COPY_PHASE_STRIP = NO;
  194. CURRENT_PROJECT_VERSION = 1;
  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. MACOSX_DEPLOYMENT_TARGET = 10.10;
  207. MTL_ENABLE_DEBUG_INFO = NO;
  208. SDKROOT = macosx;
  209. VERSIONING_SYSTEM = "apple-generic";
  210. VERSION_INFO_PREFIX = "";
  211. };
  212. name = Release;
  213. };
  214. 86F2EFEF1C21F73600B033A4 /* Debug */ = {
  215. isa = XCBuildConfiguration;
  216. buildSettings = {
  217. COMBINE_HIDPI_IMAGES = YES;
  218. DEFINES_MODULE = YES;
  219. DYLIB_COMPATIBILITY_VERSION = 1;
  220. DYLIB_CURRENT_VERSION = 1;
  221. DYLIB_INSTALL_NAME_BASE = "@rpath";
  222. FRAMEWORK_VERSION = A;
  223. INFOPLIST_FILE = IRCClient/Info.plist;
  224. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  225. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  226. PRODUCT_BUNDLE_IDENTIFIER = saidachmiz.IRCClient;
  227. PRODUCT_NAME = "$(TARGET_NAME)";
  228. SKIP_INSTALL = YES;
  229. };
  230. name = Debug;
  231. };
  232. 86F2EFF01C21F73600B033A4 /* Release */ = {
  233. isa = XCBuildConfiguration;
  234. buildSettings = {
  235. COMBINE_HIDPI_IMAGES = YES;
  236. DEFINES_MODULE = YES;
  237. DYLIB_COMPATIBILITY_VERSION = 1;
  238. DYLIB_CURRENT_VERSION = 1;
  239. DYLIB_INSTALL_NAME_BASE = "@rpath";
  240. FRAMEWORK_VERSION = A;
  241. INFOPLIST_FILE = IRCClient/Info.plist;
  242. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  243. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  244. PRODUCT_BUNDLE_IDENTIFIER = saidachmiz.IRCClient;
  245. PRODUCT_NAME = "$(TARGET_NAME)";
  246. SKIP_INSTALL = YES;
  247. };
  248. name = Release;
  249. };
  250. /* End XCBuildConfiguration section */
  251. /* Begin XCConfigurationList section */
  252. 86F2EFE01C21F73600B033A4 /* Build configuration list for PBXProject "IRCClient" */ = {
  253. isa = XCConfigurationList;
  254. buildConfigurations = (
  255. 86F2EFEC1C21F73600B033A4 /* Debug */,
  256. 86F2EFED1C21F73600B033A4 /* Release */,
  257. );
  258. defaultConfigurationIsVisible = 0;
  259. defaultConfigurationName = Release;
  260. };
  261. 86F2EFEE1C21F73600B033A4 /* Build configuration list for PBXNativeTarget "IRCClient" */ = {
  262. isa = XCConfigurationList;
  263. buildConfigurations = (
  264. 86F2EFEF1C21F73600B033A4 /* Debug */,
  265. 86F2EFF01C21F73600B033A4 /* Release */,
  266. );
  267. defaultConfigurationIsVisible = 0;
  268. };
  269. /* End XCConfigurationList section */
  270. };
  271. rootObject = 86F2EFDD1C21F73600B033A4 /* Project object */;
  272. }