Skip to content

Commit 1a645da

Browse files
committed
Adding a tvOS deployment target
1 parent 0efa2cd commit 1a645da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zip.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@
762762
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
763763
SWIFT_INCLUDE_PATHS = "${SRCROOT}/Zip/minizip/**";
764764
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
765+
TVOS_DEPLOYMENT_TARGET = 9.0;
765766
};
766767
name = Debug;
767768
};
@@ -784,6 +785,7 @@
784785
SKIP_INSTALL = YES;
785786
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
786787
SWIFT_INCLUDE_PATHS = "${SRCROOT}/Zip/minizip/**";
788+
TVOS_DEPLOYMENT_TARGET = 9.0;
787789
};
788790
name = Release;
789791
};

0 commit comments

Comments
 (0)