123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
- /* Begin PBXBuildFile section */
- E9640E8A1C30511B0081D46C /* Screenshot.m in Sources */ = {isa = PBXBuildFile; fileRef = E9640E891C30511B0081D46C /* Screenshot.m */; };
- E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AB18001C29F8CD00BF3C51 /* Serial.m */; };
- E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E021C28B3D3004C6B95 /* AppDelegate.m */; };
- E9F13E061C28B3D3004C6B95 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F13E051C28B3D3004C6B95 /* main.m */; };
- E9F13E081C28B3D3004C6B95 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E071C28B3D3004C6B95 /* Assets.xcassets */; };
- E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F13E091C28B3D3004C6B95 /* MainMenu.xib */; };
- /* End PBXBuildFile section */
-
- /* Begin PBXCopyFilesBuildPhase section */
- E9109B141C2AAEEC00726111 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
-
- /* Begin PBXFileReference section */
- E9640E881C30511B0081D46C /* Screenshot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Screenshot.h; sourceTree = "<group>"; };
- E9640E891C30511B0081D46C /* Screenshot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Screenshot.m; sourceTree = "<group>"; };
- E9AB17FF1C29F8CD00BF3C51 /* Serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = "<group>"; };
- E9AB18001C29F8CD00BF3C51 /* Serial.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Serial.m; sourceTree = "<group>"; };
- E9F13DFE1C28B3D3004C6B95 /* DisplayBacklight.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DisplayBacklight.app; sourceTree = BUILT_PRODUCTS_DIR; };
- E9F13E011C28B3D3004C6B95 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- E9F13E021C28B3D3004C6B95 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- E9F13E051C28B3D3004C6B95 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- E9F13E071C28B3D3004C6B95 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- E9F13E0A1C28B3D3004C6B95 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
- E9F13E0C1C28B3D3004C6B95 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- /* End PBXFileReference section */
-
- /* Begin PBXFrameworksBuildPhase section */
- E9F13DFB1C28B3D3004C6B95 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
-
- /* Begin PBXGroup section */
- E9F13DF51C28B3D3004C6B95 = {
- isa = PBXGroup;
- children = (
- E9F13E001C28B3D3004C6B95 /* DisplayBacklight */,
- E9F13DFF1C28B3D3004C6B95 /* Products */,
- );
- sourceTree = "<group>";
- };
- E9F13DFF1C28B3D3004C6B95 /* Products */ = {
- isa = PBXGroup;
- children = (
- E9F13DFE1C28B3D3004C6B95 /* DisplayBacklight.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- E9F13E001C28B3D3004C6B95 /* DisplayBacklight */ = {
- isa = PBXGroup;
- children = (
- E9F13E011C28B3D3004C6B95 /* AppDelegate.h */,
- E9F13E021C28B3D3004C6B95 /* AppDelegate.m */,
- E9AB17FF1C29F8CD00BF3C51 /* Serial.h */,
- E9AB18001C29F8CD00BF3C51 /* Serial.m */,
- E9640E881C30511B0081D46C /* Screenshot.h */,
- E9640E891C30511B0081D46C /* Screenshot.m */,
- E9F13E071C28B3D3004C6B95 /* Assets.xcassets */,
- E9F13E091C28B3D3004C6B95 /* MainMenu.xib */,
- E9F13E0C1C28B3D3004C6B95 /* Info.plist */,
- E9F13E041C28B3D3004C6B95 /* Supporting Files */,
- );
- path = DisplayBacklight;
- sourceTree = "<group>";
- };
- E9F13E041C28B3D3004C6B95 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- E9F13E051C28B3D3004C6B95 /* main.m */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
-
- /* Begin PBXNativeTarget section */
- E9F13DFD1C28B3D3004C6B95 /* DisplayBacklight */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = E9F13E0F1C28B3D3004C6B95 /* Build configuration list for PBXNativeTarget "DisplayBacklight" */;
- buildPhases = (
- E9AB17FC1C28B43B00BF3C51 /* Increment build number */,
- E9F13DFA1C28B3D3004C6B95 /* Sources */,
- E9F13DFB1C28B3D3004C6B95 /* Frameworks */,
- E9F13DFC1C28B3D3004C6B95 /* Resources */,
- E9109B141C2AAEEC00726111 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = DisplayBacklight;
- productName = CaseLights;
- productReference = E9F13DFE1C28B3D3004C6B95 /* DisplayBacklight.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
-
- /* Begin PBXProject section */
- E9F13DF61C28B3D3004C6B95 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0720;
- ORGANIZATIONNAME = xythobuz;
- TargetAttributes = {
- E9F13DFD1C28B3D3004C6B95 = {
- CreatedOnToolsVersion = 7.2;
- };
- };
- };
- buildConfigurationList = E9F13DF91C28B3D3004C6B95 /* Build configuration list for PBXProject "DisplayBacklight" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = E9F13DF51C28B3D3004C6B95;
- productRefGroup = E9F13DFF1C28B3D3004C6B95 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- E9F13DFD1C28B3D3004C6B95 /* DisplayBacklight */,
- );
- };
- /* End PBXProject section */
-
- /* Begin PBXResourcesBuildPhase section */
- E9F13DFC1C28B3D3004C6B95 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E9F13E081C28B3D3004C6B95 /* Assets.xcassets in Resources */,
- E9F13E0B1C28B3D3004C6B95 /* MainMenu.xib in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
-
- /* Begin PBXShellScriptBuildPhase section */
- E9AB17FC1C28B43B00BF3C51 /* Increment build number */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Increment build number";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- 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";
- };
- /* End PBXShellScriptBuildPhase section */
-
- /* Begin PBXSourcesBuildPhase section */
- E9F13DFA1C28B3D3004C6B95 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E9AB18011C29F8CD00BF3C51 /* Serial.m in Sources */,
- E9640E8A1C30511B0081D46C /* Screenshot.m in Sources */,
- E9F13E061C28B3D3004C6B95 /* main.m in Sources */,
- E9F13E031C28B3D3004C6B95 /* AppDelegate.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
-
- /* Begin PBXVariantGroup section */
- E9F13E091C28B3D3004C6B95 /* MainMenu.xib */ = {
- isa = PBXVariantGroup;
- children = (
- E9F13E0A1C28B3D3004C6B95 /* Base */,
- );
- name = MainMenu.xib;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
-
- /* Begin XCBuildConfiguration section */
- E9F13E0D1C28B3D3004C6B95 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "-";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.8;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- E9F13E0E1C28B3D3004C6B95 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "-";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.8;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = macosx;
- };
- name = Release;
- };
- E9F13E101C28B3D3004C6B95 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- COMBINE_HIDPI_IMAGES = YES;
- INFOPLIST_FILE = DisplayBacklight/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.8;
- PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.DisplayBacklight;
- PRODUCT_NAME = DisplayBacklight;
- USER_HEADER_SEARCH_PATHS = "JSystemInfoKit/** EZAudio/EZAudio/**";
- };
- name = Debug;
- };
- E9F13E111C28B3D3004C6B95 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- COMBINE_HIDPI_IMAGES = YES;
- HEADER_SEARCH_PATHS = "";
- INFOPLIST_FILE = DisplayBacklight/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.8;
- PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.DisplayBacklight;
- PRODUCT_NAME = DisplayBacklight;
- USER_HEADER_SEARCH_PATHS = "JSystemInfoKit/** EZAudio/EZAudio/**";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
-
- /* Begin XCConfigurationList section */
- E9F13DF91C28B3D3004C6B95 /* Build configuration list for PBXProject "DisplayBacklight" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E9F13E0D1C28B3D3004C6B95 /* Debug */,
- E9F13E0E1C28B3D3004C6B95 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- E9F13E0F1C28B3D3004C6B95 /* Build configuration list for PBXNativeTarget "DisplayBacklight" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E9F13E101C28B3D3004C6B95 /* Debug */,
- E9F13E111C28B3D3004C6B95 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = E9F13DF61C28B3D3004C6B95 /* Project object */;
- }
|