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

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