Skip to content

Commit

Permalink
Fixing shared schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément DEUST committed Apr 2, 2019
1 parent 1b247a7 commit 7980fa3
Show file tree
Hide file tree
Showing 22 changed files with 491 additions and 16 deletions.
109 changes: 107 additions & 2 deletions Bolts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
8E9C3CE117DE9DE000427E62 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0820;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = "Parse Inc.";
TargetAttributes = {
8E8C8F1817F241DA00E3F1C7 = {
Expand All @@ -979,10 +979,11 @@
};
buildConfigurationList = 8E9C3CE417DE9DE000427E62 /* Build configuration list for PBXProject "Bolts" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 8E9C3CE017DE9DE000427E62;
productRefGroup = 8E9C3CEA17DE9DE000427E62 /* Products */;
Expand Down Expand Up @@ -1251,13 +1252,17 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E31D2CA0E000690609 /* Bolts-iOS-Dynamic.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
1D5D7DD21BE3CE8200FD67C7 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E31D2CA0E000690609 /* Bolts-iOS-Dynamic.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = iphoneos;
};
name = Release;
};
Expand All @@ -1267,6 +1272,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
Expand Down Expand Up @@ -1295,6 +1301,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
Expand All @@ -1318,139 +1325,237 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E91D2CA0E000690609 /* Bolts-watchOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = watchos;
};
name = Debug;
};
8178F99B1BB0F87700AD289D /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E91D2CA0E000690609 /* Bolts-watchOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = watchos;
};
name = Release;
};
819573EF1C2B8ECB00BFCA39 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E81D2CA0E000690609 /* Bolts-watchOS-Dynamic.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = watchos;
};
name = Debug;
};
819573F01C2B8ECB00BFCA39 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E81D2CA0E000690609 /* Bolts-watchOS-Dynamic.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = watchos;
};
name = Release;
};
81E94D681C2B8BF200A6291E /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E61D2CA0E000690609 /* Bolts-tvOS-Dynamic.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = appletvos;
};
name = Debug;
};
81E94D691C2B8BF200A6291E /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E61D2CA0E000690609 /* Bolts-tvOS-Dynamic.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = appletvos;
};
name = Release;
};
81ED94271BE147CF00795F05 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E41D2CA0E000690609 /* Bolts-iOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Debug;
};
81ED94281BE147CF00795F05 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E41D2CA0E000690609 /* Bolts-iOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Release;
};
8E8C8EF917F23D1D00E3F1C7 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646EA1D2CA0E000690609 /* BoltsTests-iOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
8E8C8EFA17F23D1D00E3F1C7 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646EA1D2CA0E000690609 /* BoltsTests-iOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = iphoneos;
};
name = Release;
};
8E8C8F2717F241DA00E3F1C7 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646EB1D2CA0E000690609 /* BoltsTests-OSX.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = macosx;
};
name = Debug;
};
8E8C8F2817F241DA00E3F1C7 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646EB1D2CA0E000690609 /* BoltsTests-OSX.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = macosx;
};
name = Release;
};
8E9C3D0C17DE9DE000427E62 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646FA1D2CA0E000690609 /* Debug.xcconfig */;
buildSettings = {
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_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;
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;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.8;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
8E9C3D0D17DE9DE000427E62 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646FB1D2CA0E000690609 /* Release.xcconfig */;
buildSettings = {
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_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;
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;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.8;
SDKROOT = iphoneos;
};
name = Release;
};
8EDDA63317E17DDC00655F8A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E51D2CA0E000690609 /* Bolts-macOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = macosx;
};
name = Debug;
};
8EDDA63417E17DDC00655F8A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E51D2CA0E000690609 /* Bolts-macOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = macosx;
};
name = Release;
};
F5AFCA001BA752750076E927 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E71D2CA0E000690609 /* Bolts-tvOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = appletvos;
};
name = Debug;
};
F5AFCA011BA752750076E927 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646E71D2CA0E000690609 /* Bolts-tvOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = appletvos;
};
name = Release;
};
F5AFCA111BA752770076E927 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646EC1D2CA0E000690609 /* BoltsTests-tvOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = appletvos;
};
name = Debug;
};
F5AFCA121BA752770076E927 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 81D646EC1D2CA0E000690609 /* BoltsTests-tvOS.xcconfig */;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
SDKROOT = appletvos;
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-iOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -40,8 +40,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-tvOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -40,8 +40,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-watchOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,8 +26,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
Expand Down
1 change: 0 additions & 1 deletion Configurations/Shared

This file was deleted.

Loading

0 comments on commit 7980fa3

Please sign in to comment.