Skip to content

Commit

Permalink
Bumped deployment targets back up to a level that supports unified lo…
Browse files Browse the repository at this point in the history
…gging
  • Loading branch information
abbeycode committed Oct 6, 2017
1 parent 18e79fd commit 7e787f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UnrarKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
ONLY_ACTIVE_ARCH = YES;
OTHER_CPLUSPLUSFLAGS = (
"-DSILENT",
Expand Down Expand Up @@ -1106,8 +1106,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MACOSX_DEPLOYMENT_TARGET = 10.12;
OTHER_CPLUSPLUSFLAGS = (
"-DSILENT",
"-DRARDLL",
Expand Down

0 comments on commit 7e787f3

Please sign in to comment.