diff --git a/BuildControl/config/Project.xcconfig b/BuildControl/config/Project.xcconfig
index fbb04e5..d6a0aae 100644
--- a/BuildControl/config/Project.xcconfig
+++ b/BuildControl/config/Project.xcconfig
@@ -5,7 +5,7 @@ TARGETED_DEVICE_FAMILY = 1,2,3,4
//
// iOS-specific settings
//
-IPHONEOS_DEPLOYMENT_TARGET = 8.0
+IPHONEOS_DEPLOYMENT_TARGET = 9.0
VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
@@ -13,14 +13,13 @@ VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
LD_RUNPATH_SEARCH_PATHS[sdk=iphoneos*] = @executable_path/Frameworks @loader_path/Frameworks
LD_RUNPATH_SEARCH_PATHS[sdk=iphonesimulator*] = @executable_path/Frameworks @loader_path/Frameworks
-ENABLE_BITCODE[sdk=iphonesimulator*] = YES
ENABLE_BITCODE[sdk=iphone*] = YES
////////////////////////////////////////////////////////////////////////////////
//
// macOS-specific settings
//
-MACOSX_DEPLOYMENT_TARGET = 10.10
+MACOSX_DEPLOYMENT_TARGET = 10.11
VALID_ARCHS[sdk=macosx*] = i386 x86_64
@@ -40,7 +39,6 @@ VALID_ARCHS[sdk=appletvsimulator*] = x86_64
LD_RUNPATH_SEARCH_PATHS[sdk=appletvos*] = @executable_path/Frameworks @loader_path/Frameworks
LD_RUNPATH_SEARCH_PATHS[sdk=appletvsimulator*] = @executable_path/Frameworks @loader_path/Frameworks
-ENABLE_BITCODE[sdk=appletvsimulator*] = YES
ENABLE_BITCODE[sdk=appletv*] = YES
////////////////////////////////////////////////////////////////////////////////
@@ -55,5 +53,4 @@ VALID_ARCHS[sdk=watchsimulator*] = i386
LD_RUNPATH_SEARCH_PATHS[sdk=watchos*] = @executable_path/Frameworks @loader_path/Frameworks
LD_RUNPATH_SEARCH_PATHS[sdk=watchsimulator*] = @executable_path/Frameworks @loader_path/Frameworks
-ENABLE_BITCODE[sdk=watchsimulator*] = YES
ENABLE_BITCODE[sdk=watch*] = YES
diff --git a/BuildControl/repos.xml b/BuildControl/repos.xml
index 8d3acf6..6024125 100644
--- a/BuildControl/repos.xml
+++ b/BuildControl/repos.xml
@@ -40,9 +40,15 @@
-
-
-
+
+
+
+
+
+
+
+
+
@@ -61,8 +67,8 @@
-
-
+
+
diff --git a/INTEGRATION.md b/INTEGRATION.md
index 4526c9b..3b7d2a5 100644
--- a/INTEGRATION.md
+++ b/INTEGRATION.md
@@ -9,8 +9,8 @@ CleanroomBridging is designed as a *universal Swift framework* with support for
Platform|Latest supported OS|Oldest supported OS
--------|-------------------|-------------------
-iPhone/iPad|iOS 10.2|iOS 8.0
-Macintosh|macOS 10.12|macOS 10.10
+iPhone/iPad|iOS 10.2|iOS 9.0
+Macintosh|macOS 10.12|macOS 10.11
Apple TV|tvOS 10.1|tvOS 9.0
Apple Watch|watchOS 3.1|watchOS 2.0