chore(ios): rebrand bundle ID to com.shivshankartiwari.ignitekit#19
Merged
Conversation
Re-point the iOS app identity from the prior com.educatorslabs.ignitekit to com.shivshankartiwari.ignitekit so the app is published under the owner's own Apple Developer account (domain shivshankartiwari.com). - pbxproj: all 10 PRODUCT_BUNDLE_IDENTIFIER entries (all iOS schemes) - app.config.js: ios.bundleIdentifier (used by EAS for credentials) - eas.json: bundleIdentifier in dev/staging/prod submit profiles - package.json: fastlane deliver app_identifier in screenshot upload Also fold in the Android OTA runtime-version refactor that was already in the working tree: AndroidManifest now reads EXPO_RUNTIME_VERSION from @string/expo_runtime_version (single source of truth in strings.xml), and restore trailing newlines on both files. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Re-points the iOS app identity from
com.educatorslabs.ignitekit→com.shivshankartiwari.ignitekitso the app ships under my own Apple Developer account (domainshivshankartiwari.com).Why
I now have my own Apple Developer account and want to publish IgniteKit to the App Store under it. The iOS native project and EAS config must agree on the bundle identifier or signing/submission breaks.
Changes
ios/IgniteKit.xcodeproj/project.pbxprojPRODUCT_BUNDLE_IDENTIFIERentries (every iOS scheme)app.config.jsios.bundleIdentifier(EAS credentials/metadata)eas.jsonbundleIdentifierin dev/staging/prod submit profilespackage.jsondeliverapp_identifierin screenshot upload scriptandroid/app/src/main/AndroidManifest.xmlEXPO_RUNTIME_VERSIONnow references@string/expo_runtime_version; trailing newline restoredandroid/app/src/main/res/values/strings.xmlexpo_runtime_versionstring (single source of truth); trailing newline restoredNotes / follow-ups (not in this PR)
AuthKey_*.p8/asc-api-key.jsonbelong to theeducatorslabsaccount and must be replaced with a fresh App Store Connect API key beforeeas submit.ascAppId(replacing6761337270) is still needed.store.config.jsonmarketing/support/privacy URLs still point ateducatorslabs.com— to be updated toshivshankartiwari.comat the metadata step.Verification
grep -c com.shivshankartiwari.ignitekit ios/IgniteKit.xcodeproj/project.pbxproj→10educatorslabsbundle-ID references remain (only the metadata URLs noted above).🤖 Generated with Claude Code