diff --git a/Jarvis/Info.plist b/Jarvis/Info.plist
index 6f4c945..269c9aa 100644
--- a/Jarvis/Info.plist
+++ b/Jarvis/Info.plist
@@ -4,13 +4,13 @@
BGTaskSchedulerPermittedIdentifiers
- com.kisani.jarvis.briefing.refresh
- com.kisani.jarvis.feed.refresh
+ com.kisani.jervis.briefing.refresh
+ com.kisani.jervis.feed.refresh
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
- Jarvis
+ Jervis
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
@@ -39,7 +39,7 @@
NSLocalNetworkUsageDescription
- Jarvis connects to your self-hosted news platform on the local network.
+ Jervis connects to your self-hosted news platform on the local network.
UIBackgroundModes
fetch
diff --git a/Jarvis/Notifications/NotificationManager.swift b/Jarvis/Notifications/NotificationManager.swift
index fa3f0d9..b4d517f 100644
--- a/Jarvis/Notifications/NotificationManager.swift
+++ b/Jarvis/Notifications/NotificationManager.swift
@@ -20,7 +20,7 @@ enum BriefingPeriod { case morning, evening
/// Background-refresh task identifier (also declared in Info.plist
/// BGTaskSchedulerPermittedIdentifiers and registered in AppDelegate).
-let jarvisBriefingRefreshID = "com.kisani.jarvis.briefing.refresh"
+let jarvisBriefingRefreshID = "com.kisani.jervis.briefing.refresh"
@MainActor
final class NotificationManager: NSObject, ObservableObject {
diff --git a/Jarvis/Store/BackgroundRefreshManager.swift b/Jarvis/Store/BackgroundRefreshManager.swift
index 1592abb..7d93aaf 100644
--- a/Jarvis/Store/BackgroundRefreshManager.swift
+++ b/Jarvis/Store/BackgroundRefreshManager.swift
@@ -8,7 +8,7 @@ import BackgroundTasks
import SwiftData
import UserNotifications
-let jarvisFeedRefreshID = "com.kisani.jarvis.feed.refresh"
+let jarvisFeedRefreshID = "com.kisani.jervis.feed.refresh"
enum BackgroundRefreshManager {
diff --git a/Jarvis/Views/Settings/NotificationsView.swift b/Jarvis/Views/Settings/NotificationsView.swift
index 1486208..a161935 100644
--- a/Jarvis/Views/Settings/NotificationsView.swift
+++ b/Jarvis/Views/Settings/NotificationsView.swift
@@ -52,7 +52,7 @@ struct NotificationsView: View {
private var permissionCard: some View {
VStack(alignment: .leading, spacing: 12) {
- Text("Jarvis needs permission to send briefings and breaking alerts.")
+ Text("Jervis needs permission to send briefings and breaking alerts.")
.font(.system(size: 14)).foregroundStyle(Color(hex: "BBBBBB"))
.fixedSize(horizontal: false, vertical: true)
Button {
diff --git a/Jarvis/Views/Shared/Theme.swift b/Jarvis/Views/Shared/Theme.swift
index 8691f80..5f85902 100644
--- a/Jarvis/Views/Shared/Theme.swift
+++ b/Jarvis/Views/Shared/Theme.swift
@@ -363,7 +363,7 @@ struct JarvisWordmark: View {
var body: some View {
HStack(spacing: 0) {
Text("j").font(font).foregroundStyle(Palette.orange)
- Text("arvis").font(font).foregroundStyle(Palette.primaryText)
+ Text("ervis").font(font).foregroundStyle(Palette.primaryText)
}
}
}
diff --git a/project.yml b/project.yml
index 6ca6b64..015e902 100644
--- a/project.yml
+++ b/project.yml
@@ -15,12 +15,12 @@ targets:
info:
path: Jarvis/Info.plist
properties:
- CFBundleDisplayName: Jarvis
+ CFBundleDisplayName: Jervis
UILaunchScreen:
UIColorName: ""
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
- NSLocalNetworkUsageDescription: "Jarvis connects to your self-hosted news platform on the local network."
+ NSLocalNetworkUsageDescription: "Jervis connects to your self-hosted news platform on the local network."
NSAppTransportSecurity:
NSAllowsArbitraryLoads: true
NSAllowsLocalNetworking: true
@@ -32,11 +32,11 @@ targets:
- fetch
- processing
BGTaskSchedulerPermittedIdentifiers:
- - com.kisani.jarvis.briefing.refresh
- - com.kisani.jarvis.feed.refresh
+ - com.kisani.jervis.briefing.refresh
+ - com.kisani.jervis.feed.refresh
settings:
base:
- PRODUCT_BUNDLE_IDENTIFIER: com.kisani.jarvis
+ PRODUCT_BUNDLE_IDENTIFIER: com.kisani.jervis
MARKETING_VERSION: "1.0"
CURRENT_PROJECT_VERSION: "1"
TARGETED_DEVICE_FAMILY: "1"