Skip to content

Instantly share code, notes, and snippets.

@refack
Last active March 18, 2019 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save refack/25db37b88e7746160575557999c38ab8 to your computer and use it in GitHub Desktop.
Save refack/25db37b88e7746160575557999c38ab8 to your computer and use it in GitHub Desktop.
Query macstedium
> pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
test-macstadium-macos10.10-x64-1 | CHANGED | rc=0 >>
package-id: com.apple.pkg.CLTools_Executables
version: 7.2.0.0.1.1447826929
volume: /
location: /
install-time: 1511394826
groups: com.apple.FindSystemFiles.pkg-group com.apple.DevToolsBoth.pkg-group com.apple.DevToolsNonRelocatableShared.pkg-group
test-macstadium-macos10.10-x64-2 | CHANGED | rc=0 >>
package-id: com.apple.pkg.CLTools_Executables
version: 7.2.0.0.1.1447826929
volume: /
location: /
install-time: 1511394964
groups: com.apple.FindSystemFiles.pkg-group com.apple.DevToolsBoth.pkg-group com.apple.DevToolsNonRelocatableShared.pkg-group
test-macstadium-macos10.11-x64-2 | CHANGED | rc=0 >>
package-id: com.apple.pkg.CLTools_Executables
version: 8.2.0.0.1.1480973914
volume: /
location: /
install-time: 1511206042
groups: com.apple.FindSystemFiles.pkg-group
test-macstadium-macos10.11-x64-1 | CHANGED | rc=0 >>
package-id: com.apple.pkg.CLTools_Executables
version: 8.2.0.0.1.1480973914
volume: /
location: /
install-time: 1511205464
groups: com.apple.FindSystemFiles.pkg-group
test-macstadium-macos10.12-x64-1 | CHANGED | rc=0 >>
package-id: com.apple.pkg.CLTools_Executables
version: 9.1.0.0.1.1508540944
volume: /
location: /
install-time: 1511206755
groups: com.apple.FindSystemFiles.pkg-group
test-macstadium-macos10.12-x64-2 | CHANGED | rc=0 >>
package-id: com.apple.pkg.CLTools_Executables
version: 9.1.0.0.1.1508540944
volume: /
location: /
install-time: 1511207216
groups: com.apple.FindSystemFiles.pkg-group
==========================================
> cc -v
test-macstadium-macos10.10-x64-2 | CHANGED | rc=0 >>
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
test-macstadium-macos10.11-x64-2 | CHANGED | rc=0 >>
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
test-macstadium-macos10.11-x64-1 | CHANGED | rc=0 >>
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
test-macstadium-macos10.12-x64-1 | CHANGED | rc=0 >>
Apple LLVM version 9.0.0 (clang-900.0.38)
Target: x86_64-apple-darwin16.1.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
test-macstadium-macos10.12-x64-2 | CHANGED | rc=0 >>
Apple LLVM version 9.0.0 (clang-900.0.38)
Target: x86_64-apple-darwin16.1.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment