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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E90E74B4184FAA0F00F38929 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E90E74B2184FAA0F00F38929 /* Localizable.strings */; };
  10. E9341914184A1A1A00D03488 /* StateModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E9341913184A1A1A00D03488 /* StateModel.m */; };
  11. E934191B184A47DE00D03488 /* Prefs.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9341919184A47DE00D03488 /* Prefs.xib */; };
  12. E9A129B1184BD24000F50D1D /* RedditItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A129B0184BD24000F50D1D /* RedditItem.m */; };
  13. E9B6773E184B73DC00850559 /* Reddit.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B6773D184B73DC00850559 /* Reddit.m */; };
  14. E9BA9EB2186F63D600D147BC /* BaconBarHelper.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = E9BA9EAF186F63C400D147BC /* BaconBarHelper.app */; };
  15. E9C32422186E49F000B41515 /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9C32421186E49F000B41515 /* ServiceManagement.framework */; };
  16. E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
  17. E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F29184961010004AE02 /* InfoPlist.strings */; };
  18. E9CF1F2D184961010004AE02 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F2C184961010004AE02 /* main.m */; };
  19. E9CF1F31184961010004AE02 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F2F184961010004AE02 /* Credits.rtf */; };
  20. E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F33184961010004AE02 /* AppDelegate.m */; };
  21. E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F35184961020004AE02 /* MainMenu.xib */; };
  22. E9CF1F39184961020004AE02 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F38184961020004AE02 /* Images.xcassets */; };
  23. E9CF1F5C1849685C0004AE02 /* PrefController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F5B1849685C0004AE02 /* PrefController.m */; };
  24. E9F64A2E185E1E2900D6CA16 /* PrefWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F64A2D185E1E2900D6CA16 /* PrefWindow.m */; };
  25. /* End PBXBuildFile section */
  26. /* Begin PBXContainerItemProxy section */
  27. E9BA9EAE186F63C400D147BC /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = E9BA9EA9186F63C400D147BC /* BaconBarHelper.xcodeproj */;
  30. proxyType = 2;
  31. remoteGlobalIDString = E922AEF7186F5F790038E4D7;
  32. remoteInfo = BaconBarHelper;
  33. };
  34. /* End PBXContainerItemProxy section */
  35. /* Begin PBXCopyFilesBuildPhase section */
  36. E9C32454186E4CF900B41515 /* CopyFiles */ = {
  37. isa = PBXCopyFilesBuildPhase;
  38. buildActionMask = 2147483647;
  39. dstPath = Contents/Library/LoginItems;
  40. dstSubfolderSpec = 1;
  41. files = (
  42. E9BA9EB2186F63D600D147BC /* BaconBarHelper.app in CopyFiles */,
  43. );
  44. runOnlyForDeploymentPostprocessing = 0;
  45. };
  46. /* End PBXCopyFilesBuildPhase section */
  47. /* Begin PBXFileReference section */
  48. E90227A81874A24100314AAC /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/MainMenu.xib; sourceTree = "<group>"; };
  49. E90227A91874A24700314AAC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
  50. E90227AA1874A25800314AAC /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/Prefs.xib; sourceTree = "<group>"; };
  51. E90227AB1874A25B00314AAC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/Prefs.xib; sourceTree = "<group>"; };
  52. E90E74B3184FAA0F00F38929 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  53. E90E74B8184FAADE00F38929 /* de */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
  54. E90E74B9184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  55. E90E74BA184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = de.lproj/Credits.rtf; sourceTree = "<group>"; };
  56. E9341912184A1A1A00D03488 /* StateModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StateModel.h; sourceTree = "<group>"; };
  57. E9341913184A1A1A00D03488 /* StateModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StateModel.m; sourceTree = "<group>"; };
  58. E98FE550186F6ED800A94AAC /* BaconBar.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = BaconBar.entitlements; path = ../BaconBar.entitlements; sourceTree = "<group>"; };
  59. E9A129AF184BD24000F50D1D /* RedditItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RedditItem.h; sourceTree = "<group>"; };
  60. E9A129B0184BD24000F50D1D /* RedditItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RedditItem.m; sourceTree = "<group>"; };
  61. E9B6773C184B73DC00850559 /* Reddit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reddit.h; sourceTree = "<group>"; };
  62. E9B6773D184B73DC00850559 /* Reddit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reddit.m; sourceTree = "<group>"; };
  63. E9BA9EA9186F63C400D147BC /* BaconBarHelper.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = BaconBarHelper.xcodeproj; sourceTree = "<group>"; };
  64. E9C32421186E49F000B41515 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
  65. E9CF1F1D184961010004AE02 /* BaconBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BaconBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
  66. E9CF1F20184961010004AE02 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  67. E9CF1F23184961010004AE02 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  68. E9CF1F24184961010004AE02 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  69. E9CF1F25184961010004AE02 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  70. E9CF1F28184961010004AE02 /* BaconBar-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BaconBar-Info.plist"; sourceTree = "<group>"; };
  71. E9CF1F2A184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  72. E9CF1F2C184961010004AE02 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  73. E9CF1F2E184961010004AE02 /* BaconBar-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BaconBar-Prefix.pch"; sourceTree = "<group>"; };
  74. E9CF1F30184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  75. E9CF1F32184961010004AE02 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  76. E9CF1F33184961010004AE02 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  77. E9CF1F38184961020004AE02 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  78. E9CF1F3F184961020004AE02 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  79. E9CF1F5A1849685C0004AE02 /* PrefController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefController.h; sourceTree = "<group>"; };
  80. E9CF1F5B1849685C0004AE02 /* PrefController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefController.m; sourceTree = "<group>"; };
  81. E9F64A2C185E1E2900D6CA16 /* PrefWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefWindow.h; sourceTree = "<group>"; };
  82. E9F64A2D185E1E2900D6CA16 /* PrefWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefWindow.m; sourceTree = "<group>"; };
  83. /* End PBXFileReference section */
  84. /* Begin PBXFrameworksBuildPhase section */
  85. E9CF1F1A184961010004AE02 /* Frameworks */ = {
  86. isa = PBXFrameworksBuildPhase;
  87. buildActionMask = 2147483647;
  88. files = (
  89. E9C32422186E49F000B41515 /* ServiceManagement.framework in Frameworks */,
  90. E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */,
  91. );
  92. runOnlyForDeploymentPostprocessing = 0;
  93. };
  94. /* End PBXFrameworksBuildPhase section */
  95. /* Begin PBXGroup section */
  96. E9BA9EAA186F63C400D147BC /* Products */ = {
  97. isa = PBXGroup;
  98. children = (
  99. E9BA9EAF186F63C400D147BC /* BaconBarHelper.app */,
  100. );
  101. name = Products;
  102. sourceTree = "<group>";
  103. };
  104. E9CF1F14184961010004AE02 = {
  105. isa = PBXGroup;
  106. children = (
  107. E9BA9EA9186F63C400D147BC /* BaconBarHelper.xcodeproj */,
  108. E9CF1F26184961010004AE02 /* BaconBar */,
  109. E9CF1F1F184961010004AE02 /* Frameworks */,
  110. E9CF1F1E184961010004AE02 /* Products */,
  111. );
  112. sourceTree = "<group>";
  113. };
  114. E9CF1F1E184961010004AE02 /* Products */ = {
  115. isa = PBXGroup;
  116. children = (
  117. E9CF1F1D184961010004AE02 /* BaconBar.app */,
  118. );
  119. name = Products;
  120. sourceTree = "<group>";
  121. };
  122. E9CF1F1F184961010004AE02 /* Frameworks */ = {
  123. isa = PBXGroup;
  124. children = (
  125. E9C32421186E49F000B41515 /* ServiceManagement.framework */,
  126. E9CF1F20184961010004AE02 /* Cocoa.framework */,
  127. E9CF1F3F184961020004AE02 /* XCTest.framework */,
  128. E9CF1F22184961010004AE02 /* Other Frameworks */,
  129. );
  130. name = Frameworks;
  131. sourceTree = "<group>";
  132. };
  133. E9CF1F22184961010004AE02 /* Other Frameworks */ = {
  134. isa = PBXGroup;
  135. children = (
  136. E9CF1F23184961010004AE02 /* AppKit.framework */,
  137. E9CF1F24184961010004AE02 /* CoreData.framework */,
  138. E9CF1F25184961010004AE02 /* Foundation.framework */,
  139. );
  140. name = "Other Frameworks";
  141. sourceTree = "<group>";
  142. };
  143. E9CF1F26184961010004AE02 /* BaconBar */ = {
  144. isa = PBXGroup;
  145. children = (
  146. E98FE550186F6ED800A94AAC /* BaconBar.entitlements */,
  147. E9CF1F32184961010004AE02 /* AppDelegate.h */,
  148. E9CF1F33184961010004AE02 /* AppDelegate.m */,
  149. E9B6773C184B73DC00850559 /* Reddit.h */,
  150. E9B6773D184B73DC00850559 /* Reddit.m */,
  151. E9A129AF184BD24000F50D1D /* RedditItem.h */,
  152. E9A129B0184BD24000F50D1D /* RedditItem.m */,
  153. E9341912184A1A1A00D03488 /* StateModel.h */,
  154. E9341913184A1A1A00D03488 /* StateModel.m */,
  155. E9CF1F5A1849685C0004AE02 /* PrefController.h */,
  156. E9CF1F5B1849685C0004AE02 /* PrefController.m */,
  157. E9F64A2C185E1E2900D6CA16 /* PrefWindow.h */,
  158. E9F64A2D185E1E2900D6CA16 /* PrefWindow.m */,
  159. E9CF1F35184961020004AE02 /* MainMenu.xib */,
  160. E9341919184A47DE00D03488 /* Prefs.xib */,
  161. E90E74B2184FAA0F00F38929 /* Localizable.strings */,
  162. E9CF1F38184961020004AE02 /* Images.xcassets */,
  163. E9CF1F27184961010004AE02 /* Supporting Files */,
  164. );
  165. name = BaconBar;
  166. path = RedditBar;
  167. sourceTree = "<group>";
  168. };
  169. E9CF1F27184961010004AE02 /* Supporting Files */ = {
  170. isa = PBXGroup;
  171. children = (
  172. E9CF1F28184961010004AE02 /* BaconBar-Info.plist */,
  173. E9CF1F29184961010004AE02 /* InfoPlist.strings */,
  174. E9CF1F2C184961010004AE02 /* main.m */,
  175. E9CF1F2E184961010004AE02 /* BaconBar-Prefix.pch */,
  176. E9CF1F2F184961010004AE02 /* Credits.rtf */,
  177. );
  178. name = "Supporting Files";
  179. sourceTree = "<group>";
  180. };
  181. /* End PBXGroup section */
  182. /* Begin PBXNativeTarget section */
  183. E9CF1F1C184961010004AE02 /* BaconBar */ = {
  184. isa = PBXNativeTarget;
  185. buildConfigurationList = E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBar" */;
  186. buildPhases = (
  187. E9CF1F19184961010004AE02 /* Sources */,
  188. E9CF1F1A184961010004AE02 /* Frameworks */,
  189. E9341915184A3A6500D03488 /* ShellScript */,
  190. E9CF1F1B184961010004AE02 /* Resources */,
  191. E97FD65D185231D0006B5B3E /* Run Script */,
  192. E9C32454186E4CF900B41515 /* CopyFiles */,
  193. );
  194. buildRules = (
  195. );
  196. dependencies = (
  197. );
  198. name = BaconBar;
  199. productName = RedditBar;
  200. productReference = E9CF1F1D184961010004AE02 /* BaconBar.app */;
  201. productType = "com.apple.product-type.application";
  202. };
  203. /* End PBXNativeTarget section */
  204. /* Begin PBXProject section */
  205. E9CF1F15184961010004AE02 /* Project object */ = {
  206. isa = PBXProject;
  207. attributes = {
  208. LastUpgradeCheck = 0500;
  209. ORGANIZATIONNAME = xythobuz;
  210. TargetAttributes = {
  211. E9CF1F1C184961010004AE02 = {
  212. DevelopmentTeam = 2YRH3A6P3C;
  213. SystemCapabilities = {
  214. com.apple.Sandbox = {
  215. enabled = 1;
  216. };
  217. };
  218. };
  219. };
  220. };
  221. buildConfigurationList = E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "BaconBar" */;
  222. compatibilityVersion = "Xcode 3.2";
  223. developmentRegion = English;
  224. hasScannedForEncodings = 0;
  225. knownRegions = (
  226. en,
  227. Base,
  228. de,
  229. );
  230. mainGroup = E9CF1F14184961010004AE02;
  231. productRefGroup = E9CF1F1E184961010004AE02 /* Products */;
  232. projectDirPath = "";
  233. projectReferences = (
  234. {
  235. ProductGroup = E9BA9EAA186F63C400D147BC /* Products */;
  236. ProjectRef = E9BA9EA9186F63C400D147BC /* BaconBarHelper.xcodeproj */;
  237. },
  238. );
  239. projectRoot = "";
  240. targets = (
  241. E9CF1F1C184961010004AE02 /* BaconBar */,
  242. );
  243. };
  244. /* End PBXProject section */
  245. /* Begin PBXReferenceProxy section */
  246. E9BA9EAF186F63C400D147BC /* BaconBarHelper.app */ = {
  247. isa = PBXReferenceProxy;
  248. fileType = wrapper.application;
  249. path = BaconBarHelper.app;
  250. remoteRef = E9BA9EAE186F63C400D147BC /* PBXContainerItemProxy */;
  251. sourceTree = BUILT_PRODUCTS_DIR;
  252. };
  253. /* End PBXReferenceProxy section */
  254. /* Begin PBXResourcesBuildPhase section */
  255. E9CF1F1B184961010004AE02 /* Resources */ = {
  256. isa = PBXResourcesBuildPhase;
  257. buildActionMask = 2147483647;
  258. files = (
  259. E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */,
  260. E90E74B4184FAA0F00F38929 /* Localizable.strings in Resources */,
  261. E9CF1F39184961020004AE02 /* Images.xcassets in Resources */,
  262. E9CF1F31184961010004AE02 /* Credits.rtf in Resources */,
  263. E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */,
  264. E934191B184A47DE00D03488 /* Prefs.xib in Resources */,
  265. );
  266. runOnlyForDeploymentPostprocessing = 0;
  267. };
  268. /* End PBXResourcesBuildPhase section */
  269. /* Begin PBXShellScriptBuildPhase section */
  270. E9341915184A3A6500D03488 /* ShellScript */ = {
  271. isa = PBXShellScriptBuildPhase;
  272. buildActionMask = 2147483647;
  273. files = (
  274. );
  275. inputPaths = (
  276. );
  277. outputPaths = (
  278. );
  279. runOnlyForDeploymentPostprocessing = 0;
  280. shellPath = /bin/sh;
  281. 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}\"";
  282. };
  283. E97FD65D185231D0006B5B3E /* Run Script */ = {
  284. isa = PBXShellScriptBuildPhase;
  285. buildActionMask = 2147483647;
  286. files = (
  287. );
  288. inputPaths = (
  289. );
  290. name = "Run Script";
  291. outputPaths = (
  292. );
  293. runOnlyForDeploymentPostprocessing = 0;
  294. shellPath = /bin/sh;
  295. shellScript = "# Also regenerate Localizable.strings\nfind . -name RedditBar\\*.m | xargs genstrings -o en.lproj";
  296. };
  297. /* End PBXShellScriptBuildPhase section */
  298. /* Begin PBXSourcesBuildPhase section */
  299. E9CF1F19184961010004AE02 /* Sources */ = {
  300. isa = PBXSourcesBuildPhase;
  301. buildActionMask = 2147483647;
  302. files = (
  303. E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */,
  304. E9341914184A1A1A00D03488 /* StateModel.m in Sources */,
  305. E9A129B1184BD24000F50D1D /* RedditItem.m in Sources */,
  306. E9CF1F2D184961010004AE02 /* main.m in Sources */,
  307. E9CF1F5C1849685C0004AE02 /* PrefController.m in Sources */,
  308. E9F64A2E185E1E2900D6CA16 /* PrefWindow.m in Sources */,
  309. E9B6773E184B73DC00850559 /* Reddit.m in Sources */,
  310. );
  311. runOnlyForDeploymentPostprocessing = 0;
  312. };
  313. /* End PBXSourcesBuildPhase section */
  314. /* Begin PBXVariantGroup section */
  315. E90E74B2184FAA0F00F38929 /* Localizable.strings */ = {
  316. isa = PBXVariantGroup;
  317. children = (
  318. E90E74B3184FAA0F00F38929 /* en */,
  319. E90E74B8184FAADE00F38929 /* de */,
  320. );
  321. name = Localizable.strings;
  322. sourceTree = "<group>";
  323. };
  324. E9341919184A47DE00D03488 /* Prefs.xib */ = {
  325. isa = PBXVariantGroup;
  326. children = (
  327. E90227AA1874A25800314AAC /* de */,
  328. E90227AB1874A25B00314AAC /* en */,
  329. );
  330. name = Prefs.xib;
  331. sourceTree = "<group>";
  332. };
  333. E9CF1F29184961010004AE02 /* InfoPlist.strings */ = {
  334. isa = PBXVariantGroup;
  335. children = (
  336. E9CF1F2A184961010004AE02 /* en */,
  337. E90E74B9184FAADE00F38929 /* de */,
  338. );
  339. name = InfoPlist.strings;
  340. sourceTree = "<group>";
  341. };
  342. E9CF1F2F184961010004AE02 /* Credits.rtf */ = {
  343. isa = PBXVariantGroup;
  344. children = (
  345. E9CF1F30184961010004AE02 /* en */,
  346. E90E74BA184FAADE00F38929 /* de */,
  347. );
  348. name = Credits.rtf;
  349. sourceTree = "<group>";
  350. };
  351. E9CF1F35184961020004AE02 /* MainMenu.xib */ = {
  352. isa = PBXVariantGroup;
  353. children = (
  354. E90227A81874A24100314AAC /* de */,
  355. E90227A91874A24700314AAC /* en */,
  356. );
  357. name = MainMenu.xib;
  358. sourceTree = "<group>";
  359. };
  360. /* End PBXVariantGroup section */
  361. /* Begin XCBuildConfiguration section */
  362. E9CF1F4C184961020004AE02 /* Debug */ = {
  363. isa = XCBuildConfiguration;
  364. buildSettings = {
  365. ALWAYS_SEARCH_USER_PATHS = NO;
  366. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  367. CLANG_CXX_LIBRARY = "libc++";
  368. CLANG_ENABLE_OBJC_ARC = YES;
  369. CLANG_WARN_BOOL_CONVERSION = YES;
  370. CLANG_WARN_CONSTANT_CONVERSION = YES;
  371. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  372. CLANG_WARN_EMPTY_BODY = YES;
  373. CLANG_WARN_ENUM_CONVERSION = YES;
  374. CLANG_WARN_INT_CONVERSION = YES;
  375. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  376. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  377. COPY_PHASE_STRIP = NO;
  378. GCC_C_LANGUAGE_STANDARD = gnu99;
  379. GCC_DYNAMIC_NO_PIC = NO;
  380. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  381. GCC_OPTIMIZATION_LEVEL = 0;
  382. GCC_PREPROCESSOR_DEFINITIONS = (
  383. "DEBUG=1",
  384. "$(inherited)",
  385. );
  386. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  387. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  388. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  389. GCC_WARN_UNDECLARED_SELECTOR = YES;
  390. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  391. GCC_WARN_UNUSED_FUNCTION = YES;
  392. GCC_WARN_UNUSED_VARIABLE = YES;
  393. MACOSX_DEPLOYMENT_TARGET = 10.6;
  394. ONLY_ACTIVE_ARCH = YES;
  395. SDKROOT = macosx;
  396. };
  397. name = Debug;
  398. };
  399. E9CF1F4D184961020004AE02 /* Release */ = {
  400. isa = XCBuildConfiguration;
  401. buildSettings = {
  402. ALWAYS_SEARCH_USER_PATHS = NO;
  403. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  404. CLANG_CXX_LIBRARY = "libc++";
  405. CLANG_ENABLE_OBJC_ARC = YES;
  406. CLANG_WARN_BOOL_CONVERSION = YES;
  407. CLANG_WARN_CONSTANT_CONVERSION = YES;
  408. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  409. CLANG_WARN_EMPTY_BODY = YES;
  410. CLANG_WARN_ENUM_CONVERSION = YES;
  411. CLANG_WARN_INT_CONVERSION = YES;
  412. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  413. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  414. COPY_PHASE_STRIP = YES;
  415. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  416. ENABLE_NS_ASSERTIONS = NO;
  417. GCC_C_LANGUAGE_STANDARD = gnu99;
  418. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  419. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  420. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  421. GCC_WARN_UNDECLARED_SELECTOR = YES;
  422. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  423. GCC_WARN_UNUSED_FUNCTION = YES;
  424. GCC_WARN_UNUSED_VARIABLE = YES;
  425. MACOSX_DEPLOYMENT_TARGET = 10.6;
  426. SDKROOT = macosx;
  427. };
  428. name = Release;
  429. };
  430. E9CF1F4F184961020004AE02 /* Debug */ = {
  431. isa = XCBuildConfiguration;
  432. buildSettings = {
  433. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  434. CODE_SIGN_ENTITLEMENTS = BaconBar.entitlements;
  435. CODE_SIGN_IDENTITY = "Mac Developer";
  436. COMBINE_HIDPI_IMAGES = YES;
  437. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  438. GCC_PREFIX_HEADER = "RedditBar/BaconBar-Prefix.pch";
  439. INFOPLIST_FILE = "RedditBar/BaconBar-Info.plist";
  440. MACOSX_DEPLOYMENT_TARGET = 10.6;
  441. PRODUCT_NAME = BaconBar;
  442. PROVISIONING_PROFILE = "807F62BD-EA53-4E77-97C2-42370C9062A3";
  443. SDKROOT = macosx;
  444. WRAPPER_EXTENSION = app;
  445. };
  446. name = Debug;
  447. };
  448. E9CF1F50184961020004AE02 /* Release */ = {
  449. isa = XCBuildConfiguration;
  450. buildSettings = {
  451. ARCHS = "$(ARCHS_STANDARD)";
  452. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  453. CODE_SIGN_ENTITLEMENTS = BaconBar.entitlements;
  454. CODE_SIGN_IDENTITY = "Mac Developer";
  455. COMBINE_HIDPI_IMAGES = YES;
  456. COPY_PHASE_STRIP = NO;
  457. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  458. GCC_PREFIX_HEADER = "RedditBar/BaconBar-Prefix.pch";
  459. INFOPLIST_FILE = "RedditBar/BaconBar-Info.plist";
  460. MACOSX_DEPLOYMENT_TARGET = 10.6;
  461. PRODUCT_NAME = BaconBar;
  462. PROVISIONING_PROFILE = "B8EDDE6B-0381-4CB9-A945-041CCCB5EA7E";
  463. SDKROOT = macosx;
  464. WRAPPER_EXTENSION = app;
  465. };
  466. name = Release;
  467. };
  468. /* End XCBuildConfiguration section */
  469. /* Begin XCConfigurationList section */
  470. E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "BaconBar" */ = {
  471. isa = XCConfigurationList;
  472. buildConfigurations = (
  473. E9CF1F4C184961020004AE02 /* Debug */,
  474. E9CF1F4D184961020004AE02 /* Release */,
  475. );
  476. defaultConfigurationIsVisible = 0;
  477. defaultConfigurationName = Release;
  478. };
  479. E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBar" */ = {
  480. isa = XCConfigurationList;
  481. buildConfigurations = (
  482. E9CF1F4F184961020004AE02 /* Debug */,
  483. E9CF1F50184961020004AE02 /* Release */,
  484. );
  485. defaultConfigurationIsVisible = 0;
  486. defaultConfigurationName = Release;
  487. };
  488. /* End XCConfigurationList section */
  489. };
  490. rootObject = E9CF1F15184961010004AE02 /* Project object */;
  491. }