From d73c2c65ef55266064b4cfb142203464c50561ce Mon Sep 17 00:00:00 2001 From: Brad Howes Date: Mon, 12 Feb 2018 13:25:28 +0100 Subject: [PATCH 1/3] Properly close tooltip window to remove from display. --- Source/SliderWithValue.m | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/SliderWithValue.m b/Source/SliderWithValue.m index 48ec388a6..6d5f0f027 100644 --- a/Source/SliderWithValue.m +++ b/Source/SliderWithValue.m @@ -47,6 +47,10 @@ + (void)setString:(NSString *)string atPoint:(NSPoint)point + (void)releaseToolTip { + if (sharedToolTip != nil && sharedToolTip->window != nil) { + [sharedToolTip->window close]; + } + sharedToolTip = nil; } @@ -71,7 +75,7 @@ - (id)init [window setBackgroundColor:[NSColor colorWithDeviceRed:1.0 green:0.96 blue:0.76 alpha:1.0]]; [window setHasShadow:YES]; [window setLevel:NSStatusWindowLevel]; - [window setReleasedWhenClosed:YES]; + [window setReleasedWhenClosed:NO]; [window orderFront:nil]; textField = [[ToolTipTextField alloc] initWithFrame:textFieldFrame]; From 25d92ad9f273494f400e8dbffa22185c28086579 Mon Sep 17 00:00:00 2001 From: Brad Howes Date: Mon, 12 Feb 2018 13:46:42 +0100 Subject: [PATCH 2/3] Config changes for my account --- ControlPlane.xcodeproj/project.pbxproj | 65 +++++++++++++------ .../xcschemes/ControlPlane.xcscheme | 4 +- .../project.pbxproj | 43 +++++++++++- .../NotificationCenterAction-Info.plist | 2 +- .../SampleESPlugin.xcodeproj/project.pbxproj | 43 +++++++++++- .../SampleESPlugin/SampleESPlugin-Info.plist | 2 +- 6 files changed, 131 insertions(+), 28 deletions(-) diff --git a/ControlPlane.xcodeproj/project.pbxproj b/ControlPlane.xcodeproj/project.pbxproj index 82e82c331..955e6735f 100644 --- a/ControlPlane.xcodeproj/project.pbxproj +++ b/ControlPlane.xcodeproj/project.pbxproj @@ -157,7 +157,7 @@ DACCA0A11DD7A48B007F7373 /* HockeySDK.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DACCA09F1DD7A309007F7373 /* HockeySDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; DACE6D4A159BFC1D00FEE37E /* CPHelperTool-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DACE6D48159BFC1D00FEE37E /* CPHelperTool-Info.plist */; }; DACE6D4B159BFC1D00FEE37E /* CPHelperTool-Launchd.plist in Resources */ = {isa = PBXBuildFile; fileRef = DACE6D49159BFC1D00FEE37E /* CPHelperTool-Launchd.plist */; }; - DACE6D4E159C055C00FEE37E /* com.dustinrue.CPHelperTool in Copy Launch Services */ = {isa = PBXBuildFile; fileRef = DA5B01FB1412BB1700E19C50 /* com.dustinrue.CPHelperTool */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + DACE6D4E159C055C00FEE37E /* com.brhcode.CPHelperTool in Copy Launch Services */ = {isa = PBXBuildFile; fileRef = DA5B01FB1412BB1700E19C50 /* com.brhcode.CPHelperTool */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; DADFF79715D96CBC00DEF412 /* ToggleNotificationCenterAlertsAction.m in Sources */ = {isa = PBXBuildFile; fileRef = DADFF79615D96CBC00DEF412 /* ToggleNotificationCenterAlertsAction.m */; }; DAE893EE1454FFFB005FA13C /* ToggleFirewallAction.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE893E514546897005FA13C /* ToggleFirewallAction.m */; }; DAF2257E15ABD8CD003A8030 /* DisplayBrightnessAction.m in Sources */ = {isa = PBXBuildFile; fileRef = DD827506141188880098FA6E /* DisplayBrightnessAction.m */; }; @@ -295,7 +295,7 @@ dstPath = Contents/Library/LaunchServices; dstSubfolderSpec = 1; files = ( - DACE6D4E159C055C00FEE37E /* com.dustinrue.CPHelperTool in Copy Launch Services */, + DACE6D4E159C055C00FEE37E /* com.brhcode.CPHelperTool in Copy Launch Services */, ); name = "Copy Launch Services"; runOnlyForDeploymentPostprocessing = 0; @@ -531,7 +531,7 @@ DA5B01EB1412BA6700E19C50 /* BetterAuthorizationSampleLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BetterAuthorizationSampleLib.h; sourceTree = ""; }; DA5B01F21412BAEC00E19C50 /* BetterAuthorizationSampleLib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = BetterAuthorizationSampleLib.c; sourceTree = ""; }; DA5B01F41412BAF400E19C50 /* BetterAuthorizationSampleLibInstallTool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = BetterAuthorizationSampleLibInstallTool.c; sourceTree = ""; }; - DA5B01FB1412BB1700E19C50 /* com.dustinrue.CPHelperTool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = com.dustinrue.CPHelperTool; sourceTree = BUILT_PRODUCTS_DIR; }; + DA5B01FB1412BB1700E19C50 /* com.brhcode.CPHelperTool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = com.brhcode.CPHelperTool; sourceTree = BUILT_PRODUCTS_DIR; }; DA5B02091412BBF200E19C50 /* CPHelperTool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CPHelperTool.c; sourceTree = ""; }; DA5B020B1412BDEF00E19C50 /* CPHelperToolCommon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CPHelperToolCommon.c; sourceTree = ""; }; DA5B020E1412BE4F00E19C50 /* CPHelperToolCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPHelperToolCommon.h; sourceTree = ""; }; @@ -812,7 +812,7 @@ children = ( DA1204DA13D0E5C800CDA091 /* ControlPlane.app */, DA5B01D71412B6A700E19C50 /* CPHelperInstallTool */, - DA5B01FB1412BB1700E19C50 /* com.dustinrue.CPHelperTool */, + DA5B01FB1412BB1700E19C50 /* com.brhcode.CPHelperTool */, ); name = Products; sourceTree = ""; @@ -1284,9 +1284,9 @@ productReference = DA5B01D71412B6A700E19C50 /* CPHelperInstallTool */; productType = "com.apple.product-type.tool"; }; - DA5B01FA1412BB1700E19C50 /* com.dustinrue.CPHelperTool */ = { + DA5B01FA1412BB1700E19C50 /* com.brhcode.CPHelperTool */ = { isa = PBXNativeTarget; - buildConfigurationList = DA5B02021412BB1800E19C50 /* Build configuration list for PBXNativeTarget "com.dustinrue.CPHelperTool" */; + buildConfigurationList = DA5B02021412BB1800E19C50 /* Build configuration list for PBXNativeTarget "com.brhcode.CPHelperTool" */; buildPhases = ( DA5B01F71412BB1700E19C50 /* Sources */, DA5B01F81412BB1700E19C50 /* Frameworks */, @@ -1296,9 +1296,9 @@ ); dependencies = ( ); - name = com.dustinrue.CPHelperTool; + name = com.brhcode.CPHelperTool; productName = CPHelperTool; - productReference = DA5B01FB1412BB1700E19C50 /* com.dustinrue.CPHelperTool */; + productReference = DA5B01FB1412BB1700E19C50 /* com.brhcode.CPHelperTool */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -1308,10 +1308,13 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 0810; + LastUpgradeCheck = 0920; TargetAttributes = { 8D1107260486CEB800E47090 = { - DevelopmentTeam = YV4RHGCYFA; + ProvisioningStyle = Automatic; + }; + DA5B01D61412B6A700E19C50 = { + DevelopmentTeam = Z7R62JH5A8; ProvisioningStyle = Automatic; }; }; @@ -1366,7 +1369,7 @@ targets = ( 8D1107260486CEB800E47090 /* ControlPlane */, DA5B01D61412B6A700E19C50 /* CPHelperInstallTool */, - DA5B01FA1412BB1700E19C50 /* com.dustinrue.CPHelperTool */, + DA5B01FA1412BB1700E19C50 /* com.brhcode.CPHelperTool */, ); }; /* End PBXProject section */ @@ -1635,7 +1638,7 @@ }; DA5B02071412BB3A00E19C50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = DA5B01FA1412BB1700E19C50 /* com.dustinrue.CPHelperTool */; + target = DA5B01FA1412BB1700E19C50 /* com.brhcode.CPHelperTool */; targetProxy = DA5B02061412BB3A00E19C50 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1845,7 +1848,9 @@ CLANG_WARN_OBJC_RECEIVER_WEAK = YES; CODE_SIGN_IDENTITY = "Mac Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; + CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/Frameworks\"", @@ -1858,8 +1863,9 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.ControlPlane; PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; }; name = Debug; @@ -1871,7 +1877,9 @@ CLANG_WARN_OBJC_RECEIVER_WEAK = YES; CODE_SIGN_IDENTITY = "Mac Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; + CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; + DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/Frameworks\"", @@ -1885,8 +1893,9 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.ControlPlane; PROVISIONING_PROFILE = ""; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; }; @@ -1897,12 +1906,18 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; @@ -1964,12 +1979,18 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; @@ -2027,9 +2048,12 @@ DA5B01DF1412B6A700E19C50 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - CODE_SIGN_IDENTITY = ""; - PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = Z7R62JH5A8; + PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.CPHelperInstallTool; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; }; name = Debug; @@ -2037,9 +2061,12 @@ DA5B01E01412B6A700E19C50 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - CODE_SIGN_IDENTITY = ""; - PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; + CODE_SIGN_IDENTITY = "Mac Developer"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = Z7R62JH5A8; + PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.CPHelperInstallTool; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; }; name = Release; @@ -2116,7 +2143,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DA5B02021412BB1800E19C50 /* Build configuration list for PBXNativeTarget "com.dustinrue.CPHelperTool" */ = { + DA5B02021412BB1800E19C50 /* Build configuration list for PBXNativeTarget "com.brhcode.CPHelperTool" */ = { isa = XCConfigurationList; buildConfigurations = ( DA5B02031412BB1800E19C50 /* Debug */, diff --git a/ControlPlane.xcodeproj/xcshareddata/xcschemes/ControlPlane.xcscheme b/ControlPlane.xcodeproj/xcshareddata/xcschemes/ControlPlane.xcscheme index 165a377c8..3649f3c9e 100644 --- a/ControlPlane.xcodeproj/xcshareddata/xcschemes/ControlPlane.xcscheme +++ b/ControlPlane.xcodeproj/xcshareddata/xcschemes/ControlPlane.xcscheme @@ -1,6 +1,6 @@ @@ -45,6 +46,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj b/NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj index f4e6f797c..2dda9522d 100644 --- a/NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj +++ b/NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj @@ -119,7 +119,7 @@ DAD8898515D5F337009F30A3 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0450; + LastUpgradeCheck = 0920; ORGANIZATIONNAME = "Dustin Rue"; }; buildConfigurationList = DAD8898815D5F337009F30A3 /* Build configuration list for PBXProject "NotificationCenterAction" */; @@ -177,14 +177,30 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", @@ -193,7 +209,9 @@ GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.8; ONLY_ACTIVE_ARCH = YES; @@ -206,17 +224,34 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.8; SDKROOT = macosx; @@ -232,6 +267,7 @@ GCC_PREFIX_HEADER = "NotificationCenterAction/NotificationCenterAction-Prefix.pch"; INFOPLIST_FILE = "NotificationCenterAction/NotificationCenterAction-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.NotificationCenterAction; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = ""; WRAPPER_EXTENSION = bundle; @@ -246,6 +282,7 @@ GCC_PREFIX_HEADER = "NotificationCenterAction/NotificationCenterAction-Prefix.pch"; INFOPLIST_FILE = "NotificationCenterAction/NotificationCenterAction-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.NotificationCenterAction; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = ""; WRAPPER_EXTENSION = bundle; diff --git a/NotificationCenterAction/NotificationCenterAction/NotificationCenterAction-Info.plist b/NotificationCenterAction/NotificationCenterAction/NotificationCenterAction-Info.plist index a3347ed4f..cab0a1fad 100644 --- a/NotificationCenterAction/NotificationCenterAction/NotificationCenterAction-Info.plist +++ b/NotificationCenterAction/NotificationCenterAction/NotificationCenterAction-Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.dustinrue.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin.xcodeproj/project.pbxproj b/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin.xcodeproj/project.pbxproj index ec8b711a2..1a8206da0 100644 --- a/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin.xcodeproj/project.pbxproj +++ b/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin.xcodeproj/project.pbxproj @@ -105,7 +105,7 @@ DA94BEC415CA233400ED2AB2 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0440; + LastUpgradeCheck = 0920; ORGANIZATIONNAME = "Dustin Rue"; }; buildConfigurationList = DA94BEC715CA233400ED2AB2 /* Build configuration list for PBXProject "SampleESPlugin" */; @@ -163,14 +163,30 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", @@ -179,7 +195,9 @@ GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.8; ONLY_ACTIVE_ARCH = YES; @@ -191,17 +209,34 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.8; SDKROOT = macosx; @@ -218,6 +253,7 @@ HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = "SampleESPlugin/SampleESPlugin-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = ../../../../Protocols; WRAPPER_EXTENSION = bundle; @@ -234,6 +270,7 @@ HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = "SampleESPlugin/SampleESPlugin-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = ../../../../Protocols; WRAPPER_EXTENSION = bundle; diff --git a/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin/SampleESPlugin-Info.plist b/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin/SampleESPlugin-Info.plist index 295113d0e..4a83c6eb6 100644 --- a/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin/SampleESPlugin-Info.plist +++ b/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin/SampleESPlugin-Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.dustinrue.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName From f0fc7c049cf96a05d0c63470b16a515534d89c4e Mon Sep 17 00:00:00 2001 From: Brad Howes Date: Mon, 12 Feb 2018 16:30:55 +0100 Subject: [PATCH 3/3] Revert "Config changes for my account" This reverts commit 25d92ad9f273494f400e8dbffa22185c28086579. --- ControlPlane.xcodeproj/project.pbxproj | 65 ++++++------------- .../xcschemes/ControlPlane.xcscheme | 4 +- .../project.pbxproj | 43 +----------- .../NotificationCenterAction-Info.plist | 2 +- .../SampleESPlugin.xcodeproj/project.pbxproj | 43 +----------- .../SampleESPlugin/SampleESPlugin-Info.plist | 2 +- 6 files changed, 28 insertions(+), 131 deletions(-) diff --git a/ControlPlane.xcodeproj/project.pbxproj b/ControlPlane.xcodeproj/project.pbxproj index 955e6735f..82e82c331 100644 --- a/ControlPlane.xcodeproj/project.pbxproj +++ b/ControlPlane.xcodeproj/project.pbxproj @@ -157,7 +157,7 @@ DACCA0A11DD7A48B007F7373 /* HockeySDK.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = DACCA09F1DD7A309007F7373 /* HockeySDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; DACE6D4A159BFC1D00FEE37E /* CPHelperTool-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DACE6D48159BFC1D00FEE37E /* CPHelperTool-Info.plist */; }; DACE6D4B159BFC1D00FEE37E /* CPHelperTool-Launchd.plist in Resources */ = {isa = PBXBuildFile; fileRef = DACE6D49159BFC1D00FEE37E /* CPHelperTool-Launchd.plist */; }; - DACE6D4E159C055C00FEE37E /* com.brhcode.CPHelperTool in Copy Launch Services */ = {isa = PBXBuildFile; fileRef = DA5B01FB1412BB1700E19C50 /* com.brhcode.CPHelperTool */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + DACE6D4E159C055C00FEE37E /* com.dustinrue.CPHelperTool in Copy Launch Services */ = {isa = PBXBuildFile; fileRef = DA5B01FB1412BB1700E19C50 /* com.dustinrue.CPHelperTool */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; DADFF79715D96CBC00DEF412 /* ToggleNotificationCenterAlertsAction.m in Sources */ = {isa = PBXBuildFile; fileRef = DADFF79615D96CBC00DEF412 /* ToggleNotificationCenterAlertsAction.m */; }; DAE893EE1454FFFB005FA13C /* ToggleFirewallAction.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE893E514546897005FA13C /* ToggleFirewallAction.m */; }; DAF2257E15ABD8CD003A8030 /* DisplayBrightnessAction.m in Sources */ = {isa = PBXBuildFile; fileRef = DD827506141188880098FA6E /* DisplayBrightnessAction.m */; }; @@ -295,7 +295,7 @@ dstPath = Contents/Library/LaunchServices; dstSubfolderSpec = 1; files = ( - DACE6D4E159C055C00FEE37E /* com.brhcode.CPHelperTool in Copy Launch Services */, + DACE6D4E159C055C00FEE37E /* com.dustinrue.CPHelperTool in Copy Launch Services */, ); name = "Copy Launch Services"; runOnlyForDeploymentPostprocessing = 0; @@ -531,7 +531,7 @@ DA5B01EB1412BA6700E19C50 /* BetterAuthorizationSampleLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BetterAuthorizationSampleLib.h; sourceTree = ""; }; DA5B01F21412BAEC00E19C50 /* BetterAuthorizationSampleLib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = BetterAuthorizationSampleLib.c; sourceTree = ""; }; DA5B01F41412BAF400E19C50 /* BetterAuthorizationSampleLibInstallTool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = BetterAuthorizationSampleLibInstallTool.c; sourceTree = ""; }; - DA5B01FB1412BB1700E19C50 /* com.brhcode.CPHelperTool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = com.brhcode.CPHelperTool; sourceTree = BUILT_PRODUCTS_DIR; }; + DA5B01FB1412BB1700E19C50 /* com.dustinrue.CPHelperTool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = com.dustinrue.CPHelperTool; sourceTree = BUILT_PRODUCTS_DIR; }; DA5B02091412BBF200E19C50 /* CPHelperTool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CPHelperTool.c; sourceTree = ""; }; DA5B020B1412BDEF00E19C50 /* CPHelperToolCommon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CPHelperToolCommon.c; sourceTree = ""; }; DA5B020E1412BE4F00E19C50 /* CPHelperToolCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPHelperToolCommon.h; sourceTree = ""; }; @@ -812,7 +812,7 @@ children = ( DA1204DA13D0E5C800CDA091 /* ControlPlane.app */, DA5B01D71412B6A700E19C50 /* CPHelperInstallTool */, - DA5B01FB1412BB1700E19C50 /* com.brhcode.CPHelperTool */, + DA5B01FB1412BB1700E19C50 /* com.dustinrue.CPHelperTool */, ); name = Products; sourceTree = ""; @@ -1284,9 +1284,9 @@ productReference = DA5B01D71412B6A700E19C50 /* CPHelperInstallTool */; productType = "com.apple.product-type.tool"; }; - DA5B01FA1412BB1700E19C50 /* com.brhcode.CPHelperTool */ = { + DA5B01FA1412BB1700E19C50 /* com.dustinrue.CPHelperTool */ = { isa = PBXNativeTarget; - buildConfigurationList = DA5B02021412BB1800E19C50 /* Build configuration list for PBXNativeTarget "com.brhcode.CPHelperTool" */; + buildConfigurationList = DA5B02021412BB1800E19C50 /* Build configuration list for PBXNativeTarget "com.dustinrue.CPHelperTool" */; buildPhases = ( DA5B01F71412BB1700E19C50 /* Sources */, DA5B01F81412BB1700E19C50 /* Frameworks */, @@ -1296,9 +1296,9 @@ ); dependencies = ( ); - name = com.brhcode.CPHelperTool; + name = com.dustinrue.CPHelperTool; productName = CPHelperTool; - productReference = DA5B01FB1412BB1700E19C50 /* com.brhcode.CPHelperTool */; + productReference = DA5B01FB1412BB1700E19C50 /* com.dustinrue.CPHelperTool */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -1308,13 +1308,10 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; - LastUpgradeCheck = 0920; + LastUpgradeCheck = 0810; TargetAttributes = { 8D1107260486CEB800E47090 = { - ProvisioningStyle = Automatic; - }; - DA5B01D61412B6A700E19C50 = { - DevelopmentTeam = Z7R62JH5A8; + DevelopmentTeam = YV4RHGCYFA; ProvisioningStyle = Automatic; }; }; @@ -1369,7 +1366,7 @@ targets = ( 8D1107260486CEB800E47090 /* ControlPlane */, DA5B01D61412B6A700E19C50 /* CPHelperInstallTool */, - DA5B01FA1412BB1700E19C50 /* com.brhcode.CPHelperTool */, + DA5B01FA1412BB1700E19C50 /* com.dustinrue.CPHelperTool */, ); }; /* End PBXProject section */ @@ -1638,7 +1635,7 @@ }; DA5B02071412BB3A00E19C50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = DA5B01FA1412BB1700E19C50 /* com.brhcode.CPHelperTool */; + target = DA5B01FA1412BB1700E19C50 /* com.dustinrue.CPHelperTool */; targetProxy = DA5B02061412BB3A00E19C50 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1848,9 +1845,7 @@ CLANG_WARN_OBJC_RECEIVER_WEAK = YES; CODE_SIGN_IDENTITY = "Mac Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; - CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/Frameworks\"", @@ -1863,9 +1858,8 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.ControlPlane; + PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; PROVISIONING_PROFILE = ""; - PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; }; name = Debug; @@ -1877,9 +1871,7 @@ CLANG_WARN_OBJC_RECEIVER_WEAK = YES; CODE_SIGN_IDENTITY = "Mac Developer"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = ""; - CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/Frameworks\"", @@ -1893,9 +1885,8 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = "-Wl,-rpath,@loader_path/../Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.ControlPlane; + PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; PROVISIONING_PROFILE = ""; - PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; STRIP_INSTALLED_PRODUCT = YES; }; @@ -1906,18 +1897,12 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; @@ -1979,18 +1964,12 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; @@ -2048,12 +2027,9 @@ DA5B01DF1412B6A700E19C50 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = Z7R62JH5A8; - PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.CPHelperInstallTool; + CODE_SIGN_IDENTITY = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; }; name = Debug; @@ -2061,12 +2037,9 @@ DA5B01E01412B6A700E19C50 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - CODE_SIGN_IDENTITY = "Mac Developer"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = Z7R62JH5A8; - PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.CPHelperInstallTool; + CODE_SIGN_IDENTITY = ""; + PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; }; name = Release; @@ -2143,7 +2116,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DA5B02021412BB1800E19C50 /* Build configuration list for PBXNativeTarget "com.brhcode.CPHelperTool" */ = { + DA5B02021412BB1800E19C50 /* Build configuration list for PBXNativeTarget "com.dustinrue.CPHelperTool" */ = { isa = XCConfigurationList; buildConfigurations = ( DA5B02031412BB1800E19C50 /* Debug */, diff --git a/ControlPlane.xcodeproj/xcshareddata/xcschemes/ControlPlane.xcscheme b/ControlPlane.xcodeproj/xcshareddata/xcschemes/ControlPlane.xcscheme index 3649f3c9e..165a377c8 100644 --- a/ControlPlane.xcodeproj/xcshareddata/xcschemes/ControlPlane.xcscheme +++ b/ControlPlane.xcodeproj/xcshareddata/xcschemes/ControlPlane.xcscheme @@ -1,6 +1,6 @@ @@ -46,7 +45,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj b/NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj index 2dda9522d..f4e6f797c 100644 --- a/NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj +++ b/NotificationCenterAction/NotificationCenterAction.xcodeproj/project.pbxproj @@ -119,7 +119,7 @@ DAD8898515D5F337009F30A3 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0920; + LastUpgradeCheck = 0450; ORGANIZATIONNAME = "Dustin Rue"; }; buildConfigurationList = DAD8898815D5F337009F30A3 /* Build configuration list for PBXProject "NotificationCenterAction" */; @@ -177,30 +177,14 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", @@ -209,9 +193,7 @@ GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.8; ONLY_ACTIVE_ARCH = YES; @@ -224,34 +206,17 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.8; SDKROOT = macosx; @@ -267,7 +232,6 @@ GCC_PREFIX_HEADER = "NotificationCenterAction/NotificationCenterAction-Prefix.pch"; INFOPLIST_FILE = "NotificationCenterAction/NotificationCenterAction-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.NotificationCenterAction; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = ""; WRAPPER_EXTENSION = bundle; @@ -282,7 +246,6 @@ GCC_PREFIX_HEADER = "NotificationCenterAction/NotificationCenterAction-Prefix.pch"; INFOPLIST_FILE = "NotificationCenterAction/NotificationCenterAction-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = com.brhcode.NotificationCenterAction; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = ""; WRAPPER_EXTENSION = bundle; diff --git a/NotificationCenterAction/NotificationCenterAction/NotificationCenterAction-Info.plist b/NotificationCenterAction/NotificationCenterAction/NotificationCenterAction-Info.plist index cab0a1fad..a3347ed4f 100644 --- a/NotificationCenterAction/NotificationCenterAction/NotificationCenterAction-Info.plist +++ b/NotificationCenterAction/NotificationCenterAction/NotificationCenterAction-Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + com.dustinrue.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin.xcodeproj/project.pbxproj b/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin.xcodeproj/project.pbxproj index 1a8206da0..ec8b711a2 100644 --- a/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin.xcodeproj/project.pbxproj +++ b/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin.xcodeproj/project.pbxproj @@ -105,7 +105,7 @@ DA94BEC415CA233400ED2AB2 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0920; + LastUpgradeCheck = 0440; ORGANIZATIONNAME = "Dustin Rue"; }; buildConfigurationList = DA94BEC715CA233400ED2AB2 /* Build configuration list for PBXProject "SampleESPlugin" */; @@ -163,30 +163,14 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", @@ -195,9 +179,7 @@ GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.8; ONLY_ACTIVE_ARCH = YES; @@ -209,34 +191,17 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.8; SDKROOT = macosx; @@ -253,7 +218,6 @@ HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = "SampleESPlugin/SampleESPlugin-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = ../../../../Protocols; WRAPPER_EXTENSION = bundle; @@ -270,7 +234,6 @@ HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = "SampleESPlugin/SampleESPlugin-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - PRODUCT_BUNDLE_IDENTIFIER = "com.dustinrue.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; USER_HEADER_SEARCH_PATHS = ../../../../Protocols; WRAPPER_EXTENSION = bundle; diff --git a/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin/SampleESPlugin-Info.plist b/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin/SampleESPlugin-Info.plist index 4a83c6eb6..295113d0e 100644 --- a/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin/SampleESPlugin-Info.plist +++ b/Plugins/Evidence Source/SampleESPlugin/SampleESPlugin/SampleESPlugin/SampleESPlugin-Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + com.dustinrue.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName