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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  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. E9F64A2E185E1E2900D6CA16 /* PrefWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F64A2D185E1E2900D6CA16 /* PrefWindow.m */; };
  27. /* End PBXBuildFile section */
  28. /* Begin PBXContainerItemProxy section */
  29. E9CF1F42184961020004AE02 /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = E9CF1F15184961010004AE02 /* Project object */;
  32. proxyType = 1;
  33. remoteGlobalIDString = E9CF1F1C184961010004AE02;
  34. remoteInfo = RedditBar;
  35. };
  36. /* End PBXContainerItemProxy section */
  37. /* Begin PBXFileReference section */
  38. E90E74B3184FAA0F00F38929 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  39. E90E74B6184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/MainMenu.strings; sourceTree = "<group>"; };
  40. E90E74B7184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Prefs.strings; sourceTree = "<group>"; };
  41. E90E74B8184FAADE00F38929 /* de */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
  42. E90E74B9184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  43. E90E74BA184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = de.lproj/Credits.rtf; sourceTree = "<group>"; };
  44. E90E74BB184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  45. E9341912184A1A1A00D03488 /* StateModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StateModel.h; sourceTree = "<group>"; };
  46. E9341913184A1A1A00D03488 /* StateModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StateModel.m; sourceTree = "<group>"; };
  47. E934191A184A47DE00D03488 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Prefs.xib; sourceTree = "<group>"; };
  48. E97FD65E185232CA006B5B3E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/MainMenu.strings; sourceTree = "<group>"; };
  49. E97FD65F185232D5006B5B3E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Prefs.strings; sourceTree = "<group>"; };
  50. E9A129AF184BD24000F50D1D /* RedditItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RedditItem.h; sourceTree = "<group>"; };
  51. E9A129B0184BD24000F50D1D /* RedditItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RedditItem.m; sourceTree = "<group>"; };
  52. E9B6773C184B73DC00850559 /* Reddit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reddit.h; sourceTree = "<group>"; };
  53. E9B6773D184B73DC00850559 /* Reddit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reddit.m; sourceTree = "<group>"; };
  54. E9CF1F1D184961010004AE02 /* RedditBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RedditBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
  55. E9CF1F20184961010004AE02 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  56. E9CF1F23184961010004AE02 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  57. E9CF1F24184961010004AE02 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  58. E9CF1F25184961010004AE02 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  59. E9CF1F28184961010004AE02 /* RedditBar-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBar-Info.plist"; sourceTree = "<group>"; };
  60. E9CF1F2A184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  61. E9CF1F2C184961010004AE02 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  62. E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RedditBar-Prefix.pch"; sourceTree = "<group>"; };
  63. E9CF1F30184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  64. E9CF1F32184961010004AE02 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  65. E9CF1F33184961010004AE02 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  66. E9CF1F36184961020004AE02 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  67. E9CF1F38184961020004AE02 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  68. E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RedditBarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  69. E9CF1F3F184961020004AE02 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  70. E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBarTests-Info.plist"; sourceTree = "<group>"; };
  71. E9CF1F48184961020004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  72. E9CF1F4A184961020004AE02 /* RedditBarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RedditBarTests.m; sourceTree = "<group>"; };
  73. E9CF1F5A1849685C0004AE02 /* PrefController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefController.h; sourceTree = "<group>"; };
  74. E9CF1F5B1849685C0004AE02 /* PrefController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefController.m; sourceTree = "<group>"; };
  75. E9F64A2B185D51C100D6CA16 /* RedditBar.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = RedditBar.entitlements; sourceTree = "<group>"; };
  76. E9F64A2C185E1E2900D6CA16 /* PrefWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefWindow.h; sourceTree = "<group>"; };
  77. E9F64A2D185E1E2900D6CA16 /* PrefWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefWindow.m; sourceTree = "<group>"; };
  78. /* End PBXFileReference section */
  79. /* Begin PBXFrameworksBuildPhase section */
  80. E9CF1F1A184961010004AE02 /* Frameworks */ = {
  81. isa = PBXFrameworksBuildPhase;
  82. buildActionMask = 2147483647;
  83. files = (
  84. E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */,
  85. );
  86. runOnlyForDeploymentPostprocessing = 0;
  87. };
  88. E9CF1F3B184961020004AE02 /* Frameworks */ = {
  89. isa = PBXFrameworksBuildPhase;
  90. buildActionMask = 2147483647;
  91. files = (
  92. E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */,
  93. E9CF1F40184961020004AE02 /* XCTest.framework in Frameworks */,
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. /* End PBXFrameworksBuildPhase section */
  98. /* Begin PBXGroup section */
  99. E9CF1F14184961010004AE02 = {
  100. isa = PBXGroup;
  101. children = (
  102. E9CF1F26184961010004AE02 /* RedditBar */,
  103. E9CF1F44184961020004AE02 /* RedditBarTests */,
  104. E9CF1F1F184961010004AE02 /* Frameworks */,
  105. E9CF1F1E184961010004AE02 /* Products */,
  106. );
  107. sourceTree = "<group>";
  108. };
  109. E9CF1F1E184961010004AE02 /* Products */ = {
  110. isa = PBXGroup;
  111. children = (
  112. E9CF1F1D184961010004AE02 /* RedditBar.app */,
  113. E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */,
  114. );
  115. name = Products;
  116. sourceTree = "<group>";
  117. };
  118. E9CF1F1F184961010004AE02 /* Frameworks */ = {
  119. isa = PBXGroup;
  120. children = (
  121. E9CF1F20184961010004AE02 /* Cocoa.framework */,
  122. E9CF1F3F184961020004AE02 /* XCTest.framework */,
  123. E9CF1F22184961010004AE02 /* Other Frameworks */,
  124. );
  125. name = Frameworks;
  126. sourceTree = "<group>";
  127. };
  128. E9CF1F22184961010004AE02 /* Other Frameworks */ = {
  129. isa = PBXGroup;
  130. children = (
  131. E9CF1F23184961010004AE02 /* AppKit.framework */,
  132. E9CF1F24184961010004AE02 /* CoreData.framework */,
  133. E9CF1F25184961010004AE02 /* Foundation.framework */,
  134. );
  135. name = "Other Frameworks";
  136. sourceTree = "<group>";
  137. };
  138. E9CF1F26184961010004AE02 /* RedditBar */ = {
  139. isa = PBXGroup;
  140. children = (
  141. E9F64A2B185D51C100D6CA16 /* RedditBar.entitlements */,
  142. E9CF1F32184961010004AE02 /* AppDelegate.h */,
  143. E9CF1F33184961010004AE02 /* AppDelegate.m */,
  144. E9B6773C184B73DC00850559 /* Reddit.h */,
  145. E9B6773D184B73DC00850559 /* Reddit.m */,
  146. E9A129AF184BD24000F50D1D /* RedditItem.h */,
  147. E9A129B0184BD24000F50D1D /* RedditItem.m */,
  148. E9341912184A1A1A00D03488 /* StateModel.h */,
  149. E9341913184A1A1A00D03488 /* StateModel.m */,
  150. E9CF1F5A1849685C0004AE02 /* PrefController.h */,
  151. E9CF1F5B1849685C0004AE02 /* PrefController.m */,
  152. E9F64A2C185E1E2900D6CA16 /* PrefWindow.h */,
  153. E9F64A2D185E1E2900D6CA16 /* PrefWindow.m */,
  154. E9CF1F35184961020004AE02 /* MainMenu.xib */,
  155. E9341919184A47DE00D03488 /* Prefs.xib */,
  156. E90E74B2184FAA0F00F38929 /* Localizable.strings */,
  157. E9CF1F38184961020004AE02 /* Images.xcassets */,
  158. E9CF1F27184961010004AE02 /* Supporting Files */,
  159. );
  160. path = RedditBar;
  161. sourceTree = "<group>";
  162. };
  163. E9CF1F27184961010004AE02 /* Supporting Files */ = {
  164. isa = PBXGroup;
  165. children = (
  166. E9CF1F28184961010004AE02 /* RedditBar-Info.plist */,
  167. E9CF1F29184961010004AE02 /* InfoPlist.strings */,
  168. E9CF1F2C184961010004AE02 /* main.m */,
  169. E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */,
  170. E9CF1F2F184961010004AE02 /* Credits.rtf */,
  171. );
  172. name = "Supporting Files";
  173. sourceTree = "<group>";
  174. };
  175. E9CF1F44184961020004AE02 /* RedditBarTests */ = {
  176. isa = PBXGroup;
  177. children = (
  178. E9CF1F4A184961020004AE02 /* RedditBarTests.m */,
  179. E9CF1F45184961020004AE02 /* Supporting Files */,
  180. );
  181. path = RedditBarTests;
  182. sourceTree = "<group>";
  183. };
  184. E9CF1F45184961020004AE02 /* Supporting Files */ = {
  185. isa = PBXGroup;
  186. children = (
  187. E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */,
  188. E9CF1F47184961020004AE02 /* InfoPlist.strings */,
  189. );
  190. name = "Supporting Files";
  191. sourceTree = "<group>";
  192. };
  193. /* End PBXGroup section */
  194. /* Begin PBXNativeTarget section */
  195. E9CF1F1C184961010004AE02 /* RedditBar */ = {
  196. isa = PBXNativeTarget;
  197. buildConfigurationList = E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */;
  198. buildPhases = (
  199. E9CF1F19184961010004AE02 /* Sources */,
  200. E9CF1F1A184961010004AE02 /* Frameworks */,
  201. E9341915184A3A6500D03488 /* ShellScript */,
  202. E9CF1F1B184961010004AE02 /* Resources */,
  203. E97FD65D185231D0006B5B3E /* ShellScript */,
  204. );
  205. buildRules = (
  206. );
  207. dependencies = (
  208. );
  209. name = RedditBar;
  210. productName = RedditBar;
  211. productReference = E9CF1F1D184961010004AE02 /* RedditBar.app */;
  212. productType = "com.apple.product-type.application";
  213. };
  214. E9CF1F3D184961020004AE02 /* RedditBarTests */ = {
  215. isa = PBXNativeTarget;
  216. buildConfigurationList = E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */;
  217. buildPhases = (
  218. E9CF1F3A184961020004AE02 /* Sources */,
  219. E9CF1F3B184961020004AE02 /* Frameworks */,
  220. E9CF1F3C184961020004AE02 /* Resources */,
  221. );
  222. buildRules = (
  223. );
  224. dependencies = (
  225. E9CF1F43184961020004AE02 /* PBXTargetDependency */,
  226. );
  227. name = RedditBarTests;
  228. productName = RedditBarTests;
  229. productReference = E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */;
  230. productType = "com.apple.product-type.bundle.unit-test";
  231. };
  232. /* End PBXNativeTarget section */
  233. /* Begin PBXProject section */
  234. E9CF1F15184961010004AE02 /* Project object */ = {
  235. isa = PBXProject;
  236. attributes = {
  237. LastUpgradeCheck = 0500;
  238. ORGANIZATIONNAME = xythobuz;
  239. TargetAttributes = {
  240. E9CF1F1C184961010004AE02 = {
  241. DevelopmentTeam = 2YRH3A6P3C;
  242. SystemCapabilities = {
  243. com.apple.Sandbox = {
  244. enabled = 1;
  245. };
  246. };
  247. };
  248. E9CF1F3D184961020004AE02 = {
  249. TestTargetID = E9CF1F1C184961010004AE02;
  250. };
  251. };
  252. };
  253. buildConfigurationList = E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */;
  254. compatibilityVersion = "Xcode 3.2";
  255. developmentRegion = English;
  256. hasScannedForEncodings = 0;
  257. knownRegions = (
  258. en,
  259. Base,
  260. de,
  261. );
  262. mainGroup = E9CF1F14184961010004AE02;
  263. productRefGroup = E9CF1F1E184961010004AE02 /* Products */;
  264. projectDirPath = "";
  265. projectRoot = "";
  266. targets = (
  267. E9CF1F1C184961010004AE02 /* RedditBar */,
  268. E9CF1F3D184961020004AE02 /* RedditBarTests */,
  269. );
  270. };
  271. /* End PBXProject section */
  272. /* Begin PBXResourcesBuildPhase section */
  273. E9CF1F1B184961010004AE02 /* Resources */ = {
  274. isa = PBXResourcesBuildPhase;
  275. buildActionMask = 2147483647;
  276. files = (
  277. E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */,
  278. E90E74B4184FAA0F00F38929 /* Localizable.strings in Resources */,
  279. E9CF1F39184961020004AE02 /* Images.xcassets in Resources */,
  280. E9CF1F31184961010004AE02 /* Credits.rtf in Resources */,
  281. E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */,
  282. E934191B184A47DE00D03488 /* Prefs.xib in Resources */,
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. E9CF1F3C184961020004AE02 /* Resources */ = {
  287. isa = PBXResourcesBuildPhase;
  288. buildActionMask = 2147483647;
  289. files = (
  290. E9CF1F49184961020004AE02 /* InfoPlist.strings in Resources */,
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. /* End PBXResourcesBuildPhase section */
  295. /* Begin PBXShellScriptBuildPhase section */
  296. E9341915184A3A6500D03488 /* ShellScript */ = {
  297. isa = PBXShellScriptBuildPhase;
  298. buildActionMask = 2147483647;
  299. files = (
  300. );
  301. inputPaths = (
  302. );
  303. outputPaths = (
  304. );
  305. runOnlyForDeploymentPostprocessing = 0;
  306. shellPath = /bin/sh;
  307. 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}\"";
  308. };
  309. E97FD65D185231D0006B5B3E /* ShellScript */ = {
  310. isa = PBXShellScriptBuildPhase;
  311. buildActionMask = 2147483647;
  312. files = (
  313. );
  314. inputPaths = (
  315. );
  316. outputPaths = (
  317. );
  318. runOnlyForDeploymentPostprocessing = 0;
  319. shellPath = /bin/sh;
  320. shellScript = "# update_storyboard_strings.sh - automatically extract translatable strings from storyboards and update strings files\n# Based on http://forums.macrumors.com/showpost.php?p=16060008&postcount=4 by mikezang\n\nstoryboardExt=\".xib\"\nstringsExt=\".strings\"\nnewStringsExt=\".strings.new\"\noldStringsExt=\".strings.old\"\nlocaleDirExt=\".lproj\"\n\n# Find storyboard file full path inside project folder\nfor storyboardPath in `find . -name \"*$storyboardExt\" -print`\ndo\n# Get Base strings file full path\nbaseStringsPath=$(echo \"$storyboardPath\" | sed \"s/$storyboardExt/$stringsExt/\")\n\n# Create base strings file if it doesn't exist\nif ! [ -f $baseStringsPath ]; then\ntouch -r $storyboardPath $baseStringsPath\n# Make base strings file older than the storyboard file\ntouch -A -01 $baseStringsPath\nfi\n\n# Create strings file only when storyboard file newer\nif find $storyboardPath -prune -newer $baseStringsPath -print | grep -q .; then\n# Get storyboard file name and folder\nstoryboardFile=$(basename \"$storyboardPath\")\nstoryboardDir=$(dirname \"$storyboardPath\")\n\n# Get New Base strings file full path and strings file name\nnewBaseStringsPath=$(echo \"$storyboardPath\" | sed \"s/$storyboardExt/$newStringsExt/\")\nstringsFile=$(basename \"$baseStringsPath\")\nibtool --export-strings-file $newBaseStringsPath $storyboardPath\niconv -f UTF-16 -t UTF-8 $newBaseStringsPath > $baseStringsPath\nrm $newBaseStringsPath\n\n# Get all locale strings folder\nfor localeStringsDir in `find . -name \"*$localeDirExt\" -print`\ndo\n# Skip Base strings folder\nif [ $localeStringsDir != $storyboardDir ]; then\nlocaleStringsPath=$localeStringsDir/$stringsFile\n\n# Just copy base strings file on first time\nif [ ! -e $localeStringsPath ]; then\ncp $baseStringsPath $localeStringsPath\nelse\noldLocaleStringsPath=$(echo \"$localeStringsPath\" | sed \"s/$stringsExt/$oldStringsExt/\")\ncp $localeStringsPath $oldLocaleStringsPath\n\n# Merge baseStringsPath to localeStringsPath\nawk 'NR == FNR && /^\\/\\*/ {x=$0; getline; a[x]=$0; next} /^\\/\\*/ {x=$0; print; getline; $0=a[x]?a[x]:$0; printf $0\"\\n\\n\"}' $oldLocaleStringsPath $baseStringsPath > $localeStringsPath\n\nrm $oldLocaleStringsPath\nfi\nfi\ndone\nelse\necho \"$storyboardPath file not modified.\"\nfi\ndone";
  321. };
  322. /* End PBXShellScriptBuildPhase section */
  323. /* Begin PBXSourcesBuildPhase section */
  324. E9CF1F19184961010004AE02 /* Sources */ = {
  325. isa = PBXSourcesBuildPhase;
  326. buildActionMask = 2147483647;
  327. files = (
  328. E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */,
  329. E9341914184A1A1A00D03488 /* StateModel.m in Sources */,
  330. E9A129B1184BD24000F50D1D /* RedditItem.m in Sources */,
  331. E9CF1F2D184961010004AE02 /* main.m in Sources */,
  332. E9CF1F5C1849685C0004AE02 /* PrefController.m in Sources */,
  333. E9F64A2E185E1E2900D6CA16 /* PrefWindow.m in Sources */,
  334. E9B6773E184B73DC00850559 /* Reddit.m in Sources */,
  335. );
  336. runOnlyForDeploymentPostprocessing = 0;
  337. };
  338. E9CF1F3A184961020004AE02 /* Sources */ = {
  339. isa = PBXSourcesBuildPhase;
  340. buildActionMask = 2147483647;
  341. files = (
  342. E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */,
  343. );
  344. runOnlyForDeploymentPostprocessing = 0;
  345. };
  346. /* End PBXSourcesBuildPhase section */
  347. /* Begin PBXTargetDependency section */
  348. E9CF1F43184961020004AE02 /* PBXTargetDependency */ = {
  349. isa = PBXTargetDependency;
  350. target = E9CF1F1C184961010004AE02 /* RedditBar */;
  351. targetProxy = E9CF1F42184961020004AE02 /* PBXContainerItemProxy */;
  352. };
  353. /* End PBXTargetDependency section */
  354. /* Begin PBXVariantGroup section */
  355. E90E74B2184FAA0F00F38929 /* Localizable.strings */ = {
  356. isa = PBXVariantGroup;
  357. children = (
  358. E90E74B3184FAA0F00F38929 /* en */,
  359. E90E74B8184FAADE00F38929 /* de */,
  360. );
  361. name = Localizable.strings;
  362. sourceTree = "<group>";
  363. };
  364. E9341919184A47DE00D03488 /* Prefs.xib */ = {
  365. isa = PBXVariantGroup;
  366. children = (
  367. E934191A184A47DE00D03488 /* Base */,
  368. E90E74B7184FAADE00F38929 /* de */,
  369. E97FD65F185232D5006B5B3E /* en */,
  370. );
  371. name = Prefs.xib;
  372. sourceTree = "<group>";
  373. };
  374. E9CF1F29184961010004AE02 /* InfoPlist.strings */ = {
  375. isa = PBXVariantGroup;
  376. children = (
  377. E9CF1F2A184961010004AE02 /* en */,
  378. E90E74B9184FAADE00F38929 /* de */,
  379. );
  380. name = InfoPlist.strings;
  381. sourceTree = "<group>";
  382. };
  383. E9CF1F2F184961010004AE02 /* Credits.rtf */ = {
  384. isa = PBXVariantGroup;
  385. children = (
  386. E9CF1F30184961010004AE02 /* en */,
  387. E90E74BA184FAADE00F38929 /* de */,
  388. );
  389. name = Credits.rtf;
  390. sourceTree = "<group>";
  391. };
  392. E9CF1F35184961020004AE02 /* MainMenu.xib */ = {
  393. isa = PBXVariantGroup;
  394. children = (
  395. E9CF1F36184961020004AE02 /* Base */,
  396. E90E74B6184FAADE00F38929 /* de */,
  397. E97FD65E185232CA006B5B3E /* en */,
  398. );
  399. name = MainMenu.xib;
  400. sourceTree = "<group>";
  401. };
  402. E9CF1F47184961020004AE02 /* InfoPlist.strings */ = {
  403. isa = PBXVariantGroup;
  404. children = (
  405. E9CF1F48184961020004AE02 /* en */,
  406. E90E74BB184FAADE00F38929 /* de */,
  407. );
  408. name = InfoPlist.strings;
  409. sourceTree = "<group>";
  410. };
  411. /* End PBXVariantGroup section */
  412. /* Begin XCBuildConfiguration section */
  413. E9CF1F4C184961020004AE02 /* Debug */ = {
  414. isa = XCBuildConfiguration;
  415. buildSettings = {
  416. ALWAYS_SEARCH_USER_PATHS = NO;
  417. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  418. CLANG_CXX_LIBRARY = "libc++";
  419. CLANG_ENABLE_OBJC_ARC = YES;
  420. CLANG_WARN_BOOL_CONVERSION = YES;
  421. CLANG_WARN_CONSTANT_CONVERSION = YES;
  422. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  423. CLANG_WARN_EMPTY_BODY = YES;
  424. CLANG_WARN_ENUM_CONVERSION = YES;
  425. CLANG_WARN_INT_CONVERSION = YES;
  426. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  427. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  428. COPY_PHASE_STRIP = NO;
  429. GCC_C_LANGUAGE_STANDARD = gnu99;
  430. GCC_DYNAMIC_NO_PIC = NO;
  431. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  432. GCC_OPTIMIZATION_LEVEL = 0;
  433. GCC_PREPROCESSOR_DEFINITIONS = (
  434. "DEBUG=1",
  435. "$(inherited)",
  436. );
  437. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  438. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  439. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  440. GCC_WARN_UNDECLARED_SELECTOR = YES;
  441. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  442. GCC_WARN_UNUSED_FUNCTION = YES;
  443. GCC_WARN_UNUSED_VARIABLE = YES;
  444. MACOSX_DEPLOYMENT_TARGET = 10.9;
  445. ONLY_ACTIVE_ARCH = YES;
  446. SDKROOT = macosx;
  447. };
  448. name = Debug;
  449. };
  450. E9CF1F4D184961020004AE02 /* Release */ = {
  451. isa = XCBuildConfiguration;
  452. buildSettings = {
  453. ALWAYS_SEARCH_USER_PATHS = NO;
  454. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  455. CLANG_CXX_LIBRARY = "libc++";
  456. CLANG_ENABLE_OBJC_ARC = YES;
  457. CLANG_WARN_BOOL_CONVERSION = YES;
  458. CLANG_WARN_CONSTANT_CONVERSION = YES;
  459. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  460. CLANG_WARN_EMPTY_BODY = YES;
  461. CLANG_WARN_ENUM_CONVERSION = YES;
  462. CLANG_WARN_INT_CONVERSION = YES;
  463. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  464. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  465. COPY_PHASE_STRIP = YES;
  466. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  467. ENABLE_NS_ASSERTIONS = NO;
  468. GCC_C_LANGUAGE_STANDARD = gnu99;
  469. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  470. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  471. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  472. GCC_WARN_UNDECLARED_SELECTOR = YES;
  473. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  474. GCC_WARN_UNUSED_FUNCTION = YES;
  475. GCC_WARN_UNUSED_VARIABLE = YES;
  476. MACOSX_DEPLOYMENT_TARGET = 10.9;
  477. SDKROOT = macosx;
  478. };
  479. name = Release;
  480. };
  481. E9CF1F4F184961020004AE02 /* Debug */ = {
  482. isa = XCBuildConfiguration;
  483. buildSettings = {
  484. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  485. CODE_SIGN_ENTITLEMENTS = RedditBar/RedditBar.entitlements;
  486. CODE_SIGN_IDENTITY = "Mac Developer";
  487. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
  488. COMBINE_HIDPI_IMAGES = YES;
  489. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  490. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  491. INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
  492. MACOSX_DEPLOYMENT_TARGET = 10.8;
  493. PRODUCT_NAME = "$(TARGET_NAME)";
  494. PROVISIONING_PROFILE = "";
  495. WRAPPER_EXTENSION = app;
  496. };
  497. name = Debug;
  498. };
  499. E9CF1F50184961020004AE02 /* Release */ = {
  500. isa = XCBuildConfiguration;
  501. buildSettings = {
  502. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  503. CODE_SIGN_ENTITLEMENTS = RedditBar/RedditBar.entitlements;
  504. CODE_SIGN_IDENTITY = "Mac Developer";
  505. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
  506. COMBINE_HIDPI_IMAGES = YES;
  507. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  508. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  509. INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
  510. MACOSX_DEPLOYMENT_TARGET = 10.8;
  511. PRODUCT_NAME = "$(TARGET_NAME)";
  512. PROVISIONING_PROFILE = "";
  513. WRAPPER_EXTENSION = app;
  514. };
  515. name = Release;
  516. };
  517. E9CF1F52184961020004AE02 /* Debug */ = {
  518. isa = XCBuildConfiguration;
  519. buildSettings = {
  520. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
  521. COMBINE_HIDPI_IMAGES = YES;
  522. FRAMEWORK_SEARCH_PATHS = (
  523. "$(DEVELOPER_FRAMEWORKS_DIR)",
  524. "$(inherited)",
  525. );
  526. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  527. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  528. GCC_PREPROCESSOR_DEFINITIONS = (
  529. "DEBUG=1",
  530. "$(inherited)",
  531. );
  532. INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
  533. PRODUCT_NAME = "$(TARGET_NAME)";
  534. TEST_HOST = "$(BUNDLE_LOADER)";
  535. WRAPPER_EXTENSION = xctest;
  536. };
  537. name = Debug;
  538. };
  539. E9CF1F53184961020004AE02 /* Release */ = {
  540. isa = XCBuildConfiguration;
  541. buildSettings = {
  542. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
  543. COMBINE_HIDPI_IMAGES = YES;
  544. FRAMEWORK_SEARCH_PATHS = (
  545. "$(DEVELOPER_FRAMEWORKS_DIR)",
  546. "$(inherited)",
  547. );
  548. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  549. GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
  550. INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
  551. PRODUCT_NAME = "$(TARGET_NAME)";
  552. TEST_HOST = "$(BUNDLE_LOADER)";
  553. WRAPPER_EXTENSION = xctest;
  554. };
  555. name = Release;
  556. };
  557. /* End XCBuildConfiguration section */
  558. /* Begin XCConfigurationList section */
  559. E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */ = {
  560. isa = XCConfigurationList;
  561. buildConfigurations = (
  562. E9CF1F4C184961020004AE02 /* Debug */,
  563. E9CF1F4D184961020004AE02 /* Release */,
  564. );
  565. defaultConfigurationIsVisible = 0;
  566. defaultConfigurationName = Release;
  567. };
  568. E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */ = {
  569. isa = XCConfigurationList;
  570. buildConfigurations = (
  571. E9CF1F4F184961020004AE02 /* Debug */,
  572. E9CF1F50184961020004AE02 /* Release */,
  573. );
  574. defaultConfigurationIsVisible = 0;
  575. defaultConfigurationName = Release;
  576. };
  577. E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */ = {
  578. isa = XCConfigurationList;
  579. buildConfigurations = (
  580. E9CF1F52184961020004AE02 /* Debug */,
  581. E9CF1F53184961020004AE02 /* Release */,
  582. );
  583. defaultConfigurationIsVisible = 0;
  584. defaultConfigurationName = Release;
  585. };
  586. /* End XCConfigurationList section */
  587. };
  588. rootObject = E9CF1F15184961010004AE02 /* Project object */;
  589. }