Skip to content

Commit 9b07050

Browse files
committed
storage tvos deployment target set to 10.1
1 parent 1696154 commit 9b07050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
PROVISIONING_PROFILE_SPECIFIER = "";
585585
SDKROOT = appletvos;
586586
TARGETED_DEVICE_FAMILY = 3;
587-
TVOS_DEPLOYMENT_TARGET = 14.5;
587+
TVOS_DEPLOYMENT_TARGET = 10.1;
588588
};
589589
name = Debug;
590590
};
@@ -637,7 +637,7 @@
637637
PROVISIONING_PROFILE_SPECIFIER = "";
638638
SDKROOT = appletvos;
639639
TARGETED_DEVICE_FAMILY = 3;
640-
TVOS_DEPLOYMENT_TARGET = 14.5;
640+
TVOS_DEPLOYMENT_TARGET = 10.1;
641641
};
642642
name = Release;
643643
};

0 commit comments

Comments
 (0)