Native Mac OS X OtaClock replica
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 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E92321CA1B8128E700D79B33 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E92321C91B8128E700D79B33 /* AppDelegate.m */; };
  10. E92321CC1B8128E700D79B33 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E92321CB1B8128E700D79B33 /* main.m */; };
  11. E92321CE1B8128E700D79B33 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E92321CD1B8128E700D79B33 /* Images.xcassets */; };
  12. E92321D11B8128E700D79B33 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E92321CF1B8128E700D79B33 /* MainMenu.xib */; };
  13. E92321DD1B8128E700D79B33 /* OtaClockTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E92321DC1B8128E700D79B33 /* OtaClockTests.m */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXContainerItemProxy section */
  16. E92321D71B8128E700D79B33 /* PBXContainerItemProxy */ = {
  17. isa = PBXContainerItemProxy;
  18. containerPortal = E92321BB1B8128E700D79B33 /* Project object */;
  19. proxyType = 1;
  20. remoteGlobalIDString = E92321C21B8128E700D79B33;
  21. remoteInfo = OtaClock;
  22. };
  23. /* End PBXContainerItemProxy section */
  24. /* Begin PBXFileReference section */
  25. E92321C31B8128E700D79B33 /* OtaClock.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OtaClock.app; sourceTree = BUILT_PRODUCTS_DIR; };
  26. E92321C71B8128E700D79B33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  27. E92321C81B8128E700D79B33 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  28. E92321C91B8128E700D79B33 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  29. E92321CB1B8128E700D79B33 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  30. E92321CD1B8128E700D79B33 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  31. E92321D01B8128E700D79B33 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  32. E92321D61B8128E700D79B33 /* OtaClockTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OtaClockTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  33. E92321DB1B8128E700D79B33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  34. E92321DC1B8128E700D79B33 /* OtaClockTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OtaClockTests.m; sourceTree = "<group>"; };
  35. /* End PBXFileReference section */
  36. /* Begin PBXFrameworksBuildPhase section */
  37. E92321C01B8128E700D79B33 /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. E92321D31B8128E700D79B33 /* Frameworks */ = {
  45. isa = PBXFrameworksBuildPhase;
  46. buildActionMask = 2147483647;
  47. files = (
  48. );
  49. runOnlyForDeploymentPostprocessing = 0;
  50. };
  51. /* End PBXFrameworksBuildPhase section */
  52. /* Begin PBXGroup section */
  53. E92321BA1B8128E700D79B33 = {
  54. isa = PBXGroup;
  55. children = (
  56. E92321C51B8128E700D79B33 /* OtaClock */,
  57. E92321D91B8128E700D79B33 /* OtaClockTests */,
  58. E92321C41B8128E700D79B33 /* Products */,
  59. );
  60. sourceTree = "<group>";
  61. };
  62. E92321C41B8128E700D79B33 /* Products */ = {
  63. isa = PBXGroup;
  64. children = (
  65. E92321C31B8128E700D79B33 /* OtaClock.app */,
  66. E92321D61B8128E700D79B33 /* OtaClockTests.xctest */,
  67. );
  68. name = Products;
  69. sourceTree = "<group>";
  70. };
  71. E92321C51B8128E700D79B33 /* OtaClock */ = {
  72. isa = PBXGroup;
  73. children = (
  74. E92321C81B8128E700D79B33 /* AppDelegate.h */,
  75. E92321C91B8128E700D79B33 /* AppDelegate.m */,
  76. E92321CD1B8128E700D79B33 /* Images.xcassets */,
  77. E92321CF1B8128E700D79B33 /* MainMenu.xib */,
  78. E92321C61B8128E700D79B33 /* Supporting Files */,
  79. );
  80. path = OtaClock;
  81. sourceTree = "<group>";
  82. };
  83. E92321C61B8128E700D79B33 /* Supporting Files */ = {
  84. isa = PBXGroup;
  85. children = (
  86. E92321C71B8128E700D79B33 /* Info.plist */,
  87. E92321CB1B8128E700D79B33 /* main.m */,
  88. );
  89. name = "Supporting Files";
  90. sourceTree = "<group>";
  91. };
  92. E92321D91B8128E700D79B33 /* OtaClockTests */ = {
  93. isa = PBXGroup;
  94. children = (
  95. E92321DC1B8128E700D79B33 /* OtaClockTests.m */,
  96. E92321DA1B8128E700D79B33 /* Supporting Files */,
  97. );
  98. path = OtaClockTests;
  99. sourceTree = "<group>";
  100. };
  101. E92321DA1B8128E700D79B33 /* Supporting Files */ = {
  102. isa = PBXGroup;
  103. children = (
  104. E92321DB1B8128E700D79B33 /* Info.plist */,
  105. );
  106. name = "Supporting Files";
  107. sourceTree = "<group>";
  108. };
  109. /* End PBXGroup section */
  110. /* Begin PBXNativeTarget section */
  111. E92321C21B8128E700D79B33 /* OtaClock */ = {
  112. isa = PBXNativeTarget;
  113. buildConfigurationList = E92321E01B8128E700D79B33 /* Build configuration list for PBXNativeTarget "OtaClock" */;
  114. buildPhases = (
  115. E92321BF1B8128E700D79B33 /* Sources */,
  116. E92321C01B8128E700D79B33 /* Frameworks */,
  117. E92321C11B8128E700D79B33 /* Resources */,
  118. );
  119. buildRules = (
  120. );
  121. dependencies = (
  122. );
  123. name = OtaClock;
  124. productName = OtaClock;
  125. productReference = E92321C31B8128E700D79B33 /* OtaClock.app */;
  126. productType = "com.apple.product-type.application";
  127. };
  128. E92321D51B8128E700D79B33 /* OtaClockTests */ = {
  129. isa = PBXNativeTarget;
  130. buildConfigurationList = E92321E31B8128E700D79B33 /* Build configuration list for PBXNativeTarget "OtaClockTests" */;
  131. buildPhases = (
  132. E92321D21B8128E700D79B33 /* Sources */,
  133. E92321D31B8128E700D79B33 /* Frameworks */,
  134. E92321D41B8128E700D79B33 /* Resources */,
  135. );
  136. buildRules = (
  137. );
  138. dependencies = (
  139. E92321D81B8128E700D79B33 /* PBXTargetDependency */,
  140. );
  141. name = OtaClockTests;
  142. productName = OtaClockTests;
  143. productReference = E92321D61B8128E700D79B33 /* OtaClockTests.xctest */;
  144. productType = "com.apple.product-type.bundle.unit-test";
  145. };
  146. /* End PBXNativeTarget section */
  147. /* Begin PBXProject section */
  148. E92321BB1B8128E700D79B33 /* Project object */ = {
  149. isa = PBXProject;
  150. attributes = {
  151. LastUpgradeCheck = 0640;
  152. ORGANIZATIONNAME = xythobuz;
  153. TargetAttributes = {
  154. E92321C21B8128E700D79B33 = {
  155. CreatedOnToolsVersion = 6.4;
  156. };
  157. E92321D51B8128E700D79B33 = {
  158. CreatedOnToolsVersion = 6.4;
  159. TestTargetID = E92321C21B8128E700D79B33;
  160. };
  161. };
  162. };
  163. buildConfigurationList = E92321BE1B8128E700D79B33 /* Build configuration list for PBXProject "OtaClock" */;
  164. compatibilityVersion = "Xcode 3.2";
  165. developmentRegion = English;
  166. hasScannedForEncodings = 0;
  167. knownRegions = (
  168. en,
  169. Base,
  170. );
  171. mainGroup = E92321BA1B8128E700D79B33;
  172. productRefGroup = E92321C41B8128E700D79B33 /* Products */;
  173. projectDirPath = "";
  174. projectRoot = "";
  175. targets = (
  176. E92321C21B8128E700D79B33 /* OtaClock */,
  177. E92321D51B8128E700D79B33 /* OtaClockTests */,
  178. );
  179. };
  180. /* End PBXProject section */
  181. /* Begin PBXResourcesBuildPhase section */
  182. E92321C11B8128E700D79B33 /* Resources */ = {
  183. isa = PBXResourcesBuildPhase;
  184. buildActionMask = 2147483647;
  185. files = (
  186. E92321CE1B8128E700D79B33 /* Images.xcassets in Resources */,
  187. E92321D11B8128E700D79B33 /* MainMenu.xib in Resources */,
  188. );
  189. runOnlyForDeploymentPostprocessing = 0;
  190. };
  191. E92321D41B8128E700D79B33 /* Resources */ = {
  192. isa = PBXResourcesBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. };
  198. /* End PBXResourcesBuildPhase section */
  199. /* Begin PBXSourcesBuildPhase section */
  200. E92321BF1B8128E700D79B33 /* Sources */ = {
  201. isa = PBXSourcesBuildPhase;
  202. buildActionMask = 2147483647;
  203. files = (
  204. E92321CC1B8128E700D79B33 /* main.m in Sources */,
  205. E92321CA1B8128E700D79B33 /* AppDelegate.m in Sources */,
  206. );
  207. runOnlyForDeploymentPostprocessing = 0;
  208. };
  209. E92321D21B8128E700D79B33 /* Sources */ = {
  210. isa = PBXSourcesBuildPhase;
  211. buildActionMask = 2147483647;
  212. files = (
  213. E92321DD1B8128E700D79B33 /* OtaClockTests.m in Sources */,
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. /* End PBXSourcesBuildPhase section */
  218. /* Begin PBXTargetDependency section */
  219. E92321D81B8128E700D79B33 /* PBXTargetDependency */ = {
  220. isa = PBXTargetDependency;
  221. target = E92321C21B8128E700D79B33 /* OtaClock */;
  222. targetProxy = E92321D71B8128E700D79B33 /* PBXContainerItemProxy */;
  223. };
  224. /* End PBXTargetDependency section */
  225. /* Begin PBXVariantGroup section */
  226. E92321CF1B8128E700D79B33 /* MainMenu.xib */ = {
  227. isa = PBXVariantGroup;
  228. children = (
  229. E92321D01B8128E700D79B33 /* Base */,
  230. );
  231. name = MainMenu.xib;
  232. sourceTree = "<group>";
  233. };
  234. /* End PBXVariantGroup section */
  235. /* Begin XCBuildConfiguration section */
  236. E92321DE1B8128E700D79B33 /* Debug */ = {
  237. isa = XCBuildConfiguration;
  238. buildSettings = {
  239. ALWAYS_SEARCH_USER_PATHS = NO;
  240. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  241. CLANG_CXX_LIBRARY = "libc++";
  242. CLANG_ENABLE_MODULES = YES;
  243. CLANG_ENABLE_OBJC_ARC = YES;
  244. CLANG_WARN_BOOL_CONVERSION = YES;
  245. CLANG_WARN_CONSTANT_CONVERSION = YES;
  246. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  247. CLANG_WARN_EMPTY_BODY = YES;
  248. CLANG_WARN_ENUM_CONVERSION = YES;
  249. CLANG_WARN_INT_CONVERSION = YES;
  250. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  251. CLANG_WARN_UNREACHABLE_CODE = YES;
  252. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  253. CODE_SIGN_IDENTITY = "-";
  254. COPY_PHASE_STRIP = NO;
  255. DEBUG_INFORMATION_FORMAT = dwarf;
  256. ENABLE_STRICT_OBJC_MSGSEND = YES;
  257. GCC_C_LANGUAGE_STANDARD = gnu99;
  258. GCC_DYNAMIC_NO_PIC = NO;
  259. GCC_NO_COMMON_BLOCKS = YES;
  260. GCC_OPTIMIZATION_LEVEL = 0;
  261. GCC_PREPROCESSOR_DEFINITIONS = (
  262. "DEBUG=1",
  263. "$(inherited)",
  264. );
  265. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  266. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  267. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  268. GCC_WARN_UNDECLARED_SELECTOR = YES;
  269. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  270. GCC_WARN_UNUSED_FUNCTION = YES;
  271. GCC_WARN_UNUSED_VARIABLE = YES;
  272. MACOSX_DEPLOYMENT_TARGET = 10.10;
  273. MTL_ENABLE_DEBUG_INFO = YES;
  274. ONLY_ACTIVE_ARCH = YES;
  275. SDKROOT = macosx;
  276. };
  277. name = Debug;
  278. };
  279. E92321DF1B8128E700D79B33 /* Release */ = {
  280. isa = XCBuildConfiguration;
  281. buildSettings = {
  282. ALWAYS_SEARCH_USER_PATHS = NO;
  283. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  284. CLANG_CXX_LIBRARY = "libc++";
  285. CLANG_ENABLE_MODULES = YES;
  286. CLANG_ENABLE_OBJC_ARC = YES;
  287. CLANG_WARN_BOOL_CONVERSION = YES;
  288. CLANG_WARN_CONSTANT_CONVERSION = YES;
  289. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  290. CLANG_WARN_EMPTY_BODY = YES;
  291. CLANG_WARN_ENUM_CONVERSION = YES;
  292. CLANG_WARN_INT_CONVERSION = YES;
  293. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  294. CLANG_WARN_UNREACHABLE_CODE = YES;
  295. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  296. CODE_SIGN_IDENTITY = "-";
  297. COPY_PHASE_STRIP = NO;
  298. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  299. ENABLE_NS_ASSERTIONS = NO;
  300. ENABLE_STRICT_OBJC_MSGSEND = YES;
  301. GCC_C_LANGUAGE_STANDARD = gnu99;
  302. GCC_NO_COMMON_BLOCKS = YES;
  303. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  304. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  305. GCC_WARN_UNDECLARED_SELECTOR = YES;
  306. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  307. GCC_WARN_UNUSED_FUNCTION = YES;
  308. GCC_WARN_UNUSED_VARIABLE = YES;
  309. MACOSX_DEPLOYMENT_TARGET = 10.10;
  310. MTL_ENABLE_DEBUG_INFO = NO;
  311. SDKROOT = macosx;
  312. };
  313. name = Release;
  314. };
  315. E92321E11B8128E700D79B33 /* Debug */ = {
  316. isa = XCBuildConfiguration;
  317. buildSettings = {
  318. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  319. COMBINE_HIDPI_IMAGES = YES;
  320. INFOPLIST_FILE = OtaClock/Info.plist;
  321. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  322. PRODUCT_NAME = "$(TARGET_NAME)";
  323. };
  324. name = Debug;
  325. };
  326. E92321E21B8128E700D79B33 /* Release */ = {
  327. isa = XCBuildConfiguration;
  328. buildSettings = {
  329. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  330. COMBINE_HIDPI_IMAGES = YES;
  331. INFOPLIST_FILE = OtaClock/Info.plist;
  332. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  333. PRODUCT_NAME = "$(TARGET_NAME)";
  334. };
  335. name = Release;
  336. };
  337. E92321E41B8128E700D79B33 /* Debug */ = {
  338. isa = XCBuildConfiguration;
  339. buildSettings = {
  340. BUNDLE_LOADER = "$(TEST_HOST)";
  341. COMBINE_HIDPI_IMAGES = YES;
  342. FRAMEWORK_SEARCH_PATHS = (
  343. "$(DEVELOPER_FRAMEWORKS_DIR)",
  344. "$(inherited)",
  345. );
  346. GCC_PREPROCESSOR_DEFINITIONS = (
  347. "DEBUG=1",
  348. "$(inherited)",
  349. );
  350. INFOPLIST_FILE = OtaClockTests/Info.plist;
  351. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  352. PRODUCT_NAME = "$(TARGET_NAME)";
  353. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/OtaClock.app/Contents/MacOS/OtaClock";
  354. };
  355. name = Debug;
  356. };
  357. E92321E51B8128E700D79B33 /* Release */ = {
  358. isa = XCBuildConfiguration;
  359. buildSettings = {
  360. BUNDLE_LOADER = "$(TEST_HOST)";
  361. COMBINE_HIDPI_IMAGES = YES;
  362. FRAMEWORK_SEARCH_PATHS = (
  363. "$(DEVELOPER_FRAMEWORKS_DIR)",
  364. "$(inherited)",
  365. );
  366. INFOPLIST_FILE = OtaClockTests/Info.plist;
  367. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  368. PRODUCT_NAME = "$(TARGET_NAME)";
  369. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/OtaClock.app/Contents/MacOS/OtaClock";
  370. };
  371. name = Release;
  372. };
  373. /* End XCBuildConfiguration section */
  374. /* Begin XCConfigurationList section */
  375. E92321BE1B8128E700D79B33 /* Build configuration list for PBXProject "OtaClock" */ = {
  376. isa = XCConfigurationList;
  377. buildConfigurations = (
  378. E92321DE1B8128E700D79B33 /* Debug */,
  379. E92321DF1B8128E700D79B33 /* Release */,
  380. );
  381. defaultConfigurationIsVisible = 0;
  382. defaultConfigurationName = Release;
  383. };
  384. E92321E01B8128E700D79B33 /* Build configuration list for PBXNativeTarget "OtaClock" */ = {
  385. isa = XCConfigurationList;
  386. buildConfigurations = (
  387. E92321E11B8128E700D79B33 /* Debug */,
  388. E92321E21B8128E700D79B33 /* Release */,
  389. );
  390. defaultConfigurationIsVisible = 0;
  391. };
  392. E92321E31B8128E700D79B33 /* Build configuration list for PBXNativeTarget "OtaClockTests" */ = {
  393. isa = XCConfigurationList;
  394. buildConfigurations = (
  395. E92321E41B8128E700D79B33 /* Debug */,
  396. E92321E51B8128E700D79B33 /* Release */,
  397. );
  398. defaultConfigurationIsVisible = 0;
  399. };
  400. /* End XCConfigurationList section */
  401. };
  402. rootObject = E92321BB1B8128E700D79B33 /* Project object */;
  403. }