@@ -78,10 +78,10 @@ def create_directory(path):
78
78
class DumpConfig :
79
79
def __init__ (self , tool_path , platform ):
80
80
target_map = {
81
- 'iphoneos' : 'arm64-apple-ios10 .0' ,
82
- 'macosx' : 'x86_64-apple-macosx10.11 ' ,
83
- 'appletvos' : 'arm64-apple-tvos10 .0' ,
84
- 'watchos' : 'armv7k-apple-watchos3 .0' ,
81
+ 'iphoneos' : 'arm64-apple-ios13 .0' ,
82
+ 'macosx' : 'x86_64-apple-macosx10.15 ' ,
83
+ 'appletvos' : 'arm64-apple-tvos13 .0' ,
84
+ 'watchos' : 'armv7k-apple-watchos6 .0' ,
85
85
}
86
86
self .tool_path = get_api_digester_path (tool_path )
87
87
self .platform = platform
@@ -169,8 +169,8 @@ def main():
169
169
the output file of the module baseline should end with .json
170
170
''' )
171
171
172
- basic_group .add_argument ('--swift-version' , default = '4 ' , help = '''
173
- Swift version to use; default is 4
172
+ basic_group .add_argument ('--swift-version' , default = '5 ' , help = '''
173
+ Swift version to use; default is 5
174
174
''' )
175
175
176
176
basic_group .add_argument ('--module' , default = None , help = '''
0 commit comments