ox-it / munki-rebrand

Script to rebrand Munki's Managed Software Center
BSD 3-Clause "New" or "Revised" License
89 stars 24 forks source link

munkitools_app pkg lacking proper version info #20

Closed sphen13 closed 6 years ago

sphen13 commented 6 years ago

the pkg-info tag of the generated munkitools_app pkg is not complete. The other pieces of the package are fine presumably as they are not being modified. see the resulting PackageInfo i just generated. Let me know if there is more data I can help give! thanks.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<pkg-info overwrite-permissions="true" relocatable="false" identifier="com.googlecode.munki.app" postinstall-action="none" version="0" format-version="2" generator-version="InstallCmds-554 (15F34)" auth="root">
    <payload numberOfFiles="278" installKBytes="5151"/>
    <bundle path="./Applications/Managed Software Center.app/Contents/Resources/MunkiStatus.app" id="com.googlecode.munki.MunkiStatus" CFBundleShortVersionString="4.0.3438" CFBundleVersion="3438"/>
    <bundle path="./Applications/Managed Software Center.app/Contents/Resources/munki-notifier.app" id="com.googlecode.munki.munki-notifier" CFBundleShortVersionString="1.0.3445" CFBundleVersion="3445"/>
    <bundle path="./Applications/Managed Software Center.app/Contents/PlugIns/MSCDockTilePlugin.docktileplugin" id="com.googlecode.munki.MSCDockTilePlugin" CFBundleShortVersionString="1.0" CFBundleVersion="1"/>
    <bundle path="./Applications/Managed Software Center.app" id="com.googlecode.munki.ManagedSoftwareCenter" CFBundleShortVersionString="4.7.3442" CFBundleVersion="3442"/>
    <bundle-version>
        <bundle id="com.googlecode.munki.ManagedSoftwareCenter"/>
    </bundle-version>
    <upgrade-bundle>
        <bundle id="com.googlecode.munki.ManagedSoftwareCenter"/>
    </upgrade-bundle>
    <update-bundle/>
    <atomic-update-bundle/>
    <strict-identifier>
        <bundle id="com.googlecode.munki.MunkiStatus"/>
        <bundle id="com.googlecode.munki.munki-notifier"/>
        <bundle id="com.googlecode.munki.ManagedSoftwareCenter"/>
    </strict-identifier>
    <relocate/>
    <scripts>
        <preinstall file="./preinstall"/>
    </scripts>
</pkg-info>
fuzzylogiq commented 6 years ago

Please look at this branch and see if it fixes it for you...

fuzzylogiq commented 6 years ago

actually hold please...one further fix coming!

fuzzylogiq commented 6 years ago

ok should be fixed now

sphen13 commented 6 years ago

excellent - tests out for me! thx.