aka RedditBar, Mac OS X menu bar reddit client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E922AEFB186F5F790038E4D7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E922AEFA186F5F790038E4D7 /* Cocoa.framework */; };
  10. E922AF05186F5F790038E4D7 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E922AF03186F5F790038E4D7 /* InfoPlist.strings */; };
  11. E922AF07186F5F790038E4D7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF06186F5F790038E4D7 /* main.m */; };
  12. E922AF0B186F5F790038E4D7 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E922AF09186F5F790038E4D7 /* Credits.rtf */; };
  13. E922AF0E186F5F790038E4D7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF0D186F5F790038E4D7 /* AppDelegate.m */; };
  14. E922AF11186F5F790038E4D7 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E922AF0F186F5F790038E4D7 /* MainMenu.xib */; };
  15. E922AF13186F5F790038E4D7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E922AF12186F5F790038E4D7 /* Images.xcassets */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. E922AEF7186F5F790038E4D7 /* BaconBarHelper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BaconBarHelper.app; sourceTree = BUILT_PRODUCTS_DIR; };
  19. E922AEFA186F5F790038E4D7 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  20. E922AEFD186F5F790038E4D7 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  21. E922AEFE186F5F790038E4D7 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  22. E922AEFF186F5F790038E4D7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  23. E922AF02186F5F790038E4D7 /* BaconBarHelper-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BaconBarHelper-Info.plist"; sourceTree = "<group>"; };
  24. E922AF04186F5F790038E4D7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  25. E922AF06186F5F790038E4D7 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  26. E922AF08186F5F790038E4D7 /* BaconBarHelper-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BaconBarHelper-Prefix.pch"; sourceTree = "<group>"; };
  27. E922AF0A186F5F790038E4D7 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  28. E922AF0C186F5F790038E4D7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  29. E922AF0D186F5F790038E4D7 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  30. E922AF10186F5F790038E4D7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  31. E922AF12186F5F790038E4D7 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  32. E922AF19186F5F790038E4D7 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  33. E922AF3C186F60E60038E4D7 /* BaconBarHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = BaconBarHelper.entitlements; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. E922AEF4186F5F790038E4D7 /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. E922AEFB186F5F790038E4D7 /* Cocoa.framework in Frameworks */,
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. /* End PBXFrameworksBuildPhase section */
  45. /* Begin PBXGroup section */
  46. E922AEEE186F5F780038E4D7 = {
  47. isa = PBXGroup;
  48. children = (
  49. E922AF00186F5F790038E4D7 /* BaconBarHelper */,
  50. E922AEF9186F5F790038E4D7 /* Frameworks */,
  51. E922AEF8186F5F790038E4D7 /* Products */,
  52. );
  53. sourceTree = "<group>";
  54. };
  55. E922AEF8186F5F790038E4D7 /* Products */ = {
  56. isa = PBXGroup;
  57. children = (
  58. E922AEF7186F5F790038E4D7 /* BaconBarHelper.app */,
  59. );
  60. name = Products;
  61. sourceTree = "<group>";
  62. };
  63. E922AEF9186F5F790038E4D7 /* Frameworks */ = {
  64. isa = PBXGroup;
  65. children = (
  66. E922AEFA186F5F790038E4D7 /* Cocoa.framework */,
  67. E922AF19186F5F790038E4D7 /* XCTest.framework */,
  68. E922AEFC186F5F790038E4D7 /* Other Frameworks */,
  69. );
  70. name = Frameworks;
  71. sourceTree = "<group>";
  72. };
  73. E922AEFC186F5F790038E4D7 /* Other Frameworks */ = {
  74. isa = PBXGroup;
  75. children = (
  76. E922AEFD186F5F790038E4D7 /* AppKit.framework */,
  77. E922AEFE186F5F790038E4D7 /* CoreData.framework */,
  78. E922AEFF186F5F790038E4D7 /* Foundation.framework */,
  79. );
  80. name = "Other Frameworks";
  81. sourceTree = "<group>";
  82. };
  83. E922AF00186F5F790038E4D7 /* BaconBarHelper */ = {
  84. isa = PBXGroup;
  85. children = (
  86. E922AF3C186F60E60038E4D7 /* BaconBarHelper.entitlements */,
  87. E922AF0C186F5F790038E4D7 /* AppDelegate.h */,
  88. E922AF0D186F5F790038E4D7 /* AppDelegate.m */,
  89. E922AF0F186F5F790038E4D7 /* MainMenu.xib */,
  90. E922AF12186F5F790038E4D7 /* Images.xcassets */,
  91. E922AF01186F5F790038E4D7 /* Supporting Files */,
  92. );
  93. path = BaconBarHelper;
  94. sourceTree = "<group>";
  95. };
  96. E922AF01186F5F790038E4D7 /* Supporting Files */ = {
  97. isa = PBXGroup;
  98. children = (
  99. E922AF02186F5F790038E4D7 /* BaconBarHelper-Info.plist */,
  100. E922AF03186F5F790038E4D7 /* InfoPlist.strings */,
  101. E922AF06186F5F790038E4D7 /* main.m */,
  102. E922AF08186F5F790038E4D7 /* BaconBarHelper-Prefix.pch */,
  103. E922AF09186F5F790038E4D7 /* Credits.rtf */,
  104. );
  105. name = "Supporting Files";
  106. sourceTree = "<group>";
  107. };
  108. /* End PBXGroup section */
  109. /* Begin PBXNativeTarget section */
  110. E922AEF6186F5F790038E4D7 /* BaconBarHelper */ = {
  111. isa = PBXNativeTarget;
  112. buildConfigurationList = E922AF28186F5F790038E4D7 /* Build configuration list for PBXNativeTarget "BaconBarHelper" */;
  113. buildPhases = (
  114. E922AEF3186F5F790038E4D7 /* Sources */,
  115. E922AEF4186F5F790038E4D7 /* Frameworks */,
  116. E922AEF5186F5F790038E4D7 /* Resources */,
  117. );
  118. buildRules = (
  119. );
  120. dependencies = (
  121. );
  122. name = BaconBarHelper;
  123. productName = BaconBarHelper;
  124. productReference = E922AEF7186F5F790038E4D7 /* BaconBarHelper.app */;
  125. productType = "com.apple.product-type.application";
  126. };
  127. /* End PBXNativeTarget section */
  128. /* Begin PBXProject section */
  129. E922AEEF186F5F780038E4D7 /* Project object */ = {
  130. isa = PBXProject;
  131. attributes = {
  132. LastUpgradeCheck = 0500;
  133. ORGANIZATIONNAME = xythobuz;
  134. TargetAttributes = {
  135. E922AEF6186F5F790038E4D7 = {
  136. DevelopmentTeam = 2YRH3A6P3C;
  137. SystemCapabilities = {
  138. com.apple.Sandbox = {
  139. enabled = 1;
  140. };
  141. };
  142. };
  143. };
  144. };
  145. buildConfigurationList = E922AEF2186F5F780038E4D7 /* Build configuration list for PBXProject "BaconBarHelper" */;
  146. compatibilityVersion = "Xcode 3.2";
  147. developmentRegion = English;
  148. hasScannedForEncodings = 0;
  149. knownRegions = (
  150. en,
  151. Base,
  152. );
  153. mainGroup = E922AEEE186F5F780038E4D7;
  154. productRefGroup = E922AEF8186F5F790038E4D7 /* Products */;
  155. projectDirPath = "";
  156. projectRoot = "";
  157. targets = (
  158. E922AEF6186F5F790038E4D7 /* BaconBarHelper */,
  159. );
  160. };
  161. /* End PBXProject section */
  162. /* Begin PBXResourcesBuildPhase section */
  163. E922AEF5186F5F790038E4D7 /* Resources */ = {
  164. isa = PBXResourcesBuildPhase;
  165. buildActionMask = 2147483647;
  166. files = (
  167. E922AF05186F5F790038E4D7 /* InfoPlist.strings in Resources */,
  168. E922AF13186F5F790038E4D7 /* Images.xcassets in Resources */,
  169. E922AF0B186F5F790038E4D7 /* Credits.rtf in Resources */,
  170. E922AF11186F5F790038E4D7 /* MainMenu.xib in Resources */,
  171. );
  172. runOnlyForDeploymentPostprocessing = 0;
  173. };
  174. /* End PBXResourcesBuildPhase section */
  175. /* Begin PBXSourcesBuildPhase section */
  176. E922AEF3186F5F790038E4D7 /* Sources */ = {
  177. isa = PBXSourcesBuildPhase;
  178. buildActionMask = 2147483647;
  179. files = (
  180. E922AF0E186F5F790038E4D7 /* AppDelegate.m in Sources */,
  181. E922AF07186F5F790038E4D7 /* main.m in Sources */,
  182. );
  183. runOnlyForDeploymentPostprocessing = 0;
  184. };
  185. /* End PBXSourcesBuildPhase section */
  186. /* Begin PBXVariantGroup section */
  187. E922AF03186F5F790038E4D7 /* InfoPlist.strings */ = {
  188. isa = PBXVariantGroup;
  189. children = (
  190. E922AF04186F5F790038E4D7 /* en */,
  191. );
  192. name = InfoPlist.strings;
  193. sourceTree = "<group>";
  194. };
  195. E922AF09186F5F790038E4D7 /* Credits.rtf */ = {
  196. isa = PBXVariantGroup;
  197. children = (
  198. E922AF0A186F5F790038E4D7 /* en */,
  199. );
  200. name = Credits.rtf;
  201. sourceTree = "<group>";
  202. };
  203. E922AF0F186F5F790038E4D7 /* MainMenu.xib */ = {
  204. isa = PBXVariantGroup;
  205. children = (
  206. E922AF10186F5F790038E4D7 /* Base */,
  207. );
  208. name = MainMenu.xib;
  209. sourceTree = "<group>";
  210. };
  211. /* End PBXVariantGroup section */
  212. /* Begin XCBuildConfiguration section */
  213. E922AF26186F5F790038E4D7 /* Debug */ = {
  214. isa = XCBuildConfiguration;
  215. buildSettings = {
  216. ALWAYS_SEARCH_USER_PATHS = NO;
  217. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  218. CLANG_CXX_LIBRARY = "libc++";
  219. CLANG_ENABLE_OBJC_ARC = YES;
  220. CLANG_WARN_BOOL_CONVERSION = YES;
  221. CLANG_WARN_CONSTANT_CONVERSION = YES;
  222. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  223. CLANG_WARN_EMPTY_BODY = YES;
  224. CLANG_WARN_ENUM_CONVERSION = YES;
  225. CLANG_WARN_INT_CONVERSION = YES;
  226. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  227. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  228. COPY_PHASE_STRIP = NO;
  229. GCC_C_LANGUAGE_STANDARD = gnu99;
  230. GCC_DYNAMIC_NO_PIC = NO;
  231. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  232. GCC_OPTIMIZATION_LEVEL = 0;
  233. GCC_PREPROCESSOR_DEFINITIONS = (
  234. "DEBUG=1",
  235. "$(inherited)",
  236. );
  237. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  238. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  239. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  240. GCC_WARN_UNDECLARED_SELECTOR = YES;
  241. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  242. GCC_WARN_UNUSED_FUNCTION = YES;
  243. GCC_WARN_UNUSED_VARIABLE = YES;
  244. MACOSX_DEPLOYMENT_TARGET = 10.8;
  245. ONLY_ACTIVE_ARCH = YES;
  246. SDKROOT = macosx10.8;
  247. };
  248. name = Debug;
  249. };
  250. E922AF27186F5F790038E4D7 /* Release */ = {
  251. isa = XCBuildConfiguration;
  252. buildSettings = {
  253. ALWAYS_SEARCH_USER_PATHS = NO;
  254. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  255. CLANG_CXX_LIBRARY = "libc++";
  256. CLANG_ENABLE_OBJC_ARC = YES;
  257. CLANG_WARN_BOOL_CONVERSION = YES;
  258. CLANG_WARN_CONSTANT_CONVERSION = YES;
  259. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  260. CLANG_WARN_EMPTY_BODY = YES;
  261. CLANG_WARN_ENUM_CONVERSION = YES;
  262. CLANG_WARN_INT_CONVERSION = YES;
  263. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  264. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  265. COPY_PHASE_STRIP = YES;
  266. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  267. ENABLE_NS_ASSERTIONS = NO;
  268. GCC_C_LANGUAGE_STANDARD = gnu99;
  269. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  270. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  271. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  272. GCC_WARN_UNDECLARED_SELECTOR = YES;
  273. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  274. GCC_WARN_UNUSED_FUNCTION = YES;
  275. GCC_WARN_UNUSED_VARIABLE = YES;
  276. MACOSX_DEPLOYMENT_TARGET = 10.8;
  277. SDKROOT = macosx10.8;
  278. };
  279. name = Release;
  280. };
  281. E922AF29186F5F790038E4D7 /* Debug */ = {
  282. isa = XCBuildConfiguration;
  283. buildSettings = {
  284. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  285. CODE_SIGN_ENTITLEMENTS = BaconBarHelper/BaconBarHelper.entitlements;
  286. CODE_SIGN_IDENTITY = "Mac Developer";
  287. COMBINE_HIDPI_IMAGES = YES;
  288. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  289. GCC_PREFIX_HEADER = "BaconBarHelper/BaconBarHelper-Prefix.pch";
  290. INFOPLIST_FILE = "BaconBarHelper/BaconBarHelper-Info.plist";
  291. PRODUCT_NAME = "$(TARGET_NAME)";
  292. SKIP_INSTALL = YES;
  293. WRAPPER_EXTENSION = app;
  294. };
  295. name = Debug;
  296. };
  297. E922AF2A186F5F790038E4D7 /* Release */ = {
  298. isa = XCBuildConfiguration;
  299. buildSettings = {
  300. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  301. CODE_SIGN_ENTITLEMENTS = BaconBarHelper/BaconBarHelper.entitlements;
  302. CODE_SIGN_IDENTITY = "Mac Developer";
  303. COMBINE_HIDPI_IMAGES = YES;
  304. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  305. GCC_PREFIX_HEADER = "BaconBarHelper/BaconBarHelper-Prefix.pch";
  306. INFOPLIST_FILE = "BaconBarHelper/BaconBarHelper-Info.plist";
  307. PRODUCT_NAME = "$(TARGET_NAME)";
  308. SKIP_INSTALL = YES;
  309. WRAPPER_EXTENSION = app;
  310. };
  311. name = Release;
  312. };
  313. /* End XCBuildConfiguration section */
  314. /* Begin XCConfigurationList section */
  315. E922AEF2186F5F780038E4D7 /* Build configuration list for PBXProject "BaconBarHelper" */ = {
  316. isa = XCConfigurationList;
  317. buildConfigurations = (
  318. E922AF26186F5F790038E4D7 /* Debug */,
  319. E922AF27186F5F790038E4D7 /* Release */,
  320. );
  321. defaultConfigurationIsVisible = 0;
  322. defaultConfigurationName = Release;
  323. };
  324. E922AF28186F5F790038E4D7 /* Build configuration list for PBXNativeTarget "BaconBarHelper" */ = {
  325. isa = XCConfigurationList;
  326. buildConfigurations = (
  327. E922AF29186F5F790038E4D7 /* Debug */,
  328. E922AF2A186F5F790038E4D7 /* Release */,
  329. );
  330. defaultConfigurationIsVisible = 0;
  331. defaultConfigurationName = Release;
  332. };
  333. /* End XCConfigurationList section */
  334. };
  335. rootObject = E922AEEF186F5F780038E4D7 /* Project object */;
  336. }