Skip to content

[#1203] fix ios version and buildVersion - #1229

Merged
7w1 merged 1 commit into
SableClient:devfrom
eva856:fix-ios-sidestore-version
Jul 22, 2026
Merged

[#1203] fix ios version and buildVersion#1229
7w1 merged 1 commit into
SableClient:devfrom
eva856:fix-ios-sidestore-version

Conversation

@eva856

@eva856 eva856 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

version should be CFBundleShortVersionString
buildVersion should be CFBundleVersion
details: https://faq.altstore.io/developers/make-a-source#version-string

Description

Fixes #1203

So there is actually version and buildVersion and validation for them based on different values from Info.plist
version should match CFBundleShortVersionString
buildVersion should match CFBundleVersion

I've checked locally that unzipping, setting variables and generation of altstore-source.json, should be fine now.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

version should be CFBundleShortVersionString
buildVersion should be CFBundleVersion
details: https://faq.altstore.io/developers/make-a-source#version-string
@eva856
eva856 requested review from 7w1 and hazre as code owners July 22, 2026 22:34
@7w1 7w1 added the internal label Jul 22, 2026
@7w1
7w1 added this pull request to the merge queue Jul 22, 2026
Merged via the queue into SableClient:dev with commit 37b88a5 Jul 22, 2026
10 of 11 checks passed
@eva856
eva856 deleted the fix-ios-sidestore-version branch July 23, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ios] Build version of .ipa doesn't match build version in source file

2 participants