| D | sdk_info.py | 5 """Collects information about the SDK and return them as JSON file.""" 72 def ExtractSDKInfo(info, sdk): argument 73 """Extract information about the SDK.""" 75 ['xcrun', '--sdk', sdk, '--show-sdk-' + info]).strip() 79 """Returns a dictionary with information about the SDK.""" 97 sdk_info['sdk'] = effective_sdk 119 '-s', '--sdk-version', 120 help='version of the sdk')
|