Call the Lite app what it is already called - #172
Merged
Conversation
App Store Connect refuses "OpenDocument Reader": the name is held by an account that is not ours, and it is not on the store to be found - a name reserved and never shipped still blocks everyone else. So the listing asks for the name the app has carried all along. It went in with the store copy before the last release and had never been uploaded until now, which is why nothing caught it earlier. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01E6tn8P25cBDmrA67zrhfwN
andiwand
force-pushed
the
claude/lite-name
branch
from
August 17, 2026 20:51
a35b413 to
41b52d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
listing (lite)failed in the 1.41 release:fastlane/metadata-lite/all/name.txtasked forOpenDocument Reader. That namebelongs to an account that is not ours, and searching the store does not find it -
a name can be reserved on a record that never ships, and it blocks everyone else
while staying invisible.
The file now asks for
OpenDocument Reader - view ODT, which is what the app isalready called, so this asserts the current name rather than changing anything.
Thirty characters exactly, which is the store's limit.
name.txtarrived with the store copy in #162 and had never been uploaded untilthis release, which is why no earlier run caught it.
${name}is used nowhere inthe metadata - the only fill-in is
${ads}- so nothing else reads this file.Pro was unaffected: it asks for
OpenDocument Reader Pro, which went through.Checked
store_listing.py --version 1.41still stages and passes.🤖 Generated with Claude Code