Mac OS X ambilight
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 13KB

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