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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E021C28B3D3004C6B95 /* AppDelegate.m */; };
  10. E9F13E061C28B3D3004C6B95 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E051C28B3D3004C6B95 /* main.m */; };
  11. E9F13E081C28B3D3004C6B95 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E071C28B3D3004C6B95 /* Assets.xcassets */; };
  12. E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E091C28B3D3004C6B95 /* MainMenu.xib */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXFileReference section */
  15. E9F13DFE1C28B3D3004C6B95 /* CaseLights.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CaseLights.app; sourceTree = BUILT_PRODUCTS_DIR; };
  16. E9F13E011C28B3D3004C6B95 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  17. E9F13E021C28B3D3004C6B95 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  18. E9F13E051C28B3D3004C6B95 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  19. E9F13E071C28B3D3004C6B95 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  20. E9F13E0A1C28B3D3004C6B95 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  21. E9F13E0C1C28B3D3004C6B95 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  22. /* End PBXFileReference section */
  23. /* Begin PBXFrameworksBuildPhase section */
  24. E9F13DFB1C28B3D3004C6B95 /* Frameworks */ = {
  25. isa = PBXFrameworksBuildPhase;
  26. buildActionMask = 2147483647;
  27. files = (
  28. );
  29. runOnlyForDeploymentPostprocessing = 0;
  30. };
  31. /* End PBXFrameworksBuildPhase section */
  32. /* Begin PBXGroup section */
  33. E9F13DF51C28B3D3004C6B95 = {
  34. isa = PBXGroup;
  35. children = (
  36. E9F13E001C28B3D3004C6B95 /* CaseLights */,
  37. E9F13DFF1C28B3D3004C6B95 /* Products */,
  38. );
  39. sourceTree = "<group>";
  40. };
  41. E9F13DFF1C28B3D3004C6B95 /* Products */ = {
  42. isa = PBXGroup;
  43. children = (
  44. E9F13DFE1C28B3D3004C6B95 /* CaseLights.app */,
  45. );
  46. name = Products;
  47. sourceTree = "<group>";
  48. };
  49. E9F13E001C28B3D3004C6B95 /* CaseLights */ = {
  50. isa = PBXGroup;
  51. children = (
  52. E9F13E011C28B3D3004C6B95 /* AppDelegate.h */,
  53. E9F13E021C28B3D3004C6B95 /* AppDelegate.m */,
  54. E9F13E071C28B3D3004C6B95 /* Assets.xcassets */,
  55. E9F13E091C28B3D3004C6B95 /* MainMenu.xib */,
  56. E9F13E0C1C28B3D3004C6B95 /* Info.plist */,
  57. E9F13E041C28B3D3004C6B95 /* Supporting Files */,
  58. );
  59. path = CaseLights;
  60. sourceTree = "<group>";
  61. };
  62. E9F13E041C28B3D3004C6B95 /* Supporting Files */ = {
  63. isa = PBXGroup;
  64. children = (
  65. E9F13E051C28B3D3004C6B95 /* main.m */,
  66. );
  67. name = "Supporting Files";
  68. sourceTree = "<group>";
  69. };
  70. /* End PBXGroup section */
  71. /* Begin PBXNativeTarget section */
  72. E9F13DFD1C28B3D3004C6B95 /* CaseLights */ = {
  73. isa = PBXNativeTarget;
  74. buildConfigurationList = E9F13E0F1C28B3D3004C6B95 /* Build configuration list for PBXNativeTarget "CaseLights" */;
  75. buildPhases = (
  76. E9F13DFA1C28B3D3004C6B95 /* Sources */,
  77. E9F13DFB1C28B3D3004C6B95 /* Frameworks */,
  78. E9F13DFC1C28B3D3004C6B95 /* Resources */,
  79. );
  80. buildRules = (
  81. );
  82. dependencies = (
  83. );
  84. name = CaseLights;
  85. productName = CaseLights;
  86. productReference = E9F13DFE1C28B3D3004C6B95 /* CaseLights.app */;
  87. productType = "com.apple.product-type.application";
  88. };
  89. /* End PBXNativeTarget section */
  90. /* Begin PBXProject section */
  91. E9F13DF61C28B3D3004C6B95 /* Project object */ = {
  92. isa = PBXProject;
  93. attributes = {
  94. LastUpgradeCheck = 0720;
  95. ORGANIZATIONNAME = xythobuz;
  96. TargetAttributes = {
  97. E9F13DFD1C28B3D3004C6B95 = {
  98. CreatedOnToolsVersion = 7.2;
  99. };
  100. };
  101. };
  102. buildConfigurationList = E9F13DF91C28B3D3004C6B95 /* Build configuration list for PBXProject "CaseLights" */;
  103. compatibilityVersion = "Xcode 3.2";
  104. developmentRegion = English;
  105. hasScannedForEncodings = 0;
  106. knownRegions = (
  107. en,
  108. Base,
  109. );
  110. mainGroup = E9F13DF51C28B3D3004C6B95;
  111. productRefGroup = E9F13DFF1C28B3D3004C6B95 /* Products */;
  112. projectDirPath = "";
  113. projectRoot = "";
  114. targets = (
  115. E9F13DFD1C28B3D3004C6B95 /* CaseLights */,
  116. );
  117. };
  118. /* End PBXProject section */
  119. /* Begin PBXResourcesBuildPhase section */
  120. E9F13DFC1C28B3D3004C6B95 /* Resources */ = {
  121. isa = PBXResourcesBuildPhase;
  122. buildActionMask = 2147483647;
  123. files = (
  124. E9F13E081C28B3D3004C6B95 /* Assets.xcassets in Resources */,
  125. E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */,
  126. );
  127. runOnlyForDeploymentPostprocessing = 0;
  128. };
  129. /* End PBXResourcesBuildPhase section */
  130. /* Begin PBXSourcesBuildPhase section */
  131. E9F13DFA1C28B3D3004C6B95 /* Sources */ = {
  132. isa = PBXSourcesBuildPhase;
  133. buildActionMask = 2147483647;
  134. files = (
  135. E9F13E061C28B3D3004C6B95 /* main.m in Sources */,
  136. E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */,
  137. );
  138. runOnlyForDeploymentPostprocessing = 0;
  139. };
  140. /* End PBXSourcesBuildPhase section */
  141. /* Begin PBXVariantGroup section */
  142. E9F13E091C28B3D3004C6B95 /* MainMenu.xib */ = {
  143. isa = PBXVariantGroup;
  144. children = (
  145. E9F13E0A1C28B3D3004C6B95 /* Base */,
  146. );
  147. name = MainMenu.xib;
  148. sourceTree = "<group>";
  149. };
  150. /* End PBXVariantGroup section */
  151. /* Begin XCBuildConfiguration section */
  152. E9F13E0D1C28B3D3004C6B95 /* Debug */ = {
  153. isa = XCBuildConfiguration;
  154. buildSettings = {
  155. ALWAYS_SEARCH_USER_PATHS = NO;
  156. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  157. CLANG_CXX_LIBRARY = "libc++";
  158. CLANG_ENABLE_MODULES = YES;
  159. CLANG_ENABLE_OBJC_ARC = YES;
  160. CLANG_WARN_BOOL_CONVERSION = YES;
  161. CLANG_WARN_CONSTANT_CONVERSION = YES;
  162. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  163. CLANG_WARN_EMPTY_BODY = YES;
  164. CLANG_WARN_ENUM_CONVERSION = YES;
  165. CLANG_WARN_INT_CONVERSION = YES;
  166. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  167. CLANG_WARN_UNREACHABLE_CODE = YES;
  168. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  169. CODE_SIGN_IDENTITY = "-";
  170. COPY_PHASE_STRIP = NO;
  171. DEBUG_INFORMATION_FORMAT = dwarf;
  172. ENABLE_STRICT_OBJC_MSGSEND = YES;
  173. ENABLE_TESTABILITY = YES;
  174. GCC_C_LANGUAGE_STANDARD = gnu99;
  175. GCC_DYNAMIC_NO_PIC = NO;
  176. GCC_NO_COMMON_BLOCKS = YES;
  177. GCC_OPTIMIZATION_LEVEL = 0;
  178. GCC_PREPROCESSOR_DEFINITIONS = (
  179. "DEBUG=1",
  180. "$(inherited)",
  181. );
  182. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  183. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  184. GCC_WARN_UNDECLARED_SELECTOR = YES;
  185. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  186. GCC_WARN_UNUSED_FUNCTION = YES;
  187. GCC_WARN_UNUSED_VARIABLE = YES;
  188. MACOSX_DEPLOYMENT_TARGET = 10.10;
  189. MTL_ENABLE_DEBUG_INFO = YES;
  190. ONLY_ACTIVE_ARCH = YES;
  191. SDKROOT = macosx;
  192. };
  193. name = Debug;
  194. };
  195. E9F13E0E1C28B3D3004C6B95 /* Release */ = {
  196. isa = XCBuildConfiguration;
  197. buildSettings = {
  198. ALWAYS_SEARCH_USER_PATHS = NO;
  199. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  200. CLANG_CXX_LIBRARY = "libc++";
  201. CLANG_ENABLE_MODULES = YES;
  202. CLANG_ENABLE_OBJC_ARC = YES;
  203. CLANG_WARN_BOOL_CONVERSION = YES;
  204. CLANG_WARN_CONSTANT_CONVERSION = YES;
  205. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  206. CLANG_WARN_EMPTY_BODY = YES;
  207. CLANG_WARN_ENUM_CONVERSION = YES;
  208. CLANG_WARN_INT_CONVERSION = YES;
  209. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  210. CLANG_WARN_UNREACHABLE_CODE = YES;
  211. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  212. CODE_SIGN_IDENTITY = "-";
  213. COPY_PHASE_STRIP = NO;
  214. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  215. ENABLE_NS_ASSERTIONS = NO;
  216. ENABLE_STRICT_OBJC_MSGSEND = YES;
  217. GCC_C_LANGUAGE_STANDARD = gnu99;
  218. GCC_NO_COMMON_BLOCKS = YES;
  219. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  220. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  221. GCC_WARN_UNDECLARED_SELECTOR = YES;
  222. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  223. GCC_WARN_UNUSED_FUNCTION = YES;
  224. GCC_WARN_UNUSED_VARIABLE = YES;
  225. MACOSX_DEPLOYMENT_TARGET = 10.10;
  226. MTL_ENABLE_DEBUG_INFO = NO;
  227. SDKROOT = macosx;
  228. };
  229. name = Release;
  230. };
  231. E9F13E101C28B3D3004C6B95 /* Debug */ = {
  232. isa = XCBuildConfiguration;
  233. buildSettings = {
  234. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  235. COMBINE_HIDPI_IMAGES = YES;
  236. INFOPLIST_FILE = CaseLights/Info.plist;
  237. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  238. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
  239. PRODUCT_NAME = "$(TARGET_NAME)";
  240. };
  241. name = Debug;
  242. };
  243. E9F13E111C28B3D3004C6B95 /* Release */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  247. COMBINE_HIDPI_IMAGES = YES;
  248. INFOPLIST_FILE = CaseLights/Info.plist;
  249. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  250. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
  251. PRODUCT_NAME = "$(TARGET_NAME)";
  252. };
  253. name = Release;
  254. };
  255. /* End XCBuildConfiguration section */
  256. /* Begin XCConfigurationList section */
  257. E9F13DF91C28B3D3004C6B95 /* Build configuration list for PBXProject "CaseLights" */ = {
  258. isa = XCConfigurationList;
  259. buildConfigurations = (
  260. E9F13E0D1C28B3D3004C6B95 /* Debug */,
  261. E9F13E0E1C28B3D3004C6B95 /* Release */,
  262. );
  263. defaultConfigurationIsVisible = 0;
  264. defaultConfigurationName = Release;
  265. };
  266. E9F13E0F1C28B3D3004C6B95 /* Build configuration list for PBXNativeTarget "CaseLights" */ = {
  267. isa = XCConfigurationList;
  268. buildConfigurations = (
  269. E9F13E101C28B3D3004C6B95 /* Debug */,
  270. E9F13E111C28B3D3004C6B95 /* Release */,
  271. );
  272. defaultConfigurationIsVisible = 0;
  273. };
  274. /* End XCConfigurationList section */
  275. };
  276. rootObject = E9F13DF61C28B3D3004C6B95 /* Project object */;
  277. }