mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
#23213 Use PackageInfo.xml if Distribution.xml does not exist in uploaded macOS PKG. This means we now support script-only packages: <div> <a href="https://www.loom.com/share/fb2f9fe93cb64f3aa1221f974ca0eb3a"> <p>[Demo] Install script-only macOS package on Fleet (#23213) - Watch Video</p> </a> <a href="https://www.loom.com/share/fb2f9fe93cb64f3aa1221f974ca0eb3a"> <img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/fb2f9fe93cb64f3aa1221f974ca0eb3a-4b035241497a6c22-full-play.gif"> </a> </div> # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
22 lines
950 B
XML
22 lines
950 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<pkg-info overwrite-permissions="true" relocatable="false" identifier="com.okta.mobile" postinstall-action="none" version="9.27.0" format-version="2" generator-version="InstallCmds-834 (23B74)" install-location="/Applications" auth="root" minimumSystemVersion="12.0">
|
|
<payload numberOfFiles="270" installKBytes="134424"/>
|
|
<bundle path="./Okta Verify.app" id="com.okta.mobile" CFBundleShortVersionString="9.27.0" CFBundleVersion="2024.1004.1653"/>
|
|
<bundle-version>
|
|
<bundle id="com.okta.mobile"/>
|
|
</bundle-version>
|
|
<upgrade-bundle>
|
|
<bundle id="com.okta.mobile"/>
|
|
</upgrade-bundle>
|
|
<update-bundle/>
|
|
<atomic-update-bundle/>
|
|
<strict-identifier>
|
|
<bundle id="com.okta.mobile"/>
|
|
</strict-identifier>
|
|
<relocate>
|
|
<bundle id="com.okta.mobile"/>
|
|
</relocate>
|
|
<scripts>
|
|
<postinstall file="./postinstall"/>
|
|
</scripts>
|
|
</pkg-info>
|