wes
09/15/2021, 7:47 PM<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "<http://www.apple.com/DTDs/PropertyList-1.0.dtd>">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>osqueryd</string>
<key>CFBundleIdentifier</key>
<string>io.osquery.agent</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>osqueryd</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
</plist
sharvil
09/15/2021, 7:58 PMosquery_info
table, which has the version info (just fyi in case you missed that), but as you said, would require a querywes
09/15/2021, 8:00 PMCFBundleVersion
or CFBundleShortVersionString
would work great in the Info.plist
sharvil
09/15/2021, 8:01 PMwes
09/15/2021, 8:02 PMsharvil
09/15/2021, 8:21 PMseph
09/15/2021, 8:55 PMmacjustice
11/10/2021, 9:52 PMbuild_x86.yml
, to stick the version in the Info.plist file there? I'd submit a PR if I can make sure I'm understanding this correctly, I'm not very familiar with GitHub Actionsseph
11/10/2021, 10:13 PMmacjustice
11/10/2021, 10:24 PMccache
bitseph
11/10/2021, 11:13 PMMike Myers
11/12/2021, 6:56 PMhosted_runners.yml
and making quite a few changes in this PR just FYI https://github.com/osquery/osquery/pull/7330/files#diff-9f96c7398750f97ef9c6b9389a79c9282ceac7bfc98f27404473d88d03b9b00dmacjustice
11/12/2021, 7:33 PMhosted_runners.yml