Mac-Nerd / patchomator

Management script for Installomator.
Apache License 2.0
106 stars 9 forks source link

IgnoredLabels are not ignored. #17

Closed sjurlohne closed 8 months ago

sjurlohne commented 8 months ago

patchomator.plist

<?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>/Applications/OneDrive.app</key>
    <string>microsoftonedrive</string>
    <key>IgnoredLabels</key>
    <array>
        <string>microsoftonedrive-deferred</string>
        <string>microsoftonedrive-rollingout</string>
        <string>microsoftonedrive-rollingoutdeferred</string>
    </array>
    <key>RequiredLabels</key>
    <array/>
</dict>
</plist>

This shouldn't happen with the above plist.

/Applications/OneDrive.app already verified.
/Applications/OneDrive.app already linked to label microsoftonedrive-deferred.
Replace label microsoftonedrive-deferred with microsoftonedrive? [y/N]
Mac-Nerd commented 8 months ago

fixed in a95103ef3b903374b318f8297c081c72a6960f68