Simple RGB LED controller for Mac OS X
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 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E9109B111C2AACF400726111 /* SystemInfoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9109B0B1C2AAC1B00726111 /* SystemInfoKit.framework */; };
  10. E9109B151C2AAEFD00726111 /* SystemInfoKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E9109B0B1C2AAC1B00726111 /* SystemInfoKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  11. E9109B191C2AAFE100726111 /* GPUStats.m in Sources */ = {isa = PBXBuildFile; fileRef = E9109B181C2AAFE100726111 /* GPUStats.m */; };
  12. E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18001C29F8CD00BF3C51 /* Serial.m */; };
  13. E9AB18061C2A173500BF3C51 /* Thread.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18051C2A173500BF3C51 /* Thread.m */; };
  14. E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E021C28B3D3004C6B95 /* AppDelegate.m */; };
  15. E9F13E061C28B3D3004C6B95 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E051C28B3D3004C6B95 /* main.m */; };
  16. E9F13E081C28B3D3004C6B95 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E071C28B3D3004C6B95 /* Assets.xcassets */; };
  17. E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E091C28B3D3004C6B95 /* MainMenu.xib */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. E9109B0A1C2AAC1B00726111 /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
  23. proxyType = 2;
  24. remoteGlobalIDString = 1D43C4CA1BD49B78001D8A55;
  25. remoteInfo = SystemInfoKit;
  26. };
  27. E9109B0C1C2AAC1B00726111 /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
  30. proxyType = 2;
  31. remoteGlobalIDString = 1D43C50E1BD56B1D001D8A55;
  32. remoteInfo = SystemInfoKitTests;
  33. };
  34. E9109B121C2AAD2E00726111 /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
  37. proxyType = 1;
  38. remoteGlobalIDString = 1D43C4C91BD49B78001D8A55;
  39. remoteInfo = SystemInfoKit;
  40. };
  41. /* End PBXContainerItemProxy section */
  42. /* Begin PBXCopyFilesBuildPhase section */
  43. E9109B141C2AAEEC00726111 /* CopyFiles */ = {
  44. isa = PBXCopyFilesBuildPhase;
  45. buildActionMask = 2147483647;
  46. dstPath = "";
  47. dstSubfolderSpec = 10;
  48. files = (
  49. E9109B151C2AAEFD00726111 /* SystemInfoKit.framework in CopyFiles */,
  50. );
  51. runOnlyForDeploymentPostprocessing = 0;
  52. };
  53. /* End PBXCopyFilesBuildPhase section */
  54. /* Begin PBXFileReference section */
  55. E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SystemInfoKit.xcodeproj; path = JSystemInfoKit/SystemInfoKit.xcodeproj; sourceTree = "<group>"; };
  56. E9109B171C2AAFE100726111 /* GPUStats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GPUStats.h; path = CaseLights/GPUStats.h; sourceTree = "<group>"; };
  57. E9109B181C2AAFE100726111 /* GPUStats.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GPUStats.m; path = CaseLights/GPUStats.m; sourceTree = "<group>"; };
  58. E9AB17FF1C29F8CD00BF3C51 /* Serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Serial.h; path = CaseLights/Serial.h; sourceTree = "<group>"; };
  59. E9AB18001C29F8CD00BF3C51 /* Serial.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Serial.m; path = CaseLights/Serial.m; sourceTree = "<group>"; };
  60. E9AB18041C2A173500BF3C51 /* Thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Thread.h; sourceTree = "<group>"; };
  61. E9AB18051C2A173500BF3C51 /* Thread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Thread.m; sourceTree = "<group>"; };
  62. E9F13DFE1C28B3D3004C6B95 /* CaseLights.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CaseLights.app; sourceTree = BUILT_PRODUCTS_DIR; };
  63. E9F13E011C28B3D3004C6B95 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  64. E9F13E021C28B3D3004C6B95 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  65. E9F13E051C28B3D3004C6B95 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  66. E9F13E071C28B3D3004C6B95 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  67. E9F13E0A1C28B3D3004C6B95 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  68. E9F13E0C1C28B3D3004C6B95 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  69. /* End PBXFileReference section */
  70. /* Begin PBXFrameworksBuildPhase section */
  71. E9F13DFB1C28B3D3004C6B95 /* Frameworks */ = {
  72. isa = PBXFrameworksBuildPhase;
  73. buildActionMask = 2147483647;
  74. files = (
  75. E9109B111C2AACF400726111 /* SystemInfoKit.framework in Frameworks */,
  76. );
  77. runOnlyForDeploymentPostprocessing = 0;
  78. };
  79. /* End PBXFrameworksBuildPhase section */
  80. /* Begin PBXGroup section */
  81. E9109B061C2AAC1B00726111 /* Products */ = {
  82. isa = PBXGroup;
  83. children = (
  84. E9109B0B1C2AAC1B00726111 /* SystemInfoKit.framework */,
  85. E9109B0D1C2AAC1B00726111 /* SystemInfoKitTests.xctest */,
  86. );
  87. name = Products;
  88. sourceTree = "<group>";
  89. };
  90. E9109B161C2AAFA200726111 /* LowLevel */ = {
  91. isa = PBXGroup;
  92. children = (
  93. E9AB17FF1C29F8CD00BF3C51 /* Serial.h */,
  94. E9AB18001C29F8CD00BF3C51 /* Serial.m */,
  95. E9109B171C2AAFE100726111 /* GPUStats.h */,
  96. E9109B181C2AAFE100726111 /* GPUStats.m */,
  97. );
  98. name = LowLevel;
  99. path = ..;
  100. sourceTree = "<group>";
  101. };
  102. E9F13DF51C28B3D3004C6B95 = {
  103. isa = PBXGroup;
  104. children = (
  105. E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */,
  106. E9F13E001C28B3D3004C6B95 /* CaseLights */,
  107. E9F13DFF1C28B3D3004C6B95 /* Products */,
  108. );
  109. sourceTree = "<group>";
  110. };
  111. E9F13DFF1C28B3D3004C6B95 /* Products */ = {
  112. isa = PBXGroup;
  113. children = (
  114. E9F13DFE1C28B3D3004C6B95 /* CaseLights.app */,
  115. );
  116. name = Products;
  117. sourceTree = "<group>";
  118. };
  119. E9F13E001C28B3D3004C6B95 /* CaseLights */ = {
  120. isa = PBXGroup;
  121. children = (
  122. E9F13E011C28B3D3004C6B95 /* AppDelegate.h */,
  123. E9F13E021C28B3D3004C6B95 /* AppDelegate.m */,
  124. E9AB18041C2A173500BF3C51 /* Thread.h */,
  125. E9AB18051C2A173500BF3C51 /* Thread.m */,
  126. E9109B161C2AAFA200726111 /* LowLevel */,
  127. E9F13E071C28B3D3004C6B95 /* Assets.xcassets */,
  128. E9F13E091C28B3D3004C6B95 /* MainMenu.xib */,
  129. E9F13E0C1C28B3D3004C6B95 /* Info.plist */,
  130. E9F13E041C28B3D3004C6B95 /* Supporting Files */,
  131. );
  132. path = CaseLights;
  133. sourceTree = "<group>";
  134. };
  135. E9F13E041C28B3D3004C6B95 /* Supporting Files */ = {
  136. isa = PBXGroup;
  137. children = (
  138. E9F13E051C28B3D3004C6B95 /* main.m */,
  139. );
  140. name = "Supporting Files";
  141. sourceTree = "<group>";
  142. };
  143. /* End PBXGroup section */
  144. /* Begin PBXNativeTarget section */
  145. E9F13DFD1C28B3D3004C6B95 /* CaseLights */ = {
  146. isa = PBXNativeTarget;
  147. buildConfigurationList = E9F13E0F1C28B3D3004C6B95 /* Build configuration list for PBXNativeTarget "CaseLights" */;
  148. buildPhases = (
  149. E9AB17FC1C28B43B00BF3C51 /* Increment build number */,
  150. E9F13DFA1C28B3D3004C6B95 /* Sources */,
  151. E9F13DFB1C28B3D3004C6B95 /* Frameworks */,
  152. E9F13DFC1C28B3D3004C6B95 /* Resources */,
  153. E9109B141C2AAEEC00726111 /* CopyFiles */,
  154. );
  155. buildRules = (
  156. );
  157. dependencies = (
  158. E9109B131C2AAD2E00726111 /* PBXTargetDependency */,
  159. );
  160. name = CaseLights;
  161. productName = CaseLights;
  162. productReference = E9F13DFE1C28B3D3004C6B95 /* CaseLights.app */;
  163. productType = "com.apple.product-type.application";
  164. };
  165. /* End PBXNativeTarget section */
  166. /* Begin PBXProject section */
  167. E9F13DF61C28B3D3004C6B95 /* Project object */ = {
  168. isa = PBXProject;
  169. attributes = {
  170. LastUpgradeCheck = 0720;
  171. ORGANIZATIONNAME = xythobuz;
  172. TargetAttributes = {
  173. E9F13DFD1C28B3D3004C6B95 = {
  174. CreatedOnToolsVersion = 7.2;
  175. };
  176. };
  177. };
  178. buildConfigurationList = E9F13DF91C28B3D3004C6B95 /* Build configuration list for PBXProject "CaseLights" */;
  179. compatibilityVersion = "Xcode 3.2";
  180. developmentRegion = English;
  181. hasScannedForEncodings = 0;
  182. knownRegions = (
  183. en,
  184. Base,
  185. );
  186. mainGroup = E9F13DF51C28B3D3004C6B95;
  187. productRefGroup = E9F13DFF1C28B3D3004C6B95 /* Products */;
  188. projectDirPath = "";
  189. projectReferences = (
  190. {
  191. ProductGroup = E9109B061C2AAC1B00726111 /* Products */;
  192. ProjectRef = E9109B051C2AAC1B00726111 /* SystemInfoKit.xcodeproj */;
  193. },
  194. );
  195. projectRoot = "";
  196. targets = (
  197. E9F13DFD1C28B3D3004C6B95 /* CaseLights */,
  198. );
  199. };
  200. /* End PBXProject section */
  201. /* Begin PBXReferenceProxy section */
  202. E9109B0B1C2AAC1B00726111 /* SystemInfoKit.framework */ = {
  203. isa = PBXReferenceProxy;
  204. fileType = wrapper.framework;
  205. path = SystemInfoKit.framework;
  206. remoteRef = E9109B0A1C2AAC1B00726111 /* PBXContainerItemProxy */;
  207. sourceTree = BUILT_PRODUCTS_DIR;
  208. };
  209. E9109B0D1C2AAC1B00726111 /* SystemInfoKitTests.xctest */ = {
  210. isa = PBXReferenceProxy;
  211. fileType = wrapper.cfbundle;
  212. path = SystemInfoKitTests.xctest;
  213. remoteRef = E9109B0C1C2AAC1B00726111 /* PBXContainerItemProxy */;
  214. sourceTree = BUILT_PRODUCTS_DIR;
  215. };
  216. /* End PBXReferenceProxy section */
  217. /* Begin PBXResourcesBuildPhase section */
  218. E9F13DFC1C28B3D3004C6B95 /* Resources */ = {
  219. isa = PBXResourcesBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. E9F13E081C28B3D3004C6B95 /* Assets.xcassets in Resources */,
  223. E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */,
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. /* End PBXResourcesBuildPhase section */
  228. /* Begin PBXShellScriptBuildPhase section */
  229. E9AB17FC1C28B43B00BF3C51 /* Increment build number */ = {
  230. isa = PBXShellScriptBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. );
  234. inputPaths = (
  235. );
  236. name = "Increment build number";
  237. outputPaths = (
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. shellPath = /bin/sh;
  241. shellScript = "#!/bin/sh\n\nplist=\"${PROJECT_DIR}/${INFOPLIST_FILE}\"\ndir=\"$(dirname \"$plist\")\"\n\n# Only increment the build number if source files have changed\nif [ -n \"$(find \"$dir\" \\! -path \"*xcuserdata*\" \\! -path \"*.git*\" \\! -name .DS_Store \\! -path \"*Website*\" -newer \"$plist\")\" ]; then\nbuildnum=$(/usr/libexec/Plistbuddy -c \"Print CFBundleVersion\" \"$plist\")\nif [ -z \"$buildnum\" ]; then\necho \"No build number in $plist\"\nexit 2\nfi\nbuildnum=$(expr $buildnum + 1)\n/usr/libexec/Plistbuddy -c \"Set CFBundleVersion $buildnum\" \"$plist\"\necho \"Incremented build number to $buildnum\"\nelse\necho \"Not incrementing build number as source files have not changed\"\nfi\n";
  242. };
  243. /* End PBXShellScriptBuildPhase section */
  244. /* Begin PBXSourcesBuildPhase section */
  245. E9F13DFA1C28B3D3004C6B95 /* Sources */ = {
  246. isa = PBXSourcesBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */,
  250. E9109B191C2AAFE100726111 /* GPUStats.m in Sources */,
  251. E9F13E061C28B3D3004C6B95 /* main.m in Sources */,
  252. E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */,
  253. E9AB18061C2A173500BF3C51 /* Thread.m in Sources */,
  254. );
  255. runOnlyForDeploymentPostprocessing = 0;
  256. };
  257. /* End PBXSourcesBuildPhase section */
  258. /* Begin PBXTargetDependency section */
  259. E9109B131C2AAD2E00726111 /* PBXTargetDependency */ = {
  260. isa = PBXTargetDependency;
  261. name = SystemInfoKit;
  262. targetProxy = E9109B121C2AAD2E00726111 /* PBXContainerItemProxy */;
  263. };
  264. /* End PBXTargetDependency section */
  265. /* Begin PBXVariantGroup section */
  266. E9F13E091C28B3D3004C6B95 /* MainMenu.xib */ = {
  267. isa = PBXVariantGroup;
  268. children = (
  269. E9F13E0A1C28B3D3004C6B95 /* Base */,
  270. );
  271. name = MainMenu.xib;
  272. sourceTree = "<group>";
  273. };
  274. /* End PBXVariantGroup section */
  275. /* Begin XCBuildConfiguration section */
  276. E9F13E0D1C28B3D3004C6B95 /* Debug */ = {
  277. isa = XCBuildConfiguration;
  278. buildSettings = {
  279. ALWAYS_SEARCH_USER_PATHS = NO;
  280. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  281. CLANG_CXX_LIBRARY = "libc++";
  282. CLANG_ENABLE_MODULES = YES;
  283. CLANG_ENABLE_OBJC_ARC = YES;
  284. CLANG_WARN_BOOL_CONVERSION = YES;
  285. CLANG_WARN_CONSTANT_CONVERSION = YES;
  286. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  287. CLANG_WARN_EMPTY_BODY = YES;
  288. CLANG_WARN_ENUM_CONVERSION = YES;
  289. CLANG_WARN_INT_CONVERSION = YES;
  290. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  291. CLANG_WARN_UNREACHABLE_CODE = YES;
  292. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  293. CODE_SIGN_IDENTITY = "-";
  294. COPY_PHASE_STRIP = NO;
  295. DEBUG_INFORMATION_FORMAT = dwarf;
  296. ENABLE_STRICT_OBJC_MSGSEND = YES;
  297. ENABLE_TESTABILITY = YES;
  298. GCC_C_LANGUAGE_STANDARD = gnu99;
  299. GCC_DYNAMIC_NO_PIC = NO;
  300. GCC_NO_COMMON_BLOCKS = YES;
  301. GCC_OPTIMIZATION_LEVEL = 0;
  302. GCC_PREPROCESSOR_DEFINITIONS = (
  303. "DEBUG=1",
  304. "$(inherited)",
  305. );
  306. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  307. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  308. GCC_WARN_UNDECLARED_SELECTOR = YES;
  309. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  310. GCC_WARN_UNUSED_FUNCTION = YES;
  311. GCC_WARN_UNUSED_VARIABLE = YES;
  312. MACOSX_DEPLOYMENT_TARGET = 10.8;
  313. MTL_ENABLE_DEBUG_INFO = YES;
  314. ONLY_ACTIVE_ARCH = YES;
  315. SDKROOT = macosx;
  316. };
  317. name = Debug;
  318. };
  319. E9F13E0E1C28B3D3004C6B95 /* Release */ = {
  320. isa = XCBuildConfiguration;
  321. buildSettings = {
  322. ALWAYS_SEARCH_USER_PATHS = NO;
  323. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  324. CLANG_CXX_LIBRARY = "libc++";
  325. CLANG_ENABLE_MODULES = YES;
  326. CLANG_ENABLE_OBJC_ARC = YES;
  327. CLANG_WARN_BOOL_CONVERSION = YES;
  328. CLANG_WARN_CONSTANT_CONVERSION = YES;
  329. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  330. CLANG_WARN_EMPTY_BODY = YES;
  331. CLANG_WARN_ENUM_CONVERSION = YES;
  332. CLANG_WARN_INT_CONVERSION = YES;
  333. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  334. CLANG_WARN_UNREACHABLE_CODE = YES;
  335. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  336. CODE_SIGN_IDENTITY = "-";
  337. COPY_PHASE_STRIP = NO;
  338. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  339. ENABLE_NS_ASSERTIONS = NO;
  340. ENABLE_STRICT_OBJC_MSGSEND = YES;
  341. GCC_C_LANGUAGE_STANDARD = gnu99;
  342. GCC_NO_COMMON_BLOCKS = YES;
  343. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  344. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  345. GCC_WARN_UNDECLARED_SELECTOR = YES;
  346. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  347. GCC_WARN_UNUSED_FUNCTION = YES;
  348. GCC_WARN_UNUSED_VARIABLE = YES;
  349. MACOSX_DEPLOYMENT_TARGET = 10.8;
  350. MTL_ENABLE_DEBUG_INFO = NO;
  351. SDKROOT = macosx;
  352. };
  353. name = Release;
  354. };
  355. E9F13E101C28B3D3004C6B95 /* Debug */ = {
  356. isa = XCBuildConfiguration;
  357. buildSettings = {
  358. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  359. COMBINE_HIDPI_IMAGES = YES;
  360. INFOPLIST_FILE = CaseLights/Info.plist;
  361. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  362. MACOSX_DEPLOYMENT_TARGET = 10.8;
  363. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
  364. PRODUCT_NAME = "$(TARGET_NAME)";
  365. USER_HEADER_SEARCH_PATHS = "JSystemInfoKit/SystemInfoKit/**";
  366. };
  367. name = Debug;
  368. };
  369. E9F13E111C28B3D3004C6B95 /* Release */ = {
  370. isa = XCBuildConfiguration;
  371. buildSettings = {
  372. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  373. COMBINE_HIDPI_IMAGES = YES;
  374. HEADER_SEARCH_PATHS = "";
  375. INFOPLIST_FILE = CaseLights/Info.plist;
  376. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  377. MACOSX_DEPLOYMENT_TARGET = 10.8;
  378. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
  379. PRODUCT_NAME = "$(TARGET_NAME)";
  380. USER_HEADER_SEARCH_PATHS = "JSystemInfoKit/SystemInfoKit/**";
  381. };
  382. name = Release;
  383. };
  384. /* End XCBuildConfiguration section */
  385. /* Begin XCConfigurationList section */
  386. E9F13DF91C28B3D3004C6B95 /* Build configuration list for PBXProject "CaseLights" */ = {
  387. isa = XCConfigurationList;
  388. buildConfigurations = (
  389. E9F13E0D1C28B3D3004C6B95 /* Debug */,
  390. E9F13E0E1C28B3D3004C6B95 /* Release */,
  391. );
  392. defaultConfigurationIsVisible = 0;
  393. defaultConfigurationName = Release;
  394. };
  395. E9F13E0F1C28B3D3004C6B95 /* Build configuration list for PBXNativeTarget "CaseLights" */ = {
  396. isa = XCConfigurationList;
  397. buildConfigurations = (
  398. E9F13E101C28B3D3004C6B95 /* Debug */,
  399. E9F13E111C28B3D3004C6B95 /* Release */,
  400. );
  401. defaultConfigurationIsVisible = 0;
  402. defaultConfigurationName = Release;
  403. };
  404. /* End XCConfigurationList section */
  405. };
  406. rootObject = E9F13DF61C28B3D3004C6B95 /* Project object */;
  407. }