Skip to content

Commit

Permalink
Increase deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
SoneeJohn committed Sep 25, 2020
1 parent 921be46 commit 3e6ceec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XCDYouTubeKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
WARNING_CFLAGS = (
"$(inherited)",
"-Wno-auto-import",
Expand All @@ -829,6 +830,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
WARNING_CFLAGS = (
"$(inherited)",
"-Wno-auto-import",
Expand Down

0 comments on commit 3e6ceec

Please sign in to comment.