| /external/clang/www/analyzer/ |
| D | xcode.html | 5 <title>Running the analyzer within Xcode</title> 16 <h1>Running the analyzer within Xcode</h1> 23 <p>Since Xcode 3.2, users have been able to run the Clang Static Analyzer 26 within Xcode</a>.</p> 28 <p>It integrates directly with the Xcode build system and 29 presents analysis results directly within Xcode's editor.</p> 31 <h3>Can I use the open source analyzer builds with Xcode?</h3> 37 …analyzer_xcode.png"><img src="images/analyzer_xcode.png" width="620px" alt="analyzer in xcode"></a> 38 <br><b>Viewing static analyzer results in Xcode</b> 43 <li><b>Integrated workflow:</b> Results are integrated within Xcode. There is [all …]
|
| /external/skia/toolchain/ |
| D | download_mac_toolchain.bzl | 3 and a locally-installed XCode. 31 res = ctx.execute(["xcode-select", "-p"]) 33 fail("Error Getting XCode path: " + res.stderr) 37 ctx.delete("./symlinks/xcode/MacSDK/usr") 38 ctx.delete("./symlinks/xcode/MacSDK/Frameworks") 48 "./symlinks/xcode/MacSDK/usr", 54 "./symlinks/xcode/MacSDK/Frameworks", 79 # some skia source files require Xcode headers when compiling, (see SkTypes.h and look 80 # for TargetedConditionals.h)) All of these are located in Xcode, stopping the Mac 82 # For now, we can grab the user's Xcode path by calling xcode-select and create a symlink in [all …]
|
| /external/protobuf/objectivec/DevTools/ |
| D | full_mac_build.sh | 36 --skip-xcode 37 Skip the invoke of Xcode to test the runtime on both iOS and OS X. 38 --skip-xcode-ios 39 Skip the invoke of Xcode to test the runtime on iOS. 40 --skip-xcode-debug 41 Skip the Xcode Debug configuration. 42 --skip-xcode-release 43 Skip the Xcode Release configuration. 44 --skip-xcode-osx | --skip-xcode-macos 45 Skip the invoke of Xcode to test the runtime on OS X. [all …]
|
| /external/cronet/third_party/protobuf/objectivec/DevTools/ |
| D | full_mac_build.sh | 36 --skip-xcode 37 Skip the invoke of Xcode to test the runtime on both iOS and OS X. 38 --skip-xcode-ios 39 Skip the invoke of Xcode to test the runtime on iOS. 40 --skip-xcode-debug 41 Skip the Xcode Debug configuration. 42 --skip-xcode-release 43 Skip the Xcode Release configuration. 44 --skip-xcode-osx | --skip-xcode-macos 45 Skip the invoke of Xcode to test the runtime on OS X. [all …]
|
| /external/webrtc/infra/specs/ |
| D | internal.client.webrtc.json | 9 "--xcode-build-version", 42 "path": "Xcode.app" 52 "--xcode-build-version", 85 "path": "Xcode.app" 96 "--xcode-build-version", 131 "path": "Xcode.app" 142 "--xcode-build-version", 175 "path": "Xcode.app" 186 "--xcode-build-version", 219 "path": "Xcode.app" [all …]
|
| /external/perfetto/infra/luci/recipe_modules/macos_sdk/ |
| D | api.py | 15 XCode installation. 42 """Sets up the XCode SDK environment. 46 This will deploy the helper tool and the XCode.app bundle at 53 # Cache for mac_toolchain tool and XCode.app 62 # Cache for N-1 version mac_toolchain tool and XCode.app 81 self.m.step('select XCode', 82 ['sudo', 'xcode-select', '--switch', self._sdk_dir]) 86 self.m.step('reset XCode', ['sudo', 'xcode-select', '--reset']) 97 sdk_dir = cache_dir.join('XCode.app') 98 self.m.step('install xcode', [ [all …]
|
| /external/angle/build/ |
| D | mac_toolchain.py | 13 * If xcode-select and xcodebuild are not passwordless in sudoers, requires 15 * Downloads standalone binaries from [a possibly different version of Xcode]. 37 # This contains binaries from Xcode 14.3 14E222b along with the macOS 13.3 SDK 40 # To update the version numbers, open Xcode's "About Xcode" for the first number 45 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' 49 # is the major version number for macOS 10.15. Xcode 14.0 14B47b only runs on 51 # 10.15.4, the OS minimum through Xcode 12.4, still seems to work. 56 TOOLCHAIN_BUILD_DIR = os.path.join(TOOLCHAIN_ROOT, 'Xcode.app') 82 """Requests that the user authenticate to access Xcode CIPD packages.""" 84 print('Access to Xcode CIPD package requires authentication.') [all …]
|
| /external/cronet/build/ |
| D | mac_toolchain.py | 13 * If xcode-select and xcodebuild are not passwordless in sudoers, requires 15 * Downloads standalone binaries from [a possibly different version of Xcode]. 37 # This contains binaries from Xcode 14.3 14E222b along with the macOS 13.3 SDK 40 # To update the version numbers, open Xcode's "About Xcode" for the first number 45 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64' 49 # is the major version number for macOS 10.15. Xcode 14.0 14B47b only runs on 51 # 10.15.4, the OS minimum through Xcode 12.4, still seems to work. 56 TOOLCHAIN_BUILD_DIR = os.path.join(TOOLCHAIN_ROOT, 'Xcode.app') 82 """Requests that the user authenticate to access Xcode CIPD packages.""" 84 print('Access to Xcode CIPD package requires authentication.') [all …]
|
| /external/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
| D | Build-Mac-Clang-x86_64-Debug-ASAN.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode", 166 … "[START_DIR]/cache/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang" 169 "name": "find XCode Clang version", [all …]
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Metal.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Metal_NoGpu.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| D | Build-Mac-Clang-arm64-Release-Graphite_Metal.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| D | Build-Mac-Clang-x86_64-Debug-Metal.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| D | Build-Mac-Xcode11.4.1-arm64-Debug-iOS.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 11e503a in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Metal_NoPrecompile.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| D | Build-Mac-Clang-arm64-Debug-iOS.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Dawn_NoGpu.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| D | Build-Mac-Clang-arm64-Debug-Graphite_Dawn.json | 4 "name": "ensure xcode", 6 "@@@STEP_TEXT@Ensuring Xcode version 12c33 in [START_DIR]/cache/Xcode.app@@@" 15 "-xcode-version", 18 "[START_DIR]/cache/Xcode.app" 20 "name": "ensure xcode.install xcode", 28 "xcode-select", 30 "[START_DIR]/cache/Xcode.app" 32 "name": "ensure xcode.select xcode",
|
| /external/webrtc/docs/native-code/ios/ |
| D | index.md | 10 Xcode. Both methods will be illustrated here. 97 ## Using Xcode 99 Xcode is the default and preferred IDE to develop for the iOS platform. 101 *Generating an Xcode project* 103 To have GN generate Xcode project files, pass the argument `--ide=xcode` 110 $ gn gen out/ios --args='target_os="ios" target_cpu="arm64"' --ide=xcode 111 $ open -a Xcode.app out/ios/all.xcodeproj 114 *Compile and run with Xcode* 116 Compiling with Xcode is not supported! What we do instead is compile using a 117 script that runs ninja from Xcode. This is done with a custom _run script_ [all …]
|
| /external/clang/tools/scan-build/bin/ |
| D | set-xcode-analyzer | 9 print "set-xcode-analyzer requires Python 2.7 or later" 33 # versions of Xcode set EXEC_PATH to be CLANG_ANALYZER_EXEC. 68 parser.add_option("--use-xcode-clang", action="store_const", 70 help="Use the Clang bundled with Xcode") 75 # determine if Xcode is running 77 if x.localizedName().find("Xcode") >= 0: 78 print "(-) You must quit Xcode first before modifying its configuration files." 91 print "(+) Using the Clang bundled with Xcode" 96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"]) 102 # of the Xcode.app subtree. [all …]
|
| /external/perfetto/infra/luci/recipe_modules/macos_sdk/examples/full.expected/ |
| D | mac.json | 37 "-xcode-version", 40 "[CACHE]/macos_sdk/XCode.app" 43 "name": "install xcode" 48 "xcode-select", 50 "[CACHE]/macos_sdk/XCode.app" 53 "name": "select XCode" 74 "xcode-select", 78 "name": "reset XCode"
|
| /external/webp/ |
| D | xcframeworkbuild.sh | 20 # Extract Xcode version. 21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2) 22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then 23 echo "Xcode 11.0 or higher is required!" 48 if [[ "${XCODE%%.*}" -ge 12 ]]; then 52 elif [[ "${XCODE%%.*}" -eq 11 ]]; then 54 WARNING: Xcode 12.0 or higher is required to build targets for 55 WARNING: Apple Silicon (arm64). The XCFrameworks generated with Xcode 11 will 61 echo "Xcode 11.0 or higher is required!" 72 readonly DEVELOPER=$(xcode-select --print-path) [all …]
|
| /external/python/cpython2/Mac/ |
| D | README | 48 the Xcode default MacOS X SDK, otherwise ``/Developer/SDKs/MacOSX.10.4u.sdk`` 52 Line Tools component using ``xcode-select``:: 54 $ sudo xcode-select --install 93 unix build. Universal builds were first supported with OS X 10.4 with Xcode 2.1 94 and the 10.4u SDK. Starting with Xcode 3 and OS X 10.5, more configurations are 98 Apple-supplied compilers and other build tools included in Apple's Xcode 99 development tools. You should install Xcode and the command line tools 109 support ppc (10.4 with Xcode 2, 10.5 and 10.6 with Xcode 3) or an 111 support ppc (Xcode 4 on 10.6 and later systems). The flavor can be specified 132 OS X 10.5. Although legacy ``ppc`` support was included with Xcode 3 on OS X [all …]
|
| /external/webrtc/tools_webrtc/coverage/ |
| D | generate_ios_coverage_command.py | 14 But for real devices actual execution should be done manually from Xcode 19 1. Xcode 10+ with iPhone Simulator SDK. Can be installed by command: 20 $ mac_toolchain install -kind ios -xcode-version 10l232m \ 21 -output-dir build/mac_files/Xcode.app 126 print('1. Generate xcode project and open it with Xcode 10+:') 127 print(' gn gen %s --ide=xcode --args=\'%s\'' % (DIRECTORY, gn_args_string)) 130 print('2. Execute these Run targets manually with Xcode Run button and ') 134 print('3. Execute these Test targets manually with Xcode Test button and ') 139 print((' build/mac_files/Xcode.app/Contents/Developer/Toolchains/' +
|
| /external/llvm/tools/xcode-toolchain/ |
| D | CMakeLists.txt | 5 # developers to work without disabling SIP, this file can generate an Xcode 6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows 13 # To make this work with Xcode 7.1 and later you can install the toolchain this 17 # This file generates a custom install-xcode-toolchain target which constructs 26 # ninja install-xcode-toolchain 37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off) 66 add_custom_target(install-xcode-toolchain 76 …_COMPONENTS cannot be specified with multi-configuration generators (i.e. Xcode or Visual Studio)")
|