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

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