Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lyrasoft/authman-app into main
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed May 31, 2024
2 parents 70ba5ca + eab1069 commit bf4ca87
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "io.authman"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "1.0"
versionCode 3
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions electron/electron-builder.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"win": {
"target": "nsis",
"icon": "assets/appIcon.png",
"artifactName": "${productName}.${ext}"
"artifactName": "${productName}-macOS.${ext}"
},
"mac": {
"category": "your.app.category.type",
"target": "dmg",
"icon": "assets/appIcon.png",
"artifactName": "${productName}.${ext}"
"artifactName": "${productName}-Windows-Setup.${ext}"
}
}
4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Authman",
"version": "1.0.0",
"version": "1.0.1",
"description": "An Amazing Capacitor App",
"author": {
"name": "",
Expand All @@ -19,7 +19,7 @@
"electron:start": "yarn build && electron --inspect=5858 ./",
"electron:pack": "yarn build && electron-builder build --dir -c ./electron-builder.config.json",
"electron:make": "yarn build && electron-builder build -c ./electron-builder.config.json -p always",
"pack:all": "yarn electron:pack --mac dmg; yarn electron:pack --win portable"
"pack:all": "yarn electron:pack --mac dmg; yarn electron:pack --win nsis"
},
"dependencies": {
"@capacitor-community/electron": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = FZH47FZR8S;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Authman;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = io.authman;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -369,14 +369,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = FZH47FZR8S;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Authman;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = io.authman;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "authman-app",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit bf4ca87

Please sign in to comment.