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

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