revert: keep bundle ID as com.kisani.jarvis
The bundle ID never appears in the App Store or on-device UI — only CFBundleDisplayName (home screen / notifications) and the App Store Connect "Name" field do, both already "Jervis". Changing the bundle ID was unnecessary scope creep; there's no existing App Store Connect record tied to the old identifier to worry about, and a mismatched bundle ID vs. public name is completely normal. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<dict>
|
||||
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
||||
<array>
|
||||
<string>com.kisani.jervis.briefing.refresh</string>
|
||||
<string>com.kisani.jervis.feed.refresh</string>
|
||||
<string>com.kisani.jarvis.briefing.refresh</string>
|
||||
<string>com.kisani.jarvis.feed.refresh</string>
|
||||
</array>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
|
||||
Reference in New Issue
Block a user