From e286aface272528c92fbb109c0d3f67f31c54218 Mon Sep 17 00:00:00 2001 From: Eric DeLabar Date: Fri, 17 Nov 2017 15:16:50 -0500 Subject: [PATCH 1/2] Update to latest Xcode 9.1 settings (eliminates warnings) --- Examples/Clock-OSX/Clock-OSX-Info.plist | 2 +- Examples/Clock-iOS/Clock-iOS-Info.plist | 10 ++-- Examples/Examples.xcodeproj/project.pbxproj | 56 ++++++++++++++++++- FBKVOController.xcodeproj/project.pbxproj | 14 ++++- .../FBKVOController-OSX-Dynamic.xcscheme | 4 +- .../FBKVOController-iOS-Dynamic.xcscheme | 4 +- .../FBKVOController-tvOS-Dynamic.xcscheme | 4 +- .../FBKVOController-watchOS-Dynamic.xcscheme | 4 +- .../xcschemes/FBKVOController.xcscheme | 4 +- 9 files changed, 87 insertions(+), 15 deletions(-) diff --git a/Examples/Clock-OSX/Clock-OSX-Info.plist b/Examples/Clock-OSX/Clock-OSX-Info.plist index a1eddad..ba0e84a 100644 --- a/Examples/Clock-OSX/Clock-OSX-Info.plist +++ b/Examples/Clock-OSX/Clock-OSX-Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile CFBundleIdentifier - com.facebook.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Examples/Clock-iOS/Clock-iOS-Info.plist b/Examples/Clock-iOS/Clock-iOS-Info.plist index 62211dd..5cbfa98 100644 --- a/Examples/Clock-iOS/Clock-iOS-Info.plist +++ b/Examples/Clock-iOS/Clock-iOS-Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - com.facebook.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -32,16 +32,16 @@ armv7 + UIStatusBarHidden + + UIStatusBarStyle + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - UIStatusBarHidden - - UIStatusBarStyle - UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait diff --git a/Examples/Examples.xcodeproj/project.pbxproj b/Examples/Examples.xcodeproj/project.pbxproj index ce34efe..9ddd9f4 100644 --- a/Examples/Examples.xcodeproj/project.pbxproj +++ b/Examples/Examples.xcodeproj/project.pbxproj @@ -254,7 +254,7 @@ EC45CAC018ADC7920063DD11 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0730; + LastUpgradeCheck = 0910; }; buildConfigurationList = EC45CAC318ADC7920063DD11 /* Build configuration list for PBXProject "Examples" */; compatibilityVersion = "Xcode 3.2"; @@ -383,7 +383,30 @@ EC45CAC418ADC7920063DD11 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + 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; + ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = 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; ONLY_ACTIVE_ARCH = YES; }; name = Debug; @@ -391,6 +414,29 @@ EC45CAC518ADC7920063DD11 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + 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; + ENABLE_STRICT_OBJC_MSGSEND = 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; }; name = Release; }; @@ -435,12 +481,13 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = "Clock-iOS/Clock-iOS-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(BUILT_PRODUCTS_DIR)", ); ONLY_ACTIVE_ARCH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -483,11 +530,12 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = "Clock-iOS/Clock-iOS-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "$(BUILT_PRODUCTS_DIR)", ); + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -534,6 +582,7 @@ INFOPLIST_FILE = "Clock-OSX/Clock-OSX-Info.plist"; MACOSX_DEPLOYMENT_TARGET = 10.9; ONLY_ACTIVE_ARCH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; WRAPPER_EXTENSION = app; @@ -572,6 +621,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; INFOPLIST_FILE = "Clock-OSX/Clock-OSX-Info.plist"; MACOSX_DEPLOYMENT_TARGET = 10.9; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; WRAPPER_EXTENSION = app; diff --git a/FBKVOController.xcodeproj/project.pbxproj b/FBKVOController.xcodeproj/project.pbxproj index 6f10496..04231de 100644 --- a/FBKVOController.xcodeproj/project.pbxproj +++ b/FBKVOController.xcodeproj/project.pbxproj @@ -426,7 +426,7 @@ ECEA60F618A49C620064AFF4 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0820; + LastUpgradeCheck = 0910; ORGANIZATIONNAME = "Kimon Tsinteris"; TargetAttributes = { 81BD70E91CA4B98D00FB8E4D = { @@ -920,14 +920,20 @@ CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; 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_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 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_OBJC_ROOT_CLASS = YES_ERROR; + 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; @@ -963,14 +969,20 @@ CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; 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_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 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_OBJC_ROOT_CLASS = YES_ERROR; + 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; diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-OSX-Dynamic.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-OSX-Dynamic.xcscheme index 1b82dda..323fee7 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-OSX-Dynamic.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-OSX-Dynamic.xcscheme @@ -1,6 +1,6 @@ @@ -36,6 +37,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-iOS-Dynamic.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-iOS-Dynamic.xcscheme index d047230..608b67b 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-iOS-Dynamic.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-iOS-Dynamic.xcscheme @@ -1,6 +1,6 @@ @@ -36,6 +37,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-tvOS-Dynamic.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-tvOS-Dynamic.xcscheme index 9604ebb..a34f76f 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-tvOS-Dynamic.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-tvOS-Dynamic.xcscheme @@ -1,6 +1,6 @@ @@ -36,6 +37,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-watchOS-Dynamic.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-watchOS-Dynamic.xcscheme index d2f925d..4cae89b 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-watchOS-Dynamic.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-watchOS-Dynamic.xcscheme @@ -1,6 +1,6 @@ @@ -36,6 +37,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController.xcscheme index c053893..a3be409 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController.xcscheme @@ -1,6 +1,6 @@ Date: Tue, 18 Sep 2018 10:54:45 -0400 Subject: [PATCH 2/2] Run xcode 10 migration wizard --- Examples/Examples.xcodeproj/project.pbxproj | 6 +++++- FBKVOController.xcodeproj/project.pbxproj | 6 +++++- .../xcschemes/FBKVOController-OSX-Dynamic.xcscheme | 4 +--- .../xcschemes/FBKVOController-iOS-Dynamic.xcscheme | 4 +--- .../xcschemes/FBKVOController-tvOS-Dynamic.xcscheme | 4 +--- .../xcschemes/FBKVOController-watchOS-Dynamic.xcscheme | 4 +--- .../xcshareddata/xcschemes/FBKVOController.xcscheme | 4 +--- .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ 8 files changed, 23 insertions(+), 17 deletions(-) create mode 100644 FBKVOController.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Examples/Examples.xcodeproj/project.pbxproj b/Examples/Examples.xcodeproj/project.pbxproj index 9ddd9f4..8fb1ffb 100644 --- a/Examples/Examples.xcodeproj/project.pbxproj +++ b/Examples/Examples.xcodeproj/project.pbxproj @@ -254,7 +254,7 @@ EC45CAC018ADC7920063DD11 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0910; + LastUpgradeCheck = 1000; }; buildConfigurationList = EC45CAC318ADC7920063DD11 /* Build configuration list for PBXProject "Examples" */; compatibilityVersion = "Xcode 3.2"; @@ -387,11 +387,13 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; @@ -418,11 +420,13 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; diff --git a/FBKVOController.xcodeproj/project.pbxproj b/FBKVOController.xcodeproj/project.pbxproj index 04231de..d0f3eca 100644 --- a/FBKVOController.xcodeproj/project.pbxproj +++ b/FBKVOController.xcodeproj/project.pbxproj @@ -426,7 +426,7 @@ ECEA60F618A49C620064AFF4 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0910; + LastUpgradeCheck = 1000; ORGANIZATIONNAME = "Kimon Tsinteris"; TargetAttributes = { 81BD70E91CA4B98D00FB8E4D = { @@ -924,12 +924,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 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_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; @@ -973,12 +975,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 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_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-OSX-Dynamic.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-OSX-Dynamic.xcscheme index 323fee7..ee825ab 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-OSX-Dynamic.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-OSX-Dynamic.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-iOS-Dynamic.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-iOS-Dynamic.xcscheme index 608b67b..ff029fd 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-iOS-Dynamic.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-iOS-Dynamic.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-tvOS-Dynamic.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-tvOS-Dynamic.xcscheme index a34f76f..8831c98 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-tvOS-Dynamic.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-tvOS-Dynamic.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-watchOS-Dynamic.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-watchOS-Dynamic.xcscheme index 4cae89b..f39a296 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-watchOS-Dynamic.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController-watchOS-Dynamic.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController.xcscheme b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController.xcscheme index a3be409..c54f4ee 100644 --- a/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController.xcscheme +++ b/FBKVOController.xcodeproj/xcshareddata/xcschemes/FBKVOController.xcscheme @@ -1,6 +1,6 @@ + + + + IDEDidComputeMac32BitWarning + + +