Coder Social home page Coder Social logo

Comments (2)

timsutton avatar timsutton commented on June 13, 2024

Skype has been doing this for a while (they started somewhere in version 6). In the Skype munki recipe, we extract the CFBundleVersion from the Info.plist so that we get a nicely-incrementing version:

<dict>
<key>Arguments</key>
<dict>
<key>input_plist_path</key>
<string>%pathname%/Skype.app/Contents/Info.plist</string>
<key>plist_version_key</key>
<string>CFBundleVersion</string>
</dict>
<key>Processor</key>
<string>Versioner</string>
</dict>

Versioner: Mounted disk image /Users/tsutton/Library/AutoPkg/Cache/local.Skype.munki/downloads/Skype.dmg
Versioner: Found version 7.8.0.391 in file /private/tmp/dmg.JmHEf4/Skype.app/Contents/Info.plist
MunkiPkginfoMerger
MunkiPkginfoMerger: Merged {
    version = "7.8.0.391";
} into pkginfo

We choose this version and also instruct Munki to use this Info.plist key for comparison on the client.

Since you're commenting on an Absolute recipe and that's not part of this repo, I'm going to close this but recommend you open this issue on the repo containing this recipe instead. Tom's repo may use this download as a ParentRecipe, but it's further downstream that the version extraction should be happening.

from recipes.

timsutton avatar timsutton commented on June 13, 2024

Should be fixed with a pkg recipe update: 4e5da6e

from recipes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.