aka RedditBar, Mac OS X menu bar reddit client
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

project.pbxproj 25KB

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