aka RedditBar, Mac OS X menu bar reddit client
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

project.pbxproj 19KB

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