| /third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/ |
| D | gyp.xclangspec | 12 http://maxao.free.fr/xcode-plugin-interface/specifications.html 23 Identifier = "xcode.lang.gyp.keyword"; 31 Type = "xcode.syntax.keyword"; 36 Identifier = "xcode.lang.gyp.target.declarator"; 41 Type = "xcode.syntax.identifier.type"; 46 Identifier = "xcode.lang.gyp.string.singlequote"; 49 "xcode.lang.string", 50 "xcode.lang.gyp.keyword", 51 "xcode.lang.number", 59 Identifier = "xcode.lang.gyp.comma"; [all …]
|
| D | gyp.pbfilespec | 8 http://maxao.free.fr/xcode-plugin-interface/specifications.html 23 Language = "xcode.lang.gyp";
|
| /third_party/node/tools/gyp/tools/Xcode/Specifications/ |
| D | gyp.xclangspec | 12 http://maxao.free.fr/xcode-plugin-interface/specifications.html 23 Identifier = "xcode.lang.gyp.keyword"; 31 Type = "xcode.syntax.keyword"; 36 Identifier = "xcode.lang.gyp.target.declarator"; 41 Type = "xcode.syntax.identifier.type"; 46 Identifier = "xcode.lang.gyp.string.singlequote"; 49 "xcode.lang.string", 50 "xcode.lang.gyp.keyword", 51 "xcode.lang.number", 59 Identifier = "xcode.lang.gyp.comma"; [all …]
|
| D | gyp.pbfilespec | 8 http://maxao.free.fr/xcode-plugin-interface/specifications.html 23 Language = "xcode.lang.gyp";
|
| /third_party/protobuf/objectivec/DevTools/ |
| D | full_mac_build.sh | 36 --skip-xcode 38 --skip-xcode-ios 40 --skip-xcode-debug 42 --skip-xcode-release 44 --skip-xcode-osx | --skip-xcode-macos 46 --skip-xcode-tvos 50 --xcode-quiet 114 --skip-xcode ) 119 --skip-xcode-ios ) 122 --skip-xcode-osx | --skip-xcode-macos) [all …]
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| D | xcode_test.py | 9 import gyp.generator.xcode as xcode namespace 18 self.assertEqual(xcode.EscapeXcodeDefine("$(inherited)"), "$(inherited)") 21 self.assertEqual(xcode.EscapeXcodeDefine('a b"c\\'), 'a\\ b\\"c\\\\')
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| D | xcode_test.py | 9 import gyp.generator.xcode as xcode namespace 18 self.assertEqual(xcode.EscapeXcodeDefine("$(inherited)"), "$(inherited)") 21 self.assertEqual(xcode.EscapeXcodeDefine('a b"c\\'), 'a\\ b\\"c\\\\')
|
| /third_party/node/deps/npm/node_modules/node-gyp/ |
| D | macOS_Catalina.md | 51 2. With the _much_ smaller Xcode Command Line Tools via `xcode-select --install` 64 6. `xcode-select -version` # Should return `xcode-select version 2370` or later. 65 7. `xcode-select -print-path` # Should return `/Applications/Xcode.app/Contents/Developer` 68 10. `sudo xcode-select --reset` # Enter root password. No output is normal. 71 ### Installing `node-gyp` using the Xcode Command Line Tools via `xcode-select --install` 72 1. If the _acid test_ has not succeeded, then try `xcode-select --install` 73 2. If the installation command returns `xcode-select: error: command line tools are already install… 77 5. `xcode-select -version` # Should return `xcode-select version 2370` or later. 78 6. `xcode-select -print-path` # Should return `/Library/Developer/CommandLineTools` 81 9. `sudo xcode-select --reset` # Enter root password. No output is normal. [all …]
|
| D | README.md | 44 … * Install the `XCode Command Line Tools` standalone by running `xcode-select --install`. -- OR -- 45 …f you already have the [full Xcode installed](https://developer.apple.com/xcode/download/), you ca…
|
| D | CHANGELOG.md | 350 …thub.com/nodejs/node-gyp/commit/54f97cd243)] - **doc**: add cmd to reset `xcode-select` to initial… 383 …github.com/nodejs/node-gyp/commit/ba4f34b7d6)] - **doc**: update catalina xcode clt download link … 391 …github.com/nodejs/node-gyp/commit/e7402b4a7c)] - **doc**: update catalina xcode cli tools download… 392 …github.com/nodejs/node-gyp/commit/35de45984f)] - **doc**: update catalina xcode cli tools download… 438 …ommit/4fff8458c0)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss)… 439 …nodejs/node-gyp/commit/60e4488f08)] - **build**: avoid bare exceptions in xcode\_emulation.py (Chr… 455 …github.com/nodejs/node-gyp/commit/c106d915f5)] - **doc**: update catalina xcode cli tools download… 456 …github.com/nodejs/node-gyp/commit/9a6fea92e2)] - **doc**: update catalina xcode cli tools download… 501 …ommit/0705cae9aa)] - **travis**: ignore failed `brew upgrade npm`, update xcode (Christian Clauss)… 502 …nodejs/node-gyp/commit/7bfdb6f5bf)] - **build**: avoid bare exceptions in xcode\_emulation.py (Chr… [all …]
|
| /third_party/skia/third_party/externals/dawn/docs/ |
| D | building.md | 13 - [Xcode](https://developer.apple.com/xcode/) 12.2+. 14 - The macOS 11.0 SDK. Run `xcode-select` to check whether you have it. 16 ls `xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs 43 …he `use_system_xcode=true` in most cases. (and if you're a googler please get XCode from go/xcode).
|
| /third_party/protobuf/ |
| D | tests.sh | 273 --core-only --skip-xcode-osx --skip-xcode-tvos --skip-objc-conformance "$@" 277 build_objectivec_ios --skip-xcode-release 281 build_objectivec_ios --skip-xcode-debug 288 --core-only --skip-xcode-ios --skip-xcode-tvos 296 --core-only --skip-xcode-ios --skip-xcode-osx --skip-objc-conformance "$@" 300 build_objectivec_tvos --skip-xcode-release 304 build_objectivec_tvos --skip-xcode-debug
|
| /third_party/libwebsockets/contrib/ |
| D | iOS.cmake | 26 # A convenience macro for setting xcode specific properties on targets 41 if(NOT DEFINED IOS_BITCODE) # check xcode/clang version? since xcode 7 148 exec_program(/usr/bin/xcode-select ARGS -print-path OUTPUT_VARIABLE CMAKE_XCODE_DEVELOPER_DIR)
|
| /third_party/googletest/ |
| D | .gitignore | 47 googletest/xcode/.DS_Store
|
| /third_party/curl/ |
| D | MacOSX-Framework | 54 DEVELOPER_PATH=`xcode-select --print-path`
|
| /third_party/skia/third_party/externals/libwebp/ |
| D | iosbuild.sh | 44 readonly DEVELOPER=$(xcode-select --print-path)
|
| D | xcframeworkbuild.sh | 72 readonly DEVELOPER=$(xcode-select --print-path)
|
| /third_party/node/tools/gyp/ |
| D | CHANGELOG.md | 140 * **xcode:** --cross-compiling overrides arch-specific settings ([973bae0](https://www.github.com/n… 148 * xcode cmake parsing ([eefe8d1](https://www.github.com/nodejs/gyp-next/commit/eefe8d10e99863bc4ac7…
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
| D | CHANGELOG.md | 156 * **xcode:** --cross-compiling overrides arch-specific settings ([973bae0](https://www.github.com/n… 164 * xcode cmake parsing ([eefe8d1](https://www.github.com/nodejs/gyp-next/commit/eefe8d10e99863bc4ac7…
|
| /third_party/libinput/src/ |
| D | evdev.c | 1609 unsigned int xcode, in evdev_fix_abs_resolution() argument 1618 if (!(xcode == ABS_X && ycode == ABS_Y) && in evdev_fix_abs_resolution() 1619 !(xcode == ABS_MT_POSITION_X && ycode == ABS_MT_POSITION_Y)) { in evdev_fix_abs_resolution() 1622 xcode, in evdev_fix_abs_resolution() 1627 absx = libevdev_get_abs_info(evdev, xcode); in evdev_fix_abs_resolution() 1646 libevdev_set_abs_resolution(evdev, xcode, xres); in evdev_fix_abs_resolution()
|
| /third_party/rust/crates/clang-sys/ |
| D | CHANGELOG.md | 84 - Fixed `Clang::find` panicking when `llvm-config` or `xcode-build` don't output anything to `stdou… 107 `llvm-config` and `xcode-select` unless an instance of `libclang` is not found
|
| D | README.md | 77 * **macOS only:** the toolchain directory in the directory provided by `xcode-select --print-path`
|
| /third_party/skia/site/docs/user/ |
| D | build.md | 255 Mac users may want to pass `--ide=xcode` to `bin/gn gen` to generate an Xcode 294 Alternatively you can generate an Xcode project by passing `--ide=xcode` to
|
| /third_party/libsnd/ |
| D | configure.ac | 70 AC_CHECK_PROG([HAVE_XCODE_SELECT], [xcode-select], [yes], [no]) 432 developer_path=`xcode-select --print-path`
|
| /third_party/gn/src/gn/ |
| D | command_gen.cc | 475 "xcode" - Xcode workspace/solution files.
|