Giter VIP home page Giter VIP logo

Comments (4)

ElmarTalibzade avatar ElmarTalibzade commented on July 21, 2024

Application.version will now be available in the next update as %AppVersion%

As for build number, I would need to consider the plan of action. You could have a text file that contains the build number, read it, increment it, and then write back to the text file.

from issues.

amartinez1660 avatar amartinez1660 commented on July 21, 2024

Awesome.
Yeah it's not consistent between platforms either... on Android it's called Bundles (and can't be 0), on Mac and iOS it is indeed build number.
Currently I'm just basing all of them on the iOS one only. Probably something more specific per project to tackle and not a full library, just created a macro for now that gets the platform's equivalent build number via current BuildTarget, if it doesn't have a build number it defaults to the iOS one.

The file approach it's a great idea as it could unify them all together for the platforms that don't handle it, the user can keep track of it on it's own.

from issues.

ElmarTalibzade avatar ElmarTalibzade commented on July 21, 2024

Some additional work would be required to implement this feature.

While having variables that store versions would be pretty straight-forward, there still needs to be a way to store modified variables.

At the moment, the Job that gets executed gets cloned and that copy has its variables modified. This is done to avoid file corruption should anything occur.

In other words, changes to local variables won't be carried over.

from issues.

ElmarTalibzade avatar ElmarTalibzade commented on July 21, 2024

Update 1.1.0 has introduced Persistent Variables. This will let you create an integer variable, mark it as "persistent" then increment it every time job runs and its value would be saved.

Read more: https://rocktomate-docs.onrender.com/variables/persistent-variables

Apologies for the late update!

from issues.

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.