Skip to content

Commit

Permalink
renamed the app
Browse files Browse the repository at this point in the history
  • Loading branch information
itsalb3rt committed Aug 5, 2023
1 parent 632391e commit ac18720
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 43 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
/src-capacitor/www

# local env files
.env
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Sheiley Shop
# SavyCart
<div>
<img src="https://user-images.githubusercontent.com/3104648/28351989-7f68389e-6c4b-11e7-9bf2-e9fcd4977e7a.png" width="30" style="display: inline"/>
| Android | IOS
</div>
<br />

**Sheiley Shop** is a **PWA** and **Android** APP to track personal purchases, No more paper and pencil to go to the supermarket :department_store:
**SavyCart** is a **PWA** and **Android** APP to track personal purchases, No more paper and pencil to go to the supermarket :department_store:

Start now [Using the web version](https://sheiley-shop.netlify.app/) to track your purchases and save money :moneybag:

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sheiley_shop_app",
"name": "savycart",
"version": "0.1.0",
"private": true,
"scripts": {
Expand All @@ -8,12 +8,12 @@
"serve:ios": "cd src-capacitor && node mobile.js && npx cap copy && npx cap open ios && cd .. && yarn serve --port 8081",
"build": "vue-cli-service build",
"build:android": "vue-cli-service build && cd src-capacitor && npx cap copy android && npx cap open android",
"build:ios": "vue-cli-service build && cd src-capacitor && npx cap copy ios && npx cap open ios",
"build:ios": "vue-cli-service build && cp -r ./dist/* ./src-capacitor/www/ && cd ./src-capacitor/ ionic capacitor build ios && npx cap open ios",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"test": "vitest"
},
"engines": {
"node": ">=16.20.1",
"node": "=16.20.1",
"yarn": ">=1.0.0",
"npm": "Plese use yarn"
},
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sheiley Shop",
"short_name": "Sheiley Shop",
"name": "SavyCart",
"short_name": "SavyCart",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",
Expand Down
2 changes: 1 addition & 1 deletion src-capacitor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "com.sheileyshop"
applicationId "com.savycart.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
4 changes: 2 additions & 2 deletions src-capacitor/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sheileyshop">
package="com.savycart.app">

<application
android:allowBackup="true"
Expand All @@ -12,7 +12,7 @@

<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:name="com.sheileyshop.MainActivity"
android:name="com.savycart.MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask">
Expand Down
13 changes: 8 additions & 5 deletions src-capacitor/android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"appId": "com.sheileyshop",
"appName": "Sheiley Shop",
"webDir": "../dist",
"appId": "com.savycart.app",
"appName": "SavyCart",
"webDir": "www",
"bundledWebRuntime": false,
"server": {
"url": "http://192.168.0.175:8081",
"cleartext": true
"url": "http://192.168.0.135:8081",
"cleartext": true,
"allowNavigation": [
"*"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sheileyshop;
package com.savycart.app;

import com.getcapacitor.BridgeActivity;

Expand Down
8 changes: 4 additions & 4 deletions src-capacitor/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">Sheiley Shop</string>
<string name="title_activity_main">Sheiley Shop</string>
<string name="package_name">com.sheileyshop</string>
<string name="custom_url_scheme">com.sheileyshop</string>
<string name="app_name">SavyCart</string>
<string name="title_activity_main">SavyCart</string>
<string name="package_name">com.savycart.app</string>
<string name="custom_url_scheme">com.savycart.app</string>
</resources>
11 changes: 1 addition & 10 deletions src-capacitor/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
{
"appId": "com.sheileyshop",
"appName": "Sheiley Shop",
"webDir": "../dist",
"bundledWebRuntime": false,
"server": {
"url": "http://192.168.0.175:8081",
"cleartext": true
}
}
{"appId":"com.savycart.app","appName":"SavyCart","webDir":"www","bundledWebRuntime":false,"server":{"url":"http://192.168.0.135:8081","cleartext":true,"allowNavigation":["*"]}}
12 changes: 10 additions & 2 deletions src-capacitor/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,16 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 8T4CYHJ6HN;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = SavyCart;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.1;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.sheileyshop;
PRODUCT_BUNDLE_IDENTIFIER = com.savycart.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
Expand All @@ -365,11 +369,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 8T4CYHJ6HN;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = SavyCart;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.sheileyshop;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.savycart.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion src-capacitor/ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Sheiley Shop</string>
<string>SavyCart</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
13 changes: 8 additions & 5 deletions src-capacitor/ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"appId": "com.sheileyshop",
"appName": "Sheiley Shop",
"webDir": "../dist",
"appId": "com.savycart.app",
"appName": "SavyCart",
"webDir": "www",
"bundledWebRuntime": false,
"server": {
"url": "http://192.168.0.175:8081",
"cleartext": true
"url": "http://192.168.0.135:8081",
"cleartext": true,
"allowNavigation": [
"*"
]
}
}
2 changes: 1 addition & 1 deletion src-capacitor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sheiley_shop_app",
"name": "savycart",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/views/auth/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-container>
<v-row>
<v-col cols="12">
<p class="display-2 primary--text text-center">Sheiley Shop</p>
<p class="display-2 primary--text text-center">SavyCart</p>
<p class="warning--text text-center">shopping registration application</p>
</v-col>
<v-col cols="12" class="white--text" v-if="loginFailed">
Expand Down
2 changes: 1 addition & 1 deletion src/views/auth/recoveryAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="recoveryAccount_container">
<v-row class="text-center">
<v-col cols="12">
<p class="display-2 primary--text">Sheiley Shop</p>
<p class="display-2 primary--text">SavyCart</p>
<p class="warning--text">shopping registration application</p>
</v-col>
</v-row>
Expand Down
2 changes: 1 addition & 1 deletion src/views/auth/recoveryAccountNewPassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<v-row class="text-center">
<v-col cols="12">
<p class="display-2 primary--text">Sheiley Shop</p>
<p class="display-2 primary--text">SavyCart</p>
<p class="warning--text">shopping registration application</p>
</v-col>
</v-row>
Expand Down
2 changes: 1 addition & 1 deletion src/views/auth/register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="register_container">
<v-row class="text-center">
<v-col cols="12">
<p class="display-2 primary--text">Sheiley Shop</p>
<p class="display-2 primary--text">SavyCart</p>
<p class="warning--text">shopping registration application</p>
</v-col>
</v-row>
Expand Down

0 comments on commit ac18720

Please sign in to comment.