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

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