From b5569ad884cd99d8f0b1403c34bc244d6a514182 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 16 Nov 2016 04:26:06 -0500 Subject: Rename project to "Low Battery Yup.d" Change the last space to a dot to make it more obvious that it's supposed to mean 'daemon'. --- Low Battery Yup d.xcodeproj/project.pbxproj | 309 --------------------- .../project.xcworkspace/contents.xcworkspacedata | 7 - Low Battery Yup d/AppDelegate.h | 2 +- Low Battery Yup d/AppDelegate.m | 2 +- Low Battery Yup d/Low Battery Yup d-Info.plist | 34 --- Low Battery Yup d/Low Battery Yup d-Prefix.pch | 7 - Low Battery Yup d/Low Battery Yup.d-Info.plist | 34 +++ Low Battery Yup d/Low Battery Yup.d-Prefix.pch | 7 + Low Battery Yup d/Mouse.h | 2 +- Low Battery Yup d/Mouse.m | 2 +- Low Battery Yup d/en.lproj/MainMenu.xib | 74 ++--- Low Battery Yup.d.xcodeproj/project.pbxproj | 309 +++++++++++++++++++++ .../project.xcworkspace/contents.xcworkspacedata | 7 + 13 files changed, 398 insertions(+), 398 deletions(-) delete mode 100644 Low Battery Yup d.xcodeproj/project.pbxproj delete mode 100644 Low Battery Yup d.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Low Battery Yup d/Low Battery Yup d-Info.plist delete mode 100644 Low Battery Yup d/Low Battery Yup d-Prefix.pch create mode 100644 Low Battery Yup d/Low Battery Yup.d-Info.plist create mode 100644 Low Battery Yup d/Low Battery Yup.d-Prefix.pch create mode 100644 Low Battery Yup.d.xcodeproj/project.pbxproj create mode 100644 Low Battery Yup.d.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/Low Battery Yup d.xcodeproj/project.pbxproj b/Low Battery Yup d.xcodeproj/project.pbxproj deleted file mode 100644 index a123364..0000000 --- a/Low Battery Yup d.xcodeproj/project.pbxproj +++ /dev/null @@ -1,309 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - D18C94A31DDC33CF00E03F87 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D18C94A21DDC33CF00E03F87 /* Cocoa.framework */; }; - D18C94AD1DDC33CF00E03F87 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D18C94AB1DDC33CF00E03F87 /* InfoPlist.strings */; }; - D18C94AF1DDC33CF00E03F87 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D18C94AE1DDC33CF00E03F87 /* main.m */; }; - D18C94B31DDC33CF00E03F87 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D18C94B11DDC33CF00E03F87 /* Credits.rtf */; }; - D18C94B61DDC33CF00E03F87 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D18C94B51DDC33CF00E03F87 /* AppDelegate.m */; }; - D18C94B91DDC33CF00E03F87 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D18C94B71DDC33CF00E03F87 /* MainMenu.xib */; }; - D18C94C51DDC355400E03F87 /* Mouse.m in Sources */ = {isa = PBXBuildFile; fileRef = D18C94C41DDC355400E03F87 /* Mouse.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - D18C949E1DDC33CF00E03F87 /* Low Battery Yup d.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Low Battery Yup d.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - D18C94A21DDC33CF00E03F87 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; - D18C94A51DDC33CF00E03F87 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; - D18C94A61DDC33CF00E03F87 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; - D18C94A71DDC33CF00E03F87 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - D18C94AA1DDC33CF00E03F87 /* Low Battery Yup d-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Low Battery Yup d-Info.plist"; sourceTree = ""; }; - D18C94AC1DDC33CF00E03F87 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - D18C94AE1DDC33CF00E03F87 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - D18C94B01DDC33CF00E03F87 /* Low Battery Yup d-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Low Battery Yup d-Prefix.pch"; sourceTree = ""; }; - D18C94B21DDC33CF00E03F87 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; - D18C94B41DDC33CF00E03F87 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - D18C94B51DDC33CF00E03F87 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - D18C94B81DDC33CF00E03F87 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = ""; }; - D18C94C31DDC355400E03F87 /* Mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Mouse.h; sourceTree = ""; }; - D18C94C41DDC355400E03F87 /* Mouse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Mouse.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D18C949B1DDC33CF00E03F87 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D18C94A31DDC33CF00E03F87 /* Cocoa.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - D18C94931DDC33CE00E03F87 = { - isa = PBXGroup; - children = ( - D18C94A81DDC33CF00E03F87 /* Low Battery Yup d */, - D18C94A11DDC33CF00E03F87 /* Frameworks */, - D18C949F1DDC33CF00E03F87 /* Products */, - ); - sourceTree = ""; - }; - D18C949F1DDC33CF00E03F87 /* Products */ = { - isa = PBXGroup; - children = ( - D18C949E1DDC33CF00E03F87 /* Low Battery Yup d.app */, - ); - name = Products; - sourceTree = ""; - }; - D18C94A11DDC33CF00E03F87 /* Frameworks */ = { - isa = PBXGroup; - children = ( - D18C94A21DDC33CF00E03F87 /* Cocoa.framework */, - D18C94A41DDC33CF00E03F87 /* Other Frameworks */, - ); - name = Frameworks; - sourceTree = ""; - }; - D18C94A41DDC33CF00E03F87 /* Other Frameworks */ = { - isa = PBXGroup; - children = ( - D18C94A51DDC33CF00E03F87 /* AppKit.framework */, - D18C94A61DDC33CF00E03F87 /* CoreData.framework */, - D18C94A71DDC33CF00E03F87 /* Foundation.framework */, - ); - name = "Other Frameworks"; - sourceTree = ""; - }; - D18C94A81DDC33CF00E03F87 /* Low Battery Yup d */ = { - isa = PBXGroup; - children = ( - D18C94B41DDC33CF00E03F87 /* AppDelegate.h */, - D18C94B51DDC33CF00E03F87 /* AppDelegate.m */, - D18C94C31DDC355400E03F87 /* Mouse.h */, - D18C94C41DDC355400E03F87 /* Mouse.m */, - D18C94B71DDC33CF00E03F87 /* MainMenu.xib */, - D18C94A91DDC33CF00E03F87 /* Supporting Files */, - ); - path = "Low Battery Yup d"; - sourceTree = ""; - }; - D18C94A91DDC33CF00E03F87 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - D18C94AA1DDC33CF00E03F87 /* Low Battery Yup d-Info.plist */, - D18C94AB1DDC33CF00E03F87 /* InfoPlist.strings */, - D18C94AE1DDC33CF00E03F87 /* main.m */, - D18C94B01DDC33CF00E03F87 /* Low Battery Yup d-Prefix.pch */, - D18C94B11DDC33CF00E03F87 /* Credits.rtf */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D18C949D1DDC33CF00E03F87 /* Low Battery Yup d */ = { - isa = PBXNativeTarget; - buildConfigurationList = D18C94BC1DDC33CF00E03F87 /* Build configuration list for PBXNativeTarget "Low Battery Yup d" */; - buildPhases = ( - D18C949A1DDC33CF00E03F87 /* Sources */, - D18C949B1DDC33CF00E03F87 /* Frameworks */, - D18C949C1DDC33CF00E03F87 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Low Battery Yup d"; - productName = "Low Battery Yup d"; - productReference = D18C949E1DDC33CF00E03F87 /* Low Battery Yup d.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D18C94951DDC33CF00E03F87 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0450; - ORGANIZATIONNAME = TW; - }; - buildConfigurationList = D18C94981DDC33CF00E03F87 /* Build configuration list for PBXProject "Low Battery Yup d" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = D18C94931DDC33CE00E03F87; - productRefGroup = D18C949F1DDC33CF00E03F87 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D18C949D1DDC33CF00E03F87 /* Low Battery Yup d */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - D18C949C1DDC33CF00E03F87 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D18C94AD1DDC33CF00E03F87 /* InfoPlist.strings in Resources */, - D18C94B31DDC33CF00E03F87 /* Credits.rtf in Resources */, - D18C94B91DDC33CF00E03F87 /* MainMenu.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - D18C949A1DDC33CF00E03F87 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D18C94AF1DDC33CF00E03F87 /* main.m in Sources */, - D18C94B61DDC33CF00E03F87 /* AppDelegate.m in Sources */, - D18C94C51DDC355400E03F87 /* Mouse.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - D18C94AB1DDC33CF00E03F87 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - D18C94AC1DDC33CF00E03F87 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - D18C94B11DDC33CF00E03F87 /* Credits.rtf */ = { - isa = PBXVariantGroup; - children = ( - D18C94B21DDC33CF00E03F87 /* en */, - ); - name = Credits.rtf; - sourceTree = ""; - }; - D18C94B71DDC33CF00E03F87 /* MainMenu.xib */ = { - isa = PBXVariantGroup; - children = ( - D18C94B81DDC33CF00E03F87 /* en */, - ); - name = MainMenu.xib; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - D18C94BA1DDC33CF00E03F87 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.8; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - D18C94BB1DDC33CF00E03F87 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.8; - SDKROOT = macosx; - }; - name = Release; - }; - D18C94BD1DDC33CF00E03F87 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Low Battery Yup d/Low Battery Yup d-Prefix.pch"; - INFOPLIST_FILE = "Low Battery Yup d/Low Battery Yup d-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - D18C94BE1DDC33CF00E03F87 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Low Battery Yup d/Low Battery Yup d-Prefix.pch"; - INFOPLIST_FILE = "Low Battery Yup d/Low Battery Yup d-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - D18C94981DDC33CF00E03F87 /* Build configuration list for PBXProject "Low Battery Yup d" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D18C94BA1DDC33CF00E03F87 /* Debug */, - D18C94BB1DDC33CF00E03F87 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D18C94BC1DDC33CF00E03F87 /* Build configuration list for PBXNativeTarget "Low Battery Yup d" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D18C94BD1DDC33CF00E03F87 /* Debug */, - D18C94BE1DDC33CF00E03F87 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = D18C94951DDC33CF00E03F87 /* Project object */; -} diff --git a/Low Battery Yup d.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Low Battery Yup d.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 4c2bf3a..0000000 --- a/Low Battery Yup d.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Low Battery Yup d/AppDelegate.h b/Low Battery Yup d/AppDelegate.h index 696fc10..ab9467b 100644 --- a/Low Battery Yup d/AppDelegate.h +++ b/Low Battery Yup d/AppDelegate.h @@ -1,6 +1,6 @@ // // AppDelegate.h -// Low Battery Yup d +// Low Battery Yup.d // // Created by TW on 11/16/16. // Copyright (c) 2016 TW. All rights reserved. diff --git a/Low Battery Yup d/AppDelegate.m b/Low Battery Yup d/AppDelegate.m index 887d794..8c31526 100644 --- a/Low Battery Yup d/AppDelegate.m +++ b/Low Battery Yup d/AppDelegate.m @@ -1,6 +1,6 @@ // // AppDelegate.m -// Low Battery Yup d +// Low Battery Yup.d // // Created by TW on 11/16/16. // Copyright (c) 2016 TW. All rights reserved. diff --git a/Low Battery Yup d/Low Battery Yup d-Info.plist b/Low Battery Yup d/Low Battery Yup d-Info.plist deleted file mode 100644 index 7554788..0000000 --- a/Low Battery Yup d/Low Battery Yup d-Info.plist +++ /dev/null @@ -1,34 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - - CFBundleIdentifier - com.teddywing.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSMinimumSystemVersion - ${MACOSX_DEPLOYMENT_TARGET} - NSHumanReadableCopyright - Copyright © 2016 TW. All rights reserved. - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - - diff --git a/Low Battery Yup d/Low Battery Yup d-Prefix.pch b/Low Battery Yup d/Low Battery Yup d-Prefix.pch deleted file mode 100644 index 3ae2405..0000000 --- a/Low Battery Yup d/Low Battery Yup d-Prefix.pch +++ /dev/null @@ -1,7 +0,0 @@ -// -// Prefix header for all source files of the 'Low Battery Yup d' target in the 'Low Battery Yup d' project -// - -#ifdef __OBJC__ - #import -#endif diff --git a/Low Battery Yup d/Low Battery Yup.d-Info.plist b/Low Battery Yup d/Low Battery Yup.d-Info.plist new file mode 100644 index 0000000..7554788 --- /dev/null +++ b/Low Battery Yup d/Low Battery Yup.d-Info.plist @@ -0,0 +1,34 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.teddywing.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET} + NSHumanReadableCopyright + Copyright © 2016 TW. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/Low Battery Yup d/Low Battery Yup.d-Prefix.pch b/Low Battery Yup d/Low Battery Yup.d-Prefix.pch new file mode 100644 index 0000000..3ae2405 --- /dev/null +++ b/Low Battery Yup d/Low Battery Yup.d-Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'Low Battery Yup d' target in the 'Low Battery Yup d' project +// + +#ifdef __OBJC__ + #import +#endif diff --git a/Low Battery Yup d/Mouse.h b/Low Battery Yup d/Mouse.h index fbcd43a..0671083 100644 --- a/Low Battery Yup d/Mouse.h +++ b/Low Battery Yup d/Mouse.h @@ -1,6 +1,6 @@ // // Mouse.h -// Low Battery Yup d +// Low Battery Yup.d // // Created by TW on 11/16/16. // Copyright (c) 2016 TW. All rights reserved. diff --git a/Low Battery Yup d/Mouse.m b/Low Battery Yup d/Mouse.m index bd17e44..137b560 100644 --- a/Low Battery Yup d/Mouse.m +++ b/Low Battery Yup d/Mouse.m @@ -1,6 +1,6 @@ // // Mouse.m -// Low Battery Yup d +// Low Battery Yup.d // // Created by TW on 11/16/16. // Copyright (c) 2016 TW. All rights reserved. diff --git a/Low Battery Yup d/en.lproj/MainMenu.xib b/Low Battery Yup d/en.lproj/MainMenu.xib index 1786fd7..fe34301 100644 --- a/Low Battery Yup d/en.lproj/MainMenu.xib +++ b/Low Battery Yup d/en.lproj/MainMenu.xib @@ -2,20 +2,20 @@ 1080 - 11D50 - 2457 - 1138.32 - 568.00 + 12F45 + 2844 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2457 + 2844 - NSWindowTemplate - NSView + NSCustomObject NSMenu NSMenuItem - NSCustomObject + NSView + NSWindowTemplate com.apple.InterfaceBuilder.CocoaPlugin @@ -39,7 +39,7 @@ - Low Battery Yup d + Low Battery Yup.d 1048576 2147483647 @@ -53,11 +53,11 @@ submenuAction: - Low Battery Yup d + Low Battery Yup.d - About Low Battery Yup d + About Low Battery Yup.d 2147483647 @@ -122,7 +122,7 @@ - Hide Low Battery Yup d + Hide Low Battery Yup.d h 1048576 2147483647 @@ -160,7 +160,7 @@ - Quit Low Battery Yup d + Quit Low Battery Yup.d q 1048576 2147483647 @@ -1275,7 +1275,7 @@ - Low Battery Yup d Help + Low Battery Yup.d Help ? 1048576 2147483647 @@ -1294,7 +1294,7 @@ 2 {{335, 390}, {480, 360}} 1954021376 - Low Battery Yup d + Low Battery Yup.d NSWindow @@ -3335,6 +3335,28 @@ ./Classes/ABImageView.h + + AppDelegate + NSObject + + id + id + + + + applicationShouldTerminate: + id + + + applicationWillFinishLaunching: + id + + + + IBProjectSource + ./Classes/AppDelegate.h + + DVTBorderedView DVTLayoutView_ML @@ -4629,28 +4651,6 @@ ./Classes/XDTableView.h - - AppDelegate - NSObject - - id - id - - - - applicationShouldTerminate: - id - - - applicationWillFinishLaunching: - id - - - - IBProjectSource - ./Classes/AppDelegate.h - - 0 diff --git a/Low Battery Yup.d.xcodeproj/project.pbxproj b/Low Battery Yup.d.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b62df03 --- /dev/null +++ b/Low Battery Yup.d.xcodeproj/project.pbxproj @@ -0,0 +1,309 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + D18C94A31DDC33CF00E03F87 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D18C94A21DDC33CF00E03F87 /* Cocoa.framework */; }; + D18C94AD1DDC33CF00E03F87 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D18C94AB1DDC33CF00E03F87 /* InfoPlist.strings */; }; + D18C94AF1DDC33CF00E03F87 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D18C94AE1DDC33CF00E03F87 /* main.m */; }; + D18C94B31DDC33CF00E03F87 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = D18C94B11DDC33CF00E03F87 /* Credits.rtf */; }; + D18C94B61DDC33CF00E03F87 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D18C94B51DDC33CF00E03F87 /* AppDelegate.m */; }; + D18C94B91DDC33CF00E03F87 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D18C94B71DDC33CF00E03F87 /* MainMenu.xib */; }; + D18C94C51DDC355400E03F87 /* Mouse.m in Sources */ = {isa = PBXBuildFile; fileRef = D18C94C41DDC355400E03F87 /* Mouse.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + D18C949E1DDC33CF00E03F87 /* Low Battery Yup.d.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Low Battery Yup.d.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + D18C94A21DDC33CF00E03F87 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; + D18C94A51DDC33CF00E03F87 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; + D18C94A61DDC33CF00E03F87 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; + D18C94A71DDC33CF00E03F87 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + D18C94AA1DDC33CF00E03F87 /* Low Battery Yup.d-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Low Battery Yup.d-Info.plist"; sourceTree = ""; }; + D18C94AC1DDC33CF00E03F87 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + D18C94AE1DDC33CF00E03F87 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + D18C94B01DDC33CF00E03F87 /* Low Battery Yup.d-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Low Battery Yup.d-Prefix.pch"; sourceTree = ""; }; + D18C94B21DDC33CF00E03F87 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; + D18C94B41DDC33CF00E03F87 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + D18C94B51DDC33CF00E03F87 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + D18C94B81DDC33CF00E03F87 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = ""; }; + D18C94C31DDC355400E03F87 /* Mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Mouse.h; sourceTree = ""; }; + D18C94C41DDC355400E03F87 /* Mouse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Mouse.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D18C949B1DDC33CF00E03F87 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D18C94A31DDC33CF00E03F87 /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D18C94931DDC33CE00E03F87 = { + isa = PBXGroup; + children = ( + D18C94A81DDC33CF00E03F87 /* Low Battery Yup d */, + D18C94A11DDC33CF00E03F87 /* Frameworks */, + D18C949F1DDC33CF00E03F87 /* Products */, + ); + sourceTree = ""; + }; + D18C949F1DDC33CF00E03F87 /* Products */ = { + isa = PBXGroup; + children = ( + D18C949E1DDC33CF00E03F87 /* Low Battery Yup.d.app */, + ); + name = Products; + sourceTree = ""; + }; + D18C94A11DDC33CF00E03F87 /* Frameworks */ = { + isa = PBXGroup; + children = ( + D18C94A21DDC33CF00E03F87 /* Cocoa.framework */, + D18C94A41DDC33CF00E03F87 /* Other Frameworks */, + ); + name = Frameworks; + sourceTree = ""; + }; + D18C94A41DDC33CF00E03F87 /* Other Frameworks */ = { + isa = PBXGroup; + children = ( + D18C94A51DDC33CF00E03F87 /* AppKit.framework */, + D18C94A61DDC33CF00E03F87 /* CoreData.framework */, + D18C94A71DDC33CF00E03F87 /* Foundation.framework */, + ); + name = "Other Frameworks"; + sourceTree = ""; + }; + D18C94A81DDC33CF00E03F87 /* Low Battery Yup d */ = { + isa = PBXGroup; + children = ( + D18C94B41DDC33CF00E03F87 /* AppDelegate.h */, + D18C94B51DDC33CF00E03F87 /* AppDelegate.m */, + D18C94C31DDC355400E03F87 /* Mouse.h */, + D18C94C41DDC355400E03F87 /* Mouse.m */, + D18C94B71DDC33CF00E03F87 /* MainMenu.xib */, + D18C94A91DDC33CF00E03F87 /* Supporting Files */, + ); + path = "Low Battery Yup d"; + sourceTree = ""; + }; + D18C94A91DDC33CF00E03F87 /* Supporting Files */ = { + isa = PBXGroup; + children = ( + D18C94AA1DDC33CF00E03F87 /* Low Battery Yup.d-Info.plist */, + D18C94AB1DDC33CF00E03F87 /* InfoPlist.strings */, + D18C94AE1DDC33CF00E03F87 /* main.m */, + D18C94B01DDC33CF00E03F87 /* Low Battery Yup.d-Prefix.pch */, + D18C94B11DDC33CF00E03F87 /* Credits.rtf */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D18C949D1DDC33CF00E03F87 /* Low Battery Yup.d */ = { + isa = PBXNativeTarget; + buildConfigurationList = D18C94BC1DDC33CF00E03F87 /* Build configuration list for PBXNativeTarget "Low Battery Yup.d" */; + buildPhases = ( + D18C949A1DDC33CF00E03F87 /* Sources */, + D18C949B1DDC33CF00E03F87 /* Frameworks */, + D18C949C1DDC33CF00E03F87 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Low Battery Yup.d"; + productName = "Low Battery Yup d"; + productReference = D18C949E1DDC33CF00E03F87 /* Low Battery Yup.d.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D18C94951DDC33CF00E03F87 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = TW; + }; + buildConfigurationList = D18C94981DDC33CF00E03F87 /* Build configuration list for PBXProject "Low Battery Yup.d" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = D18C94931DDC33CE00E03F87; + productRefGroup = D18C949F1DDC33CF00E03F87 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D18C949D1DDC33CF00E03F87 /* Low Battery Yup.d */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D18C949C1DDC33CF00E03F87 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D18C94AD1DDC33CF00E03F87 /* InfoPlist.strings in Resources */, + D18C94B31DDC33CF00E03F87 /* Credits.rtf in Resources */, + D18C94B91DDC33CF00E03F87 /* MainMenu.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D18C949A1DDC33CF00E03F87 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D18C94AF1DDC33CF00E03F87 /* main.m in Sources */, + D18C94B61DDC33CF00E03F87 /* AppDelegate.m in Sources */, + D18C94C51DDC355400E03F87 /* Mouse.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + D18C94AB1DDC33CF00E03F87 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + D18C94AC1DDC33CF00E03F87 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + D18C94B11DDC33CF00E03F87 /* Credits.rtf */ = { + isa = PBXVariantGroup; + children = ( + D18C94B21DDC33CF00E03F87 /* en */, + ); + name = Credits.rtf; + sourceTree = ""; + }; + D18C94B71DDC33CF00E03F87 /* MainMenu.xib */ = { + isa = PBXVariantGroup; + children = ( + D18C94B81DDC33CF00E03F87 /* en */, + ); + name = MainMenu.xib; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + D18C94BA1DDC33CF00E03F87 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.8; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + D18C94BB1DDC33CF00E03F87 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.8; + SDKROOT = macosx; + }; + name = Release; + }; + D18C94BD1DDC33CF00E03F87 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Low Battery Yup d/Low Battery Yup.d-Prefix.pch"; + INFOPLIST_FILE = "Low Battery Yup d/Low Battery Yup.d-Info.plist"; + PRODUCT_NAME = "Low Battery Yup.d"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + D18C94BE1DDC33CF00E03F87 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "Low Battery Yup d/Low Battery Yup.d-Prefix.pch"; + INFOPLIST_FILE = "Low Battery Yup d/Low Battery Yup.d-Info.plist"; + PRODUCT_NAME = "Low Battery Yup.d"; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D18C94981DDC33CF00E03F87 /* Build configuration list for PBXProject "Low Battery Yup.d" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D18C94BA1DDC33CF00E03F87 /* Debug */, + D18C94BB1DDC33CF00E03F87 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D18C94BC1DDC33CF00E03F87 /* Build configuration list for PBXNativeTarget "Low Battery Yup.d" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D18C94BD1DDC33CF00E03F87 /* Debug */, + D18C94BE1DDC33CF00E03F87 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D18C94951DDC33CF00E03F87 /* Project object */; +} diff --git a/Low Battery Yup.d.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Low Battery Yup.d.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..361c5d7 --- /dev/null +++ b/Low Battery Yup.d.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + -- cgit v1.2.3