File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ReleaseTooling/Sources/ZipBuilder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ struct ZipBuilderTool: ParsableCommand {
100
100
// MARK: - Platform Arguments
101
101
102
102
/// The minimum iOS Version to build for.
103
- @Option ( default: " 12 .0" , help: ArgumentHelp ( " The minimum supported iOS version. " ) )
103
+ @Option ( default: " 15 .0" , help: ArgumentHelp ( " The minimum supported iOS version. " ) )
104
104
var minimumIOSVersion : String
105
105
106
106
/// The minimum macOS Version to build for.
107
107
@Option ( default: " 10.15 " , help: ArgumentHelp ( " The minimum supported macOS version. " ) )
108
108
var minimumMacOSVersion : String
109
109
110
110
/// The minimum tvOS Version to build for.
111
- @Option ( default: " 13 .0" , help: ArgumentHelp ( " The minimum supported tvOS version. " ) )
111
+ @Option ( default: " 15 .0" , help: ArgumentHelp ( " The minimum supported tvOS version. " ) )
112
112
var minimumTVOSVersion : String
113
113
114
114
/// The minimum watchOS Version to build for.
You can’t perform that action at this time.
0 commit comments