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

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