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

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