@@ -73,10 +73,10 @@ def get_api_digester_path(tool_path):
73
73
class DumpConfig :
74
74
def __init__ (self , tool_path , platform ):
75
75
target_map = {
76
- 'iphoneos' : 'arm64-apple-ios10 .0' ,
77
- 'macosx' : 'x86_64-apple-macosx10.11 ' ,
78
- 'appletvos' : 'arm64-apple-tvos10 .0' ,
79
- 'watchos' : 'armv7k-apple-watchos3 .0' ,
76
+ 'iphoneos' : 'arm64-apple-ios13 .0' ,
77
+ 'macosx' : 'x86_64-apple-macosx10.15 ' ,
78
+ 'appletvos' : 'arm64-apple-tvos13 .0' ,
79
+ 'watchos' : 'armv7k-apple-watchos6 .0' ,
80
80
}
81
81
self .tool_path = get_api_digester_path (tool_path )
82
82
self .platform = platform
@@ -149,8 +149,8 @@ def main():
149
149
the output file of the module baseline should end with .json
150
150
''' )
151
151
152
- basic_group .add_argument ('--swift-version' , default = '4 ' , help = '''
153
- Swift version to use; default is 4
152
+ basic_group .add_argument ('--swift-version' , default = '5 ' , help = '''
153
+ Swift version to use; default is 5
154
154
''' )
155
155
156
156
basic_group .add_argument ('--module' , default = None , help = '''
0 commit comments