Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit e110c6b

Browse files
Deployment target should be tvOS 9.0
1 parent d7293da commit e110c6b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

R.swift.Library.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
SDKROOT = appletvos;
475475
SKIP_INSTALL = YES;
476476
TARGETED_DEVICE_FAMILY = 3;
477-
TVOS_DEPLOYMENT_TARGET = 9.1;
477+
TVOS_DEPLOYMENT_TARGET = 9.0;
478478
};
479479
name = Debug;
480480
};
@@ -493,7 +493,7 @@
493493
SDKROOT = appletvos;
494494
SKIP_INSTALL = YES;
495495
TARGETED_DEVICE_FAMILY = 3;
496-
TVOS_DEPLOYMENT_TARGET = 9.1;
496+
TVOS_DEPLOYMENT_TARGET = 9.0;
497497
};
498498
name = Release;
499499
};
@@ -675,6 +675,7 @@
675675
806E69A51C42BD9C00DE3A8B /* Release */,
676676
);
677677
defaultConfigurationIsVisible = 0;
678+
defaultConfigurationName = Release;
678679
};
679680
806E69A61C42BD9C00DE3A8B /* Build configuration list for PBXNativeTarget "RswiftTests-tvOS" */ = {
680681
isa = XCConfigurationList;
@@ -683,6 +684,7 @@
683684
806E69A81C42BD9C00DE3A8B /* Release */,
684685
);
685686
defaultConfigurationIsVisible = 0;
687+
defaultConfigurationName = Release;
686688
};
687689
D59246481C117A54007F94C7 /* Build configuration list for PBXProject "R.swift.Library" */ = {
688690
isa = XCConfigurationList;

0 commit comments

Comments
 (0)