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 {
100100 // MARK: - Platform Arguments
101101
102102 /// 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. " ) )
104104 var minimumIOSVersion : String
105105
106106 /// The minimum macOS Version to build for.
107107 @Option ( default: " 10.15 " , help: ArgumentHelp ( " The minimum supported macOS version. " ) )
108108 var minimumMacOSVersion : String
109109
110110 /// 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. " ) )
112112 var minimumTVOSVersion : String
113113
114114 /// The minimum watchOS Version to build for.
You can’t perform that action at this time.
0 commit comments