Skip to content

Commit

Permalink
Bump IPHONEOS_DEPLOYMENT_TARGET
Browse files Browse the repository at this point in the history
Change-Id: Ic65e248b4a7f99ebb354dad87157e35cf3e55424
  • Loading branch information
Tor Lillqvist committed Oct 3, 2016
1 parent d2e69a6 commit 9b97012
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2387,7 +2387,7 @@
"$(LO_WORKDIR)/UnoApiHeadersTarget/offapi/comprehensive",
"$(LO_WORKDIR)/UnpackedTarball/icu/source/common",
);
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "$(LINK_LDFLAGS)";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2430,7 +2430,7 @@
"$(LO_WORKDIR)/UnoApiHeadersTarget/offapi/comprehensive",
"$(LO_WORKDIR)/UnpackedTarball/icu/source/common",
);
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "$(LINK_LDFLAGS)";
SDKROOT = iphoneos;
Expand Down

0 comments on commit 9b97012

Please sign in to comment.