Skip to content

fix: match PiliPlus IPA metadata - #5

Open
aierlma wants to merge 2 commits into
bebound:masterfrom
aierlma:master
Open

fix: match PiliPlus IPA metadata#5
aierlma wants to merge 2 commits into
bebound:masterfrom
aierlma:master

Conversation

@aierlma

@aierlma aierlma commented Sep 3, 2026

Copy link
Copy Markdown

Summary

  • change the PiliPlus bundle identifier from com.example.PiliPlus to com.example.piliplus
  • derive the app version from the first three components of the release name (2.1.2.32.1.2)
  • regenerate the per-app and aggregate AltStore sources

Why

The latest official PiliPlus IPA (2.1.2.3) contains:

  • CFBundleIdentifier: com.example.piliplus
  • CFBundleShortVersionString: 2.1.2
  • CFBundleVersion: 5281

AltStore/SideStore source metadata must match the downloaded IPA metadata exactly.

Verification

  • inspected Payload/Runner.app/Info.plist from the official PiliPlus_ios_2.1.2+5281.ipa
  • ran ./update.sh PiliPlus
  • ran git diff --check
  • checked the generated PiliPlus entries in apps/PiliPlus/apps.json and all-apps.json

@aierlma aierlma changed the title fix: correct PiliPlus bundle identifier fix: match PiliPlus IPA metadata Sep 3, 2026
@bebound

bebound commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Thanks. bundle_identifier = "com.example.piliplus" in config.toml is correct, the rest is not necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants