@@ -78,10 +78,10 @@ def create_directory(path):
7878class DumpConfig :
7979 def __init__ (self , tool_path , platform ):
8080 target_map = {
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' ,
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' ,
8585 }
8686 self .tool_path = get_api_digester_path (tool_path )
8787 self .platform = platform
@@ -169,8 +169,8 @@ def main():
169169 the output file of the module baseline should end with .json
170170 ''' )
171171
172- basic_group .add_argument ('--swift-version' , default = '5 ' , help = '''
173- Swift version to use; default is 5
172+ basic_group .add_argument ('--swift-version' , default = '4 ' , help = '''
173+ Swift version to use; default is 4
174174 ''' )
175175
176176 basic_group .add_argument ('--module' , default = None , help = '''
0 commit comments