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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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. E9AB17FC1C28B43B00BF3C51 /* Increment build number */,
  77. E9F13DFA1C28B3D3004C6B95 /* Sources */,
  78. E9F13DFB1C28B3D3004C6B95 /* Frameworks */,
  79. E9F13DFC1C28B3D3004C6B95 /* Resources */,
  80. );
  81. buildRules = (
  82. );
  83. dependencies = (
  84. );
  85. name = CaseLights;
  86. productName = CaseLights;
  87. productReference = E9F13DFE1C28B3D3004C6B95 /* CaseLights.app */;
  88. productType = "com.apple.product-type.application";
  89. };
  90. /* End PBXNativeTarget section */
  91. /* Begin PBXProject section */
  92. E9F13DF61C28B3D3004C6B95 /* Project object */ = {
  93. isa = PBXProject;
  94. attributes = {
  95. LastUpgradeCheck = 0720;
  96. ORGANIZATIONNAME = xythobuz;
  97. TargetAttributes = {
  98. E9F13DFD1C28B3D3004C6B95 = {
  99. CreatedOnToolsVersion = 7.2;
  100. };
  101. };
  102. };
  103. buildConfigurationList = E9F13DF91C28B3D3004C6B95 /* Build configuration list for PBXProject "CaseLights" */;
  104. compatibilityVersion = "Xcode 3.2";
  105. developmentRegion = English;
  106. hasScannedForEncodings = 0;
  107. knownRegions = (
  108. en,
  109. Base,
  110. );
  111. mainGroup = E9F13DF51C28B3D3004C6B95;
  112. productRefGroup = E9F13DFF1C28B3D3004C6B95 /* Products */;
  113. projectDirPath = "";
  114. projectRoot = "";
  115. targets = (
  116. E9F13DFD1C28B3D3004C6B95 /* CaseLights */,
  117. );
  118. };
  119. /* End PBXProject section */
  120. /* Begin PBXResourcesBuildPhase section */
  121. E9F13DFC1C28B3D3004C6B95 /* Resources */ = {
  122. isa = PBXResourcesBuildPhase;
  123. buildActionMask = 2147483647;
  124. files = (
  125. E9F13E081C28B3D3004C6B95 /* Assets.xcassets in Resources */,
  126. E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */,
  127. );
  128. runOnlyForDeploymentPostprocessing = 0;
  129. };
  130. /* End PBXResourcesBuildPhase section */
  131. /* Begin PBXShellScriptBuildPhase section */
  132. E9AB17FC1C28B43B00BF3C51 /* Increment build number */ = {
  133. isa = PBXShellScriptBuildPhase;
  134. buildActionMask = 2147483647;
  135. files = (
  136. );
  137. inputPaths = (
  138. );
  139. name = "Increment build number";
  140. outputPaths = (
  141. );
  142. runOnlyForDeploymentPostprocessing = 0;
  143. shellPath = /bin/sh;
  144. 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";
  145. };
  146. /* End PBXShellScriptBuildPhase section */
  147. /* Begin PBXSourcesBuildPhase section */
  148. E9F13DFA1C28B3D3004C6B95 /* Sources */ = {
  149. isa = PBXSourcesBuildPhase;
  150. buildActionMask = 2147483647;
  151. files = (
  152. E9F13E061C28B3D3004C6B95 /* main.m in Sources */,
  153. E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */,
  154. );
  155. runOnlyForDeploymentPostprocessing = 0;
  156. };
  157. /* End PBXSourcesBuildPhase section */
  158. /* Begin PBXVariantGroup section */
  159. E9F13E091C28B3D3004C6B95 /* MainMenu.xib */ = {
  160. isa = PBXVariantGroup;
  161. children = (
  162. E9F13E0A1C28B3D3004C6B95 /* Base */,
  163. );
  164. name = MainMenu.xib;
  165. sourceTree = "<group>";
  166. };
  167. /* End PBXVariantGroup section */
  168. /* Begin XCBuildConfiguration section */
  169. E9F13E0D1C28B3D3004C6B95 /* Debug */ = {
  170. isa = XCBuildConfiguration;
  171. buildSettings = {
  172. ALWAYS_SEARCH_USER_PATHS = NO;
  173. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  174. CLANG_CXX_LIBRARY = "libc++";
  175. CLANG_ENABLE_MODULES = YES;
  176. CLANG_ENABLE_OBJC_ARC = YES;
  177. CLANG_WARN_BOOL_CONVERSION = YES;
  178. CLANG_WARN_CONSTANT_CONVERSION = YES;
  179. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  180. CLANG_WARN_EMPTY_BODY = YES;
  181. CLANG_WARN_ENUM_CONVERSION = YES;
  182. CLANG_WARN_INT_CONVERSION = YES;
  183. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  184. CLANG_WARN_UNREACHABLE_CODE = YES;
  185. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  186. CODE_SIGN_IDENTITY = "-";
  187. COPY_PHASE_STRIP = NO;
  188. DEBUG_INFORMATION_FORMAT = dwarf;
  189. ENABLE_STRICT_OBJC_MSGSEND = YES;
  190. ENABLE_TESTABILITY = YES;
  191. GCC_C_LANGUAGE_STANDARD = gnu99;
  192. GCC_DYNAMIC_NO_PIC = NO;
  193. GCC_NO_COMMON_BLOCKS = YES;
  194. GCC_OPTIMIZATION_LEVEL = 0;
  195. GCC_PREPROCESSOR_DEFINITIONS = (
  196. "DEBUG=1",
  197. "$(inherited)",
  198. );
  199. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  200. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  201. GCC_WARN_UNDECLARED_SELECTOR = YES;
  202. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  203. GCC_WARN_UNUSED_FUNCTION = YES;
  204. GCC_WARN_UNUSED_VARIABLE = YES;
  205. MACOSX_DEPLOYMENT_TARGET = 10.8;
  206. MTL_ENABLE_DEBUG_INFO = YES;
  207. ONLY_ACTIVE_ARCH = YES;
  208. SDKROOT = macosx;
  209. };
  210. name = Debug;
  211. };
  212. E9F13E0E1C28B3D3004C6B95 /* Release */ = {
  213. isa = XCBuildConfiguration;
  214. buildSettings = {
  215. ALWAYS_SEARCH_USER_PATHS = NO;
  216. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  217. CLANG_CXX_LIBRARY = "libc++";
  218. CLANG_ENABLE_MODULES = YES;
  219. CLANG_ENABLE_OBJC_ARC = YES;
  220. CLANG_WARN_BOOL_CONVERSION = YES;
  221. CLANG_WARN_CONSTANT_CONVERSION = YES;
  222. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  223. CLANG_WARN_EMPTY_BODY = YES;
  224. CLANG_WARN_ENUM_CONVERSION = YES;
  225. CLANG_WARN_INT_CONVERSION = YES;
  226. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  227. CLANG_WARN_UNREACHABLE_CODE = YES;
  228. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  229. CODE_SIGN_IDENTITY = "-";
  230. COPY_PHASE_STRIP = NO;
  231. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  232. ENABLE_NS_ASSERTIONS = NO;
  233. ENABLE_STRICT_OBJC_MSGSEND = YES;
  234. GCC_C_LANGUAGE_STANDARD = gnu99;
  235. GCC_NO_COMMON_BLOCKS = YES;
  236. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  237. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  238. GCC_WARN_UNDECLARED_SELECTOR = YES;
  239. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  240. GCC_WARN_UNUSED_FUNCTION = YES;
  241. GCC_WARN_UNUSED_VARIABLE = YES;
  242. MACOSX_DEPLOYMENT_TARGET = 10.8;
  243. MTL_ENABLE_DEBUG_INFO = NO;
  244. SDKROOT = macosx;
  245. };
  246. name = Release;
  247. };
  248. E9F13E101C28B3D3004C6B95 /* Debug */ = {
  249. isa = XCBuildConfiguration;
  250. buildSettings = {
  251. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  252. COMBINE_HIDPI_IMAGES = YES;
  253. INFOPLIST_FILE = CaseLights/Info.plist;
  254. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  255. MACOSX_DEPLOYMENT_TARGET = 10.8;
  256. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
  257. PRODUCT_NAME = "$(TARGET_NAME)";
  258. };
  259. name = Debug;
  260. };
  261. E9F13E111C28B3D3004C6B95 /* Release */ = {
  262. isa = XCBuildConfiguration;
  263. buildSettings = {
  264. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  265. COMBINE_HIDPI_IMAGES = YES;
  266. INFOPLIST_FILE = CaseLights/Info.plist;
  267. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  268. MACOSX_DEPLOYMENT_TARGET = 10.8;
  269. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.CaseLights;
  270. PRODUCT_NAME = "$(TARGET_NAME)";
  271. };
  272. name = Release;
  273. };
  274. /* End XCBuildConfiguration section */
  275. /* Begin XCConfigurationList section */
  276. E9F13DF91C28B3D3004C6B95 /* Build configuration list for PBXProject "CaseLights" */ = {
  277. isa = XCConfigurationList;
  278. buildConfigurations = (
  279. E9F13E0D1C28B3D3004C6B95 /* Debug */,
  280. E9F13E0E1C28B3D3004C6B95 /* Release */,
  281. );
  282. defaultConfigurationIsVisible = 0;
  283. defaultConfigurationName = Release;
  284. };
  285. E9F13E0F1C28B3D3004C6B95 /* Build configuration list for PBXNativeTarget "CaseLights" */ = {
  286. isa = XCConfigurationList;
  287. buildConfigurations = (
  288. E9F13E101C28B3D3004C6B95 /* Debug */,
  289. E9F13E111C28B3D3004C6B95 /* Release */,
  290. );
  291. defaultConfigurationIsVisible = 0;
  292. defaultConfigurationName = Release;
  293. };
  294. /* End XCConfigurationList section */
  295. };
  296. rootObject = E9F13DF61C28B3D3004C6B95 /* Project object */;
  297. }