Skip to content

Commit ab140ef

Browse files
author
Clément Le Provost
committed
Change default minimum OS version to 8.0
Although iOS 7 is supported in the source code, package managers (CocoaPods and Carthage) build a Swift dynamic framework, which is only supported on iOS 8.0 and later. Therefore we switch the minimum OS version to 8.0 in the project. (Fixes #75.)
1 parent fc3a9a8 commit ab140ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AlgoliaSearch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
657657
GCC_WARN_UNUSED_FUNCTION = YES;
658658
GCC_WARN_UNUSED_VARIABLE = YES;
659-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
659+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
660660
MACOSX_DEPLOYMENT_TARGET = 10.10;
661661
MTL_ENABLE_DEBUG_INFO = YES;
662662
ONLY_ACTIVE_ARCH = YES;
@@ -697,7 +697,7 @@
697697
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
698698
GCC_WARN_UNUSED_FUNCTION = YES;
699699
GCC_WARN_UNUSED_VARIABLE = YES;
700-
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
700+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
701701
MACOSX_DEPLOYMENT_TARGET = 10.10;
702702
MTL_ENABLE_DEBUG_INFO = NO;
703703
SDKROOT = macosx;

0 commit comments

Comments
 (0)