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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  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. E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
  11. E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F29184961010004AE02 /* InfoPlist.strings */; };
  12. E9CF1F2D184961010004AE02 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F2C184961010004AE02 /* main.m */; };
  13. E9CF1F31184961010004AE02 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F2F184961010004AE02 /* Credits.rtf */; };
  14. E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F33184961010004AE02 /* AppDelegate.m */; };
  15. E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F35184961020004AE02 /* MainMenu.xib */; };
  16. E9CF1F39184961020004AE02 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F38184961020004AE02 /* Images.xcassets */; };
  17. E9CF1F40184961020004AE02 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F3F184961020004AE02 /* XCTest.framework */; };
  18. E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
  19. E9CF1F49184961020004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F47184961020004AE02 /* InfoPlist.strings */; };
  20. E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F4A184961020004AE02 /* RedditBarTests.m */; };
  21. E9CF1F561849654F0004AE02 /* icon-alt.png in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F541849654F0004AE02 /* icon-alt.png */; };
  22. E9CF1F571849654F0004AE02 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F551849654F0004AE02 /* icon.png */; };
  23. E9CF1F5C1849685C0004AE02 /* PrefController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F5B1849685C0004AE02 /* PrefController.m */; };
  24. E9CF1F5E184968DD0004AE02 /* Prefs.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F5D184968DD0004AE02 /* Prefs.xib */; };
  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. E9CF1F1D184961010004AE02 /* RedditBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RedditBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
  39. E9CF1F20184961010004AE02 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  40. E9CF1F23184961010004AE02 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  41. E9CF1F24184961010004AE02 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  42. E9CF1F25184961010004AE02 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  43. E9CF1F28184961010004AE02 /* RedditBar-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBar-Info.plist"; sourceTree = "<group>"; };
  44. E9CF1F2A184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  45. E9CF1F2C184961010004AE02 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  46. E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RedditBar-Prefix.pch"; sourceTree = "<group>"; };
  47. E9CF1F30184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  48. E9CF1F32184961010004AE02 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  49. E9CF1F33184961010004AE02 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  50. E9CF1F36184961020004AE02 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  51. E9CF1F38184961020004AE02 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  52. E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RedditBarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  53. E9CF1F3F184961020004AE02 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  54. E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBarTests-Info.plist"; sourceTree = "<group>"; };
  55. E9CF1F48184961020004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  56. E9CF1F4A184961020004AE02 /* RedditBarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RedditBarTests.m; sourceTree = "<group>"; };
  57. E9CF1F541849654F0004AE02 /* icon-alt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon-alt.png"; sourceTree = "<group>"; };
  58. E9CF1F551849654F0004AE02 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };
  59. E9CF1F5A1849685C0004AE02 /* PrefController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefController.h; sourceTree = "<group>"; };
  60. E9CF1F5B1849685C0004AE02 /* PrefController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefController.m; sourceTree = "<group>"; };
  61. E9CF1F5D184968DD0004AE02 /* Prefs.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Prefs.xib; path = ../Prefs.xib; 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. E9CF1F5A1849685C0004AE02 /* PrefController.h */,
  133. E9CF1F5B1849685C0004AE02 /* PrefController.m */,
  134. E9CF1F5D184968DD0004AE02 /* Prefs.xib */,
  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. E9CF1F5E184968DD0004AE02 /* Prefs.xib in Resources */,
  246. E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */,
  247. E9CF1F39184961020004AE02 /* Images.xcassets in Resources */,
  248. E9CF1F571849654F0004AE02 /* icon.png in Resources */,
  249. E9CF1F31184961010004AE02 /* Credits.rtf in Resources */,
  250. E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */,
  251. E9CF1F561849654F0004AE02 /* icon-alt.png 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. E9CF1F29184961010004AE02 /* InfoPlist.strings */ = {
  309. isa = PBXVariantGroup;
  310. children = (
  311. E9CF1F2A184961010004AE02 /* en */,
  312. );
  313. name = InfoPlist.strings;
  314. sourceTree = "<group>";
  315. };
  316. E9CF1F2F184961010004AE02 /* Credits.rtf */ = {
  317. isa = PBXVariantGroup;
  318. children = (
  319. E9CF1F30184961010004AE02 /* en */,
  320. );
  321. name = Credits.rtf;
  322. sourceTree = "<group>";
  323. };
  324. E9CF1F35184961020004AE02 /* MainMenu.xib */ = {
  325. isa = PBXVariantGroup;
  326. children = (
  327. E9CF1F36184961020004AE02 /* Base */,
  328. );
  329. name = MainMenu.xib;
  330. sourceTree = "<group>";
  331. };
  332. E9CF1F47184961020004AE02 /* InfoPlist.strings */ = {
  333. isa = PBXVariantGroup;
  334. children = (
  335. E9CF1F48184961020004AE02 /* en */,
  336. );
  337. name = InfoPlist.strings;
  338. sourceTree = "<group>";
  339. };
  340. /* End PBXVariantGroup section */
  341. /* Begin XCBuildConfiguration section */
  342. E9CF1F4C184961020004AE02 /* Debug */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. ALWAYS_SEARCH_USER_PATHS = NO;
  346. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  347. CLANG_CXX_LIBRARY = "libc++";
  348. CLANG_ENABLE_OBJC_ARC = YES;
  349. CLANG_WARN_BOOL_CONVERSION = YES;
  350. CLANG_WARN_CONSTANT_CONVERSION = YES;
  351. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  352. CLANG_WARN_EMPTY_BODY = YES;
  353. CLANG_WARN_ENUM_CONVERSION = YES;
  354. CLANG_WARN_INT_CONVERSION = YES;
  355. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  356. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  357. COPY_PHASE_STRIP = NO;
  358. GCC_C_LANGUAGE_STANDARD = gnu99;
  359. GCC_DYNAMIC_NO_PIC = NO;
  360. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  361. GCC_OPTIMIZATION_LEVEL = 0;
  362. GCC_PREPROCESSOR_DEFINITIONS = (
  363. "DEBUG=1",
  364. "$(inherited)",
  365. );
  366. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  367. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  368. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  369. GCC_WARN_UNDECLARED_SELECTOR = YES;
  370. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  371. GCC_WARN_UNUSED_FUNCTION = YES;
  372. GCC_WARN_UNUSED_VARIABLE = YES;
  373. MACOSX_DEPLOYMENT_TARGET = 10.9;
  374. ONLY_ACTIVE_ARCH = YES;
  375. SDKROOT = macosx;
  376. };
  377. name = Debug;
  378. };
  379. E9CF1F4D184961020004AE02 /* Release */ = {
  380. isa = XCBuildConfiguration;
  381. buildSettings = {
  382. ALWAYS_SEARCH_USER_PATHS = NO;
  383. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  384. CLANG_CXX_LIBRARY = "libc++";
  385. CLANG_ENABLE_OBJC_ARC = YES;
  386. CLANG_WARN_BOOL_CONVERSION = YES;
  387. CLANG_WARN_CONSTANT_CONVERSION = YES;
  388. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  389. CLANG_WARN_EMPTY_BODY = YES;
  390. CLANG_WARN_ENUM_CONVERSION = YES;
  391. CLANG_WARN_INT_CONVERSION = YES;
  392. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  393. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  394. COPY_PHASE_STRIP = YES;
  395. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  396. ENABLE_NS_ASSERTIONS = NO;
  397. GCC_C_LANGUAGE_STANDARD = gnu99;
  398. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  399. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  400. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  401. GCC_WARN_UNDECLARED_SELECTOR = YES;
  402. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  403. GCC_WARN_UNUSED_FUNCTION = YES;
  404. GCC_WARN_UNUSED_VARIABLE = YES;
  405. MACOSX_DEPLOYMENT_TARGET = 10.9;
  406. SDKROOT = macosx;
  407. };
  408. name = Release;
  409. };
  410. E9CF1F4F184961020004AE02 /* Debug */ = {
  411. isa = XCBuildConfiguration;
  412. buildSettings = {
  413. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  414. COMBINE_HIDPI_IMAGES = YES;
  415. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  416. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  417. INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
  418. MACOSX_DEPLOYMENT_TARGET = 10.8;
  419. PRODUCT_NAME = "$(TARGET_NAME)";
  420. WRAPPER_EXTENSION = app;
  421. };
  422. name = Debug;
  423. };
  424. E9CF1F50184961020004AE02 /* Release */ = {
  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 = Release;
  437. };
  438. E9CF1F52184961020004AE02 /* Debug */ = {
  439. isa = XCBuildConfiguration;
  440. buildSettings = {
  441. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
  442. COMBINE_HIDPI_IMAGES = YES;
  443. FRAMEWORK_SEARCH_PATHS = (
  444. "$(DEVELOPER_FRAMEWORKS_DIR)",
  445. "$(inherited)",
  446. );
  447. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  448. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  449. GCC_PREPROCESSOR_DEFINITIONS = (
  450. "DEBUG=1",
  451. "$(inherited)",
  452. );
  453. INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
  454. PRODUCT_NAME = "$(TARGET_NAME)";
  455. TEST_HOST = "$(BUNDLE_LOADER)";
  456. WRAPPER_EXTENSION = xctest;
  457. };
  458. name = Debug;
  459. };
  460. E9CF1F53184961020004AE02 /* Release */ = {
  461. isa = XCBuildConfiguration;
  462. buildSettings = {
  463. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
  464. COMBINE_HIDPI_IMAGES = YES;
  465. FRAMEWORK_SEARCH_PATHS = (
  466. "$(DEVELOPER_FRAMEWORKS_DIR)",
  467. "$(inherited)",
  468. );
  469. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  470. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  471. INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
  472. PRODUCT_NAME = "$(TARGET_NAME)";
  473. TEST_HOST = "$(BUNDLE_LOADER)";
  474. WRAPPER_EXTENSION = xctest;
  475. };
  476. name = Release;
  477. };
  478. /* End XCBuildConfiguration section */
  479. /* Begin XCConfigurationList section */
  480. E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */ = {
  481. isa = XCConfigurationList;
  482. buildConfigurations = (
  483. E9CF1F4C184961020004AE02 /* Debug */,
  484. E9CF1F4D184961020004AE02 /* Release */,
  485. );
  486. defaultConfigurationIsVisible = 0;
  487. defaultConfigurationName = Release;
  488. };
  489. E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */ = {
  490. isa = XCConfigurationList;
  491. buildConfigurations = (
  492. E9CF1F4F184961020004AE02 /* Debug */,
  493. E9CF1F50184961020004AE02 /* Release */,
  494. );
  495. defaultConfigurationIsVisible = 0;
  496. defaultConfigurationName = Release;
  497. };
  498. E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */ = {
  499. isa = XCConfigurationList;
  500. buildConfigurations = (
  501. E9CF1F52184961020004AE02 /* Debug */,
  502. E9CF1F53184961020004AE02 /* Release */,
  503. );
  504. defaultConfigurationIsVisible = 0;
  505. defaultConfigurationName = Release;
  506. };
  507. /* End XCConfigurationList section */
  508. };
  509. rootObject = E9CF1F15184961010004AE02 /* Project object */;
  510. }