Skip to content

Commit 397388a

Browse files
author
Stefan Hintz
committed
IPHONEOS_DEPLOYMENT_TARGET = 9.0 for Xcode 12
1 parent 04414a3 commit 397388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/Project-Shared.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SWIFT_VERSION = 5.0
1515
TARGETED_DEVICE_FAMILY = 1,2,3,4
1616

1717
TVOS_DEPLOYMENT_TARGET = 9.0
18-
IPHONEOS_DEPLOYMENT_TARGET = 8.0
18+
IPHONEOS_DEPLOYMENT_TARGET = 9.0
1919
MACOSX_DEPLOYMENT_TARGET = 10.12
2020
WATCHOS_DEPLOYMENT_TARGET = 2.0
2121

0 commit comments

Comments
 (0)