From 43f83031d4f6da35923767c89b4469021486d5f6 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 21 Mar 2026 16:27:21 -0600 Subject: [PATCH] rename app from "Gifties" to "Giftopia" --- android/app/src/main/res/values/strings.xml | 4 ++-- capacitor.config.json | 8 ++++---- capacitor.config.ts | 8 ++++---- electron/capacitor.config.json | 8 ++++---- ios/App/App.xcodeproj/project.pbxproj | 8 ++++---- ios/App/App/Info.plist | 2 +- package.json | 4 ++-- src/constants/app.ts | 2 +- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index afb7c08e..0d365f5a 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - Gifties - Gifties + Giftopia + Giftopia timesafari.app timesafari.app diff --git a/capacitor.config.json b/capacitor.config.json index 6db5646f..915bbc26 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -1,6 +1,6 @@ { "appId": "app.timesafari", - "appName": "Gifties", + "appName": "Giftopia", "webDir": "dist", "server": { "cleartext": true @@ -34,12 +34,12 @@ "iosIsEncryption": false, "iosBiometric": { "biometricAuth": false, - "biometricTitle": "Biometric login for Gifties" + "biometricTitle": "Biometric login for Giftopia" }, "androidIsEncryption": false, "androidBiometric": { "biometricAuth": false, - "biometricTitle": "Biometric login for Gifties" + "biometricTitle": "Biometric login for Giftopia" }, "electronIsEncryption": false } @@ -73,7 +73,7 @@ }, "buildOptions": { "appId": "app.timesafari", - "productName": "Gifties", + "productName": "Giftopia", "directories": { "output": "dist-electron-packages" }, diff --git a/capacitor.config.ts b/capacitor.config.ts index f65e7ca2..29aa5d1f 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -2,7 +2,7 @@ import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'app.timesafari', - appName: 'Gifties', + appName: 'Giftopia', webDir: 'dist', server: { cleartext: true @@ -36,12 +36,12 @@ const config: CapacitorConfig = { iosIsEncryption: false, iosBiometric: { biometricAuth: false, - biometricTitle: 'Biometric login for Gifties' + biometricTitle: 'Biometric login for Giftopia' }, androidIsEncryption: false, androidBiometric: { biometricAuth: false, - biometricTitle: 'Biometric login for Gifties' + biometricTitle: 'Biometric login for Giftopia' }, electronIsEncryption: false }, @@ -100,7 +100,7 @@ const config: CapacitorConfig = { }, buildOptions: { appId: 'app.timesafari', - productName: 'Gifties', + productName: 'Giftopia', directories: { output: 'dist-electron-packages' }, diff --git a/electron/capacitor.config.json b/electron/capacitor.config.json index db93c86a..059bceac 100644 --- a/electron/capacitor.config.json +++ b/electron/capacitor.config.json @@ -1,6 +1,6 @@ { "appId": "app.timesafari", - "appName": "Gifties", + "appName": "Giftopia", "webDir": "dist", "server": { "cleartext": true @@ -34,12 +34,12 @@ "iosIsEncryption": false, "iosBiometric": { "biometricAuth": false, - "biometricTitle": "Biometric login for Gifties" + "biometricTitle": "Biometric login for Giftopia" }, "androidIsEncryption": false, "androidBiometric": { "biometricAuth": false, - "biometricTitle": "Biometric login for Gifties" + "biometricTitle": "Biometric login for Giftopia" }, "electronIsEncryption": false } @@ -72,7 +72,7 @@ }, "buildOptions": { "appId": "app.timesafari", - "productName": "Gifties", + "productName": "Giftopia", "directories": { "output": "dist-electron-packages" }, diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index 8b0aa9a0..5044ff90 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -529,7 +529,7 @@ ENABLE_APP_SANDBOX = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; INFOPLIST_FILE = App/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = Gifties; + INFOPLIST_KEY_CFBundleDisplayName = Giftopia; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -558,7 +558,7 @@ ENABLE_APP_SANDBOX = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO; INFOPLIST_FILE = App/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = Gifties; + INFOPLIST_KEY_CFBundleDisplayName = Giftopia; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -587,7 +587,7 @@ GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = TimeSafariShareExtension/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = Gifties; + INFOPLIST_KEY_CFBundleDisplayName = Giftopia; INFOPLIST_KEY_NSHumanReadableCopyright = ""; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -625,7 +625,7 @@ GCC_C_LANGUAGE_STANDARD = gnu17; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = TimeSafariShareExtension/Info.plist; - INFOPLIST_KEY_CFBundleDisplayName = Gifties; + INFOPLIST_KEY_CFBundleDisplayName = Giftopia; INFOPLIST_KEY_NSHumanReadableCopyright = ""; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 8c952879..c61ab2f2 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion en CFBundleDisplayName - Gifties + Giftopia CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/package.json b/package.json index 54222a35..e72ad942 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "gifties", + "name": "giftopia", "version": "1.3.12", - "description": "Gifties App", + "description": "Giftopia App", "author": { "name": "Gift Economies Team" }, diff --git a/src/constants/app.ts b/src/constants/app.ts index 9f79b1d4..2c8cd1e1 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -6,7 +6,7 @@ export enum AppString { // This is used in titles and verbiage inside the app. // There is also an app name without spaces, for packaging in the package.json file used in the manifest. - APP_NAME = "Gifties", + APP_NAME = "Giftopia", APP_NAME_NO_SPACES = APP_NAME, PROD_ENDORSER_API_SERVER = "https://api.endorser.ch",