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

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