Auto-generate bundle identifier and package name in non-interactive mode#3399
Open
Auto-generate bundle identifier and package name in non-interactive mode#3399
Conversation
|
Subscribed to pull request
Generated by CodeMention |
Allow iOS bundle identifier and Android application id to be auto-generated in non-interactive mode instead of immediately throwing. If a suggested identifier is available (from AppQuery or the counterpart platform field) it will be used and logged; if not, an error is still thrown. Tests updated to cover auto-generation, cross-platform fallbacks, and the error case when no valid suggestion can be produced.
- Wrap suggestion lookup in try-catch for non-interactive mode - Add changelog entry for the new feature Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
e9ba060 to
6bfb8af
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3399 +/- ##
==========================================
+ Coverage 52.26% 52.29% +0.03%
==========================================
Files 804 804
Lines 33450 33464 +14
Branches 6975 6979 +4
==========================================
+ Hits 17480 17496 +16
+ Misses 15885 15883 -2
Partials 85 85 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✅ Thank you for adding the changelog entry! |
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.
Summary
getOrPromptApplicationId.tscom.{accountName}.{slug}(or uses the other platform's ID if already set)Test plan
android.packageas iOS bundle identifier when availableios.bundleIdentifieras Android package when available🤖 Generated with Claude Code