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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E9341914184A1A1A00D03488 /* StateModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E9341913184A1A1A00D03488 /* StateModel.m */; };
  10. E934191B184A47DE00D03488 /* Prefs.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9341919184A47DE00D03488 /* Prefs.xib */; };
  11. E9B6773E184B73DC00850559 /* Reddit.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B6773D184B73DC00850559 /* Reddit.m */; };
  12. E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
  13. E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F29184961010004AE02 /* InfoPlist.strings */; };
  14. E9CF1F2D184961010004AE02 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F2C184961010004AE02 /* main.m */; };
  15. E9CF1F31184961010004AE02 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F2F184961010004AE02 /* Credits.rtf */; };
  16. E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F33184961010004AE02 /* AppDelegate.m */; };
  17. E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F35184961020004AE02 /* MainMenu.xib */; };
  18. E9CF1F39184961020004AE02 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F38184961020004AE02 /* Images.xcassets */; };
  19. E9CF1F40184961020004AE02 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F3F184961020004AE02 /* XCTest.framework */; };
  20. E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
  21. E9CF1F49184961020004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F47184961020004AE02 /* InfoPlist.strings */; };
  22. E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F4A184961020004AE02 /* RedditBarTests.m */; };
  23. E9CF1F561849654F0004AE02 /* icon-alt.png in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F541849654F0004AE02 /* icon-alt.png */; };
  24. E9CF1F571849654F0004AE02 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F551849654F0004AE02 /* icon.png */; };
  25. E9CF1F5C1849685C0004AE02 /* PrefController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F5B1849685C0004AE02 /* PrefController.m */; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXContainerItemProxy section */
  28. E9CF1F42184961020004AE02 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = E9CF1F15184961010004AE02 /* Project object */;
  31. proxyType = 1;
  32. remoteGlobalIDString = E9CF1F1C184961010004AE02;
  33. remoteInfo = RedditBar;
  34. };
  35. /* End PBXContainerItemProxy section */
  36. /* Begin PBXFileReference section */
  37. E9341912184A1A1A00D03488 /* StateModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StateModel.h; sourceTree = "<group>"; };
  38. E9341913184A1A1A00D03488 /* StateModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StateModel.m; sourceTree = "<group>"; };
  39. E934191A184A47DE00D03488 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Prefs.xib; sourceTree = "<group>"; };
  40. E9B6773C184B73DC00850559 /* Reddit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reddit.h; sourceTree = "<group>"; };
  41. E9B6773D184B73DC00850559 /* Reddit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reddit.m; sourceTree = "<group>"; };
  42. E9CF1F1D184961010004AE02 /* RedditBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RedditBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
  43. E9CF1F20184961010004AE02 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  44. E9CF1F23184961010004AE02 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  45. E9CF1F24184961010004AE02 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  46. E9CF1F25184961010004AE02 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  47. E9CF1F28184961010004AE02 /* RedditBar-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBar-Info.plist"; sourceTree = "<group>"; };
  48. E9CF1F2A184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  49. E9CF1F2C184961010004AE02 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  50. E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RedditBar-Prefix.pch"; sourceTree = "<group>"; };
  51. E9CF1F30184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  52. E9CF1F32184961010004AE02 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  53. E9CF1F33184961010004AE02 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  54. E9CF1F36184961020004AE02 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  55. E9CF1F38184961020004AE02 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  56. E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RedditBarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  57. E9CF1F3F184961020004AE02 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  58. E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBarTests-Info.plist"; sourceTree = "<group>"; };
  59. E9CF1F48184961020004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  60. E9CF1F4A184961020004AE02 /* RedditBarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RedditBarTests.m; sourceTree = "<group>"; };
  61. E9CF1F541849654F0004AE02 /* icon-alt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-alt.png"; sourceTree = "<group>"; };
  62. E9CF1F551849654F0004AE02 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };
  63. E9CF1F5A1849685C0004AE02 /* PrefController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefController.h; sourceTree = "<group>"; };
  64. E9CF1F5B1849685C0004AE02 /* PrefController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefController.m; sourceTree = "<group>"; };
  65. /* End PBXFileReference section */
  66. /* Begin PBXFrameworksBuildPhase section */
  67. E9CF1F1A184961010004AE02 /* Frameworks */ = {
  68. isa = PBXFrameworksBuildPhase;
  69. buildActionMask = 2147483647;
  70. files = (
  71. E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */,
  72. );
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. E9CF1F3B184961020004AE02 /* Frameworks */ = {
  76. isa = PBXFrameworksBuildPhase;
  77. buildActionMask = 2147483647;
  78. files = (
  79. E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */,
  80. E9CF1F40184961020004AE02 /* XCTest.framework in Frameworks */,
  81. );
  82. runOnlyForDeploymentPostprocessing = 0;
  83. };
  84. /* End PBXFrameworksBuildPhase section */
  85. /* Begin PBXGroup section */
  86. E9CF1F14184961010004AE02 = {
  87. isa = PBXGroup;
  88. children = (
  89. E9CF1F26184961010004AE02 /* RedditBar */,
  90. E9CF1F44184961020004AE02 /* RedditBarTests */,
  91. E9CF1F1F184961010004AE02 /* Frameworks */,
  92. E9CF1F1E184961010004AE02 /* Products */,
  93. );
  94. sourceTree = "<group>";
  95. };
  96. E9CF1F1E184961010004AE02 /* Products */ = {
  97. isa = PBXGroup;
  98. children = (
  99. E9CF1F1D184961010004AE02 /* RedditBar.app */,
  100. E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */,
  101. );
  102. name = Products;
  103. sourceTree = "<group>";
  104. };
  105. E9CF1F1F184961010004AE02 /* Frameworks */ = {
  106. isa = PBXGroup;
  107. children = (
  108. E9CF1F20184961010004AE02 /* Cocoa.framework */,
  109. E9CF1F3F184961020004AE02 /* XCTest.framework */,
  110. E9CF1F22184961010004AE02 /* Other Frameworks */,
  111. );
  112. name = Frameworks;
  113. sourceTree = "<group>";
  114. };
  115. E9CF1F22184961010004AE02 /* Other Frameworks */ = {
  116. isa = PBXGroup;
  117. children = (
  118. E9CF1F23184961010004AE02 /* AppKit.framework */,
  119. E9CF1F24184961010004AE02 /* CoreData.framework */,
  120. E9CF1F25184961010004AE02 /* Foundation.framework */,
  121. );
  122. name = "Other Frameworks";
  123. sourceTree = "<group>";
  124. };
  125. E9CF1F26184961010004AE02 /* RedditBar */ = {
  126. isa = PBXGroup;
  127. children = (
  128. E9CF1F541849654F0004AE02 /* icon-alt.png */,
  129. E9CF1F551849654F0004AE02 /* icon.png */,
  130. E9CF1F32184961010004AE02 /* AppDelegate.h */,
  131. E9CF1F33184961010004AE02 /* AppDelegate.m */,
  132. E9B6773C184B73DC00850559 /* Reddit.h */,
  133. E9B6773D184B73DC00850559 /* Reddit.m */,
  134. E9341912184A1A1A00D03488 /* StateModel.h */,
  135. E9341913184A1A1A00D03488 /* StateModel.m */,
  136. E9CF1F35184961020004AE02 /* MainMenu.xib */,
  137. E9341919184A47DE00D03488 /* Prefs.xib */,
  138. E9CF1F5A1849685C0004AE02 /* PrefController.h */,
  139. E9CF1F5B1849685C0004AE02 /* PrefController.m */,
  140. E9CF1F38184961020004AE02 /* Images.xcassets */,
  141. E9CF1F27184961010004AE02 /* Supporting Files */,
  142. );
  143. path = RedditBar;
  144. sourceTree = "<group>";
  145. };
  146. E9CF1F27184961010004AE02 /* Supporting Files */ = {
  147. isa = PBXGroup;
  148. children = (
  149. E9CF1F28184961010004AE02 /* RedditBar-Info.plist */,
  150. E9CF1F29184961010004AE02 /* InfoPlist.strings */,
  151. E9CF1F2C184961010004AE02 /* main.m */,
  152. E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */,
  153. E9CF1F2F184961010004AE02 /* Credits.rtf */,
  154. );
  155. name = "Supporting Files";
  156. sourceTree = "<group>";
  157. };
  158. E9CF1F44184961020004AE02 /* RedditBarTests */ = {
  159. isa = PBXGroup;
  160. children = (
  161. E9CF1F4A184961020004AE02 /* RedditBarTests.m */,
  162. E9CF1F45184961020004AE02 /* Supporting Files */,
  163. );
  164. path = RedditBarTests;
  165. sourceTree = "<group>";
  166. };
  167. E9CF1F45184961020004AE02 /* Supporting Files */ = {
  168. isa = PBXGroup;
  169. children = (
  170. E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */,
  171. E9CF1F47184961020004AE02 /* InfoPlist.strings */,
  172. );
  173. name = "Supporting Files";
  174. sourceTree = "<group>";
  175. };
  176. /* End PBXGroup section */
  177. /* Begin PBXNativeTarget section */
  178. E9CF1F1C184961010004AE02 /* RedditBar */ = {
  179. isa = PBXNativeTarget;
  180. buildConfigurationList = E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */;
  181. buildPhases = (
  182. E9CF1F19184961010004AE02 /* Sources */,
  183. E9CF1F1A184961010004AE02 /* Frameworks */,
  184. E9341915184A3A6500D03488 /* ShellScript */,
  185. E9CF1F1B184961010004AE02 /* Resources */,
  186. );
  187. buildRules = (
  188. );
  189. dependencies = (
  190. );
  191. name = RedditBar;
  192. productName = RedditBar;
  193. productReference = E9CF1F1D184961010004AE02 /* RedditBar.app */;
  194. productType = "com.apple.product-type.application";
  195. };
  196. E9CF1F3D184961020004AE02 /* RedditBarTests */ = {
  197. isa = PBXNativeTarget;
  198. buildConfigurationList = E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */;
  199. buildPhases = (
  200. E9CF1F3A184961020004AE02 /* Sources */,
  201. E9CF1F3B184961020004AE02 /* Frameworks */,
  202. E9CF1F3C184961020004AE02 /* Resources */,
  203. );
  204. buildRules = (
  205. );
  206. dependencies = (
  207. E9CF1F43184961020004AE02 /* PBXTargetDependency */,
  208. );
  209. name = RedditBarTests;
  210. productName = RedditBarTests;
  211. productReference = E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */;
  212. productType = "com.apple.product-type.bundle.unit-test";
  213. };
  214. /* End PBXNativeTarget section */
  215. /* Begin PBXProject section */
  216. E9CF1F15184961010004AE02 /* Project object */ = {
  217. isa = PBXProject;
  218. attributes = {
  219. LastUpgradeCheck = 0500;
  220. ORGANIZATIONNAME = xythobuz;
  221. TargetAttributes = {
  222. E9CF1F3D184961020004AE02 = {
  223. TestTargetID = E9CF1F1C184961010004AE02;
  224. };
  225. };
  226. };
  227. buildConfigurationList = E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */;
  228. compatibilityVersion = "Xcode 3.2";
  229. developmentRegion = English;
  230. hasScannedForEncodings = 0;
  231. knownRegions = (
  232. en,
  233. Base,
  234. );
  235. mainGroup = E9CF1F14184961010004AE02;
  236. productRefGroup = E9CF1F1E184961010004AE02 /* Products */;
  237. projectDirPath = "";
  238. projectRoot = "";
  239. targets = (
  240. E9CF1F1C184961010004AE02 /* RedditBar */,
  241. E9CF1F3D184961020004AE02 /* RedditBarTests */,
  242. );
  243. };
  244. /* End PBXProject section */
  245. /* Begin PBXResourcesBuildPhase section */
  246. E9CF1F1B184961010004AE02 /* Resources */ = {
  247. isa = PBXResourcesBuildPhase;
  248. buildActionMask = 2147483647;
  249. files = (
  250. E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */,
  251. E9CF1F39184961020004AE02 /* Images.xcassets in Resources */,
  252. E9CF1F571849654F0004AE02 /* icon.png in Resources */,
  253. E9CF1F31184961010004AE02 /* Credits.rtf in Resources */,
  254. E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */,
  255. E9CF1F561849654F0004AE02 /* icon-alt.png in Resources */,
  256. E934191B184A47DE00D03488 /* Prefs.xib in Resources */,
  257. );
  258. runOnlyForDeploymentPostprocessing = 0;
  259. };
  260. E9CF1F3C184961020004AE02 /* Resources */ = {
  261. isa = PBXResourcesBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  264. E9CF1F49184961020004AE02 /* InfoPlist.strings 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. /* End PBXShellScriptBuildPhase section */
  284. /* Begin PBXSourcesBuildPhase section */
  285. E9CF1F19184961010004AE02 /* Sources */ = {
  286. isa = PBXSourcesBuildPhase;
  287. buildActionMask = 2147483647;
  288. files = (
  289. E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */,
  290. E9341914184A1A1A00D03488 /* StateModel.m in Sources */,
  291. E9CF1F2D184961010004AE02 /* main.m in Sources */,
  292. E9CF1F5C1849685C0004AE02 /* PrefController.m in Sources */,
  293. E9B6773E184B73DC00850559 /* Reddit.m in Sources */,
  294. );
  295. runOnlyForDeploymentPostprocessing = 0;
  296. };
  297. E9CF1F3A184961020004AE02 /* Sources */ = {
  298. isa = PBXSourcesBuildPhase;
  299. buildActionMask = 2147483647;
  300. files = (
  301. E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */,
  302. );
  303. runOnlyForDeploymentPostprocessing = 0;
  304. };
  305. /* End PBXSourcesBuildPhase section */
  306. /* Begin PBXTargetDependency section */
  307. E9CF1F43184961020004AE02 /* PBXTargetDependency */ = {
  308. isa = PBXTargetDependency;
  309. target = E9CF1F1C184961010004AE02 /* RedditBar */;
  310. targetProxy = E9CF1F42184961020004AE02 /* PBXContainerItemProxy */;
  311. };
  312. /* End PBXTargetDependency section */
  313. /* Begin PBXVariantGroup section */
  314. E9341919184A47DE00D03488 /* Prefs.xib */ = {
  315. isa = PBXVariantGroup;
  316. children = (
  317. E934191A184A47DE00D03488 /* Base */,
  318. );
  319. name = Prefs.xib;
  320. sourceTree = "<group>";
  321. };
  322. E9CF1F29184961010004AE02 /* InfoPlist.strings */ = {
  323. isa = PBXVariantGroup;
  324. children = (
  325. E9CF1F2A184961010004AE02 /* en */,
  326. );
  327. name = InfoPlist.strings;
  328. sourceTree = "<group>";
  329. };
  330. E9CF1F2F184961010004AE02 /* Credits.rtf */ = {
  331. isa = PBXVariantGroup;
  332. children = (
  333. E9CF1F30184961010004AE02 /* en */,
  334. );
  335. name = Credits.rtf;
  336. sourceTree = "<group>";
  337. };
  338. E9CF1F35184961020004AE02 /* MainMenu.xib */ = {
  339. isa = PBXVariantGroup;
  340. children = (
  341. E9CF1F36184961020004AE02 /* Base */,
  342. );
  343. name = MainMenu.xib;
  344. sourceTree = "<group>";
  345. };
  346. E9CF1F47184961020004AE02 /* InfoPlist.strings */ = {
  347. isa = PBXVariantGroup;
  348. children = (
  349. E9CF1F48184961020004AE02 /* en */,
  350. );
  351. name = InfoPlist.strings;
  352. sourceTree = "<group>";
  353. };
  354. /* End PBXVariantGroup section */
  355. /* Begin XCBuildConfiguration section */
  356. E9CF1F4C184961020004AE02 /* Debug */ = {
  357. isa = XCBuildConfiguration;
  358. buildSettings = {
  359. ALWAYS_SEARCH_USER_PATHS = NO;
  360. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  361. CLANG_CXX_LIBRARY = "libc++";
  362. CLANG_ENABLE_OBJC_ARC = YES;
  363. CLANG_WARN_BOOL_CONVERSION = YES;
  364. CLANG_WARN_CONSTANT_CONVERSION = YES;
  365. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  366. CLANG_WARN_EMPTY_BODY = YES;
  367. CLANG_WARN_ENUM_CONVERSION = YES;
  368. CLANG_WARN_INT_CONVERSION = YES;
  369. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  370. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  371. COPY_PHASE_STRIP = NO;
  372. GCC_C_LANGUAGE_STANDARD = gnu99;
  373. GCC_DYNAMIC_NO_PIC = NO;
  374. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  375. GCC_OPTIMIZATION_LEVEL = 0;
  376. GCC_PREPROCESSOR_DEFINITIONS = (
  377. "DEBUG=1",
  378. "$(inherited)",
  379. );
  380. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  381. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  382. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  383. GCC_WARN_UNDECLARED_SELECTOR = YES;
  384. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  385. GCC_WARN_UNUSED_FUNCTION = YES;
  386. GCC_WARN_UNUSED_VARIABLE = YES;
  387. MACOSX_DEPLOYMENT_TARGET = 10.9;
  388. ONLY_ACTIVE_ARCH = YES;
  389. SDKROOT = macosx;
  390. };
  391. name = Debug;
  392. };
  393. E9CF1F4D184961020004AE02 /* Release */ = {
  394. isa = XCBuildConfiguration;
  395. buildSettings = {
  396. ALWAYS_SEARCH_USER_PATHS = NO;
  397. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  398. CLANG_CXX_LIBRARY = "libc++";
  399. CLANG_ENABLE_OBJC_ARC = YES;
  400. CLANG_WARN_BOOL_CONVERSION = YES;
  401. CLANG_WARN_CONSTANT_CONVERSION = YES;
  402. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  403. CLANG_WARN_EMPTY_BODY = YES;
  404. CLANG_WARN_ENUM_CONVERSION = YES;
  405. CLANG_WARN_INT_CONVERSION = YES;
  406. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  407. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  408. COPY_PHASE_STRIP = YES;
  409. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  410. ENABLE_NS_ASSERTIONS = NO;
  411. GCC_C_LANGUAGE_STANDARD = gnu99;
  412. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  413. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  414. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  415. GCC_WARN_UNDECLARED_SELECTOR = YES;
  416. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  417. GCC_WARN_UNUSED_FUNCTION = YES;
  418. GCC_WARN_UNUSED_VARIABLE = YES;
  419. MACOSX_DEPLOYMENT_TARGET = 10.9;
  420. SDKROOT = macosx;
  421. };
  422. name = Release;
  423. };
  424. E9CF1F4F184961020004AE02 /* Debug */ = {
  425. isa = XCBuildConfiguration;
  426. buildSettings = {
  427. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  428. COMBINE_HIDPI_IMAGES = YES;
  429. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  430. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  431. INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
  432. MACOSX_DEPLOYMENT_TARGET = 10.8;
  433. PRODUCT_NAME = "$(TARGET_NAME)";
  434. WRAPPER_EXTENSION = app;
  435. };
  436. name = Debug;
  437. };
  438. E9CF1F50184961020004AE02 /* Release */ = {
  439. isa = XCBuildConfiguration;
  440. buildSettings = {
  441. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  442. COMBINE_HIDPI_IMAGES = YES;
  443. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  444. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  445. INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
  446. MACOSX_DEPLOYMENT_TARGET = 10.8;
  447. PRODUCT_NAME = "$(TARGET_NAME)";
  448. WRAPPER_EXTENSION = app;
  449. };
  450. name = Release;
  451. };
  452. E9CF1F52184961020004AE02 /* Debug */ = {
  453. isa = XCBuildConfiguration;
  454. buildSettings = {
  455. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
  456. COMBINE_HIDPI_IMAGES = YES;
  457. FRAMEWORK_SEARCH_PATHS = (
  458. "$(DEVELOPER_FRAMEWORKS_DIR)",
  459. "$(inherited)",
  460. );
  461. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  462. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  463. GCC_PREPROCESSOR_DEFINITIONS = (
  464. "DEBUG=1",
  465. "$(inherited)",
  466. );
  467. INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
  468. PRODUCT_NAME = "$(TARGET_NAME)";
  469. TEST_HOST = "$(BUNDLE_LOADER)";
  470. WRAPPER_EXTENSION = xctest;
  471. };
  472. name = Debug;
  473. };
  474. E9CF1F53184961020004AE02 /* Release */ = {
  475. isa = XCBuildConfiguration;
  476. buildSettings = {
  477. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
  478. COMBINE_HIDPI_IMAGES = YES;
  479. FRAMEWORK_SEARCH_PATHS = (
  480. "$(DEVELOPER_FRAMEWORKS_DIR)",
  481. "$(inherited)",
  482. );
  483. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  484. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  485. INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
  486. PRODUCT_NAME = "$(TARGET_NAME)";
  487. TEST_HOST = "$(BUNDLE_LOADER)";
  488. WRAPPER_EXTENSION = xctest;
  489. };
  490. name = Release;
  491. };
  492. /* End XCBuildConfiguration section */
  493. /* Begin XCConfigurationList section */
  494. E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */ = {
  495. isa = XCConfigurationList;
  496. buildConfigurations = (
  497. E9CF1F4C184961020004AE02 /* Debug */,
  498. E9CF1F4D184961020004AE02 /* Release */,
  499. );
  500. defaultConfigurationIsVisible = 0;
  501. defaultConfigurationName = Release;
  502. };
  503. E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */ = {
  504. isa = XCConfigurationList;
  505. buildConfigurations = (
  506. E9CF1F4F184961020004AE02 /* Debug */,
  507. E9CF1F50184961020004AE02 /* Release */,
  508. );
  509. defaultConfigurationIsVisible = 0;
  510. defaultConfigurationName = Release;
  511. };
  512. E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */ = {
  513. isa = XCConfigurationList;
  514. buildConfigurations = (
  515. E9CF1F52184961020004AE02 /* Debug */,
  516. E9CF1F53184961020004AE02 /* Release */,
  517. );
  518. defaultConfigurationIsVisible = 0;
  519. defaultConfigurationName = Release;
  520. };
  521. /* End XCConfigurationList section */
  522. };
  523. rootObject = E9CF1F15184961010004AE02 /* Project object */;
  524. }