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 12KB

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