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

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