rename app from "Gifties" to "Giftopia"

This commit is contained in:
2026-03-21 16:27:21 -06:00
parent 688a48a332
commit 43f83031d4
8 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<resources> <resources>
<string name="app_name">Gifties</string> <string name="app_name">Giftopia</string>
<string name="title_activity_main">Gifties</string> <string name="title_activity_main">Giftopia</string>
<string name="package_name">timesafari.app</string> <string name="package_name">timesafari.app</string>
<string name="custom_url_scheme">timesafari.app</string> <string name="custom_url_scheme">timesafari.app</string>
</resources> </resources>

View File

@@ -1,6 +1,6 @@
{ {
"appId": "app.timesafari", "appId": "app.timesafari",
"appName": "Gifties", "appName": "Giftopia",
"webDir": "dist", "webDir": "dist",
"server": { "server": {
"cleartext": true "cleartext": true
@@ -34,12 +34,12 @@
"iosIsEncryption": false, "iosIsEncryption": false,
"iosBiometric": { "iosBiometric": {
"biometricAuth": false, "biometricAuth": false,
"biometricTitle": "Biometric login for Gifties" "biometricTitle": "Biometric login for Giftopia"
}, },
"androidIsEncryption": false, "androidIsEncryption": false,
"androidBiometric": { "androidBiometric": {
"biometricAuth": false, "biometricAuth": false,
"biometricTitle": "Biometric login for Gifties" "biometricTitle": "Biometric login for Giftopia"
}, },
"electronIsEncryption": false "electronIsEncryption": false
} }
@@ -73,7 +73,7 @@
}, },
"buildOptions": { "buildOptions": {
"appId": "app.timesafari", "appId": "app.timesafari",
"productName": "Gifties", "productName": "Giftopia",
"directories": { "directories": {
"output": "dist-electron-packages" "output": "dist-electron-packages"
}, },

View File

@@ -2,7 +2,7 @@ import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = { const config: CapacitorConfig = {
appId: 'app.timesafari', appId: 'app.timesafari',
appName: 'Gifties', appName: 'Giftopia',
webDir: 'dist', webDir: 'dist',
server: { server: {
cleartext: true cleartext: true
@@ -36,12 +36,12 @@ const config: CapacitorConfig = {
iosIsEncryption: false, iosIsEncryption: false,
iosBiometric: { iosBiometric: {
biometricAuth: false, biometricAuth: false,
biometricTitle: 'Biometric login for Gifties' biometricTitle: 'Biometric login for Giftopia'
}, },
androidIsEncryption: false, androidIsEncryption: false,
androidBiometric: { androidBiometric: {
biometricAuth: false, biometricAuth: false,
biometricTitle: 'Biometric login for Gifties' biometricTitle: 'Biometric login for Giftopia'
}, },
electronIsEncryption: false electronIsEncryption: false
}, },
@@ -100,7 +100,7 @@ const config: CapacitorConfig = {
}, },
buildOptions: { buildOptions: {
appId: 'app.timesafari', appId: 'app.timesafari',
productName: 'Gifties', productName: 'Giftopia',
directories: { directories: {
output: 'dist-electron-packages' output: 'dist-electron-packages'
}, },

View File

@@ -1,6 +1,6 @@
{ {
"appId": "app.timesafari", "appId": "app.timesafari",
"appName": "Gifties", "appName": "Giftopia",
"webDir": "dist", "webDir": "dist",
"server": { "server": {
"cleartext": true "cleartext": true
@@ -34,12 +34,12 @@
"iosIsEncryption": false, "iosIsEncryption": false,
"iosBiometric": { "iosBiometric": {
"biometricAuth": false, "biometricAuth": false,
"biometricTitle": "Biometric login for Gifties" "biometricTitle": "Biometric login for Giftopia"
}, },
"androidIsEncryption": false, "androidIsEncryption": false,
"androidBiometric": { "androidBiometric": {
"biometricAuth": false, "biometricAuth": false,
"biometricTitle": "Biometric login for Gifties" "biometricTitle": "Biometric login for Giftopia"
}, },
"electronIsEncryption": false "electronIsEncryption": false
} }
@@ -72,7 +72,7 @@
}, },
"buildOptions": { "buildOptions": {
"appId": "app.timesafari", "appId": "app.timesafari",
"productName": "Gifties", "productName": "Giftopia",
"directories": { "directories": {
"output": "dist-electron-packages" "output": "dist-electron-packages"
}, },

View File

@@ -529,7 +529,7 @@
ENABLE_APP_SANDBOX = NO; ENABLE_APP_SANDBOX = NO;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = App/Info.plist; INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Gifties; INFOPLIST_KEY_CFBundleDisplayName = Giftopia;
IPHONEOS_DEPLOYMENT_TARGET = 13.0; IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
@@ -558,7 +558,7 @@
ENABLE_APP_SANDBOX = NO; ENABLE_APP_SANDBOX = NO;
ENABLE_USER_SCRIPT_SANDBOXING = NO; ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = App/Info.plist; INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Gifties; INFOPLIST_KEY_CFBundleDisplayName = Giftopia;
IPHONEOS_DEPLOYMENT_TARGET = 13.0; IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
@@ -587,7 +587,7 @@
GCC_C_LANGUAGE_STANDARD = gnu17; GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = TimeSafariShareExtension/Info.plist; INFOPLIST_FILE = TimeSafariShareExtension/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Gifties; INFOPLIST_KEY_CFBundleDisplayName = Giftopia;
INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 14.0; IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
@@ -625,7 +625,7 @@
GCC_C_LANGUAGE_STANDARD = gnu17; GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = TimeSafariShareExtension/Info.plist; INFOPLIST_FILE = TimeSafariShareExtension/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Gifties; INFOPLIST_KEY_CFBundleDisplayName = Giftopia;
INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 14.0; IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Gifties</string> <string>Giftopia</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>

View File

@@ -1,7 +1,7 @@
{ {
"name": "gifties", "name": "giftopia",
"version": "1.3.12", "version": "1.3.12",
"description": "Gifties App", "description": "Giftopia App",
"author": { "author": {
"name": "Gift Economies Team" "name": "Gift Economies Team"
}, },

View File

@@ -6,7 +6,7 @@
export enum AppString { export enum AppString {
// This is used in titles and verbiage inside the app. // 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. // 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, APP_NAME_NO_SPACES = APP_NAME,
PROD_ENDORSER_API_SERVER = "https://api.endorser.ch", PROD_ENDORSER_API_SERVER = "https://api.endorser.ch",