blob: 2d9f8d61d1262a6a6be51e0b02672165f3016def [file] [log] [blame]
Mike Klein7d302882016-11-03 14:06:31 -04001#!/usr/bin/env python
2#
3# Copyright 2016 Google Inc.
4#
5# Use of this source code is governed by a BSD-style license that can be
6# found in the LICENSE file.
7
8import subprocess
9
10print subprocess.check_output('xcrun --sdk iphoneos --show-sdk-path'.split())