GithubHelp home page GithubHelp logo

Comments (3)

BPerlakiH avatar BPerlakiH commented on June 20, 2024 2

Maybe it's possible to do so.
According to Apple docs (taken from create a new version docs):

version number
The version number (CFBundleShortVersionString) is a user-visible string that represents the bundle version with a required format of three period-separated integers (0-9).
Each integer provides information about the release in the format [Major].[Minor].[Patch]. For example, in 10.14.1, 10 is the major revision number, 14 is the minor revision number, and 1 is the maintenance release number. This string is used throughout the system to identify the bundle version and should match the version number you enter in App Store Connect.

We can think about how to squeeze in the date into that format (eg. maybe using [Major].[Minor] to hold the date).
Possible side effects: it would leave us with less space for updates in cases of:

  • update not related to the content itself (eg. 2023.11.1 + a bug fix would be => 2023.11.2, even if it's released 6 months later)
  • content updated more frequently than 1 month (eg 2023.11.1 + very same code but new content would also give => 2023.11.2)

from apple.

BPerlakiH avatar BPerlakiH commented on June 20, 2024 1

It is address in the PR: kiwix/kiwix-apple-custom#9

from apple.

kelson42 avatar kelson42 commented on June 20, 2024

Agree with your proposal

from apple.

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.