Skip to content

Commit

Permalink
Merge branch 'secure-storage'
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jun 24, 2024
2 parents 8c37f58 + fb110d0 commit 86a7a52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"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 nsis"
"pack:all": "yarn electron:pack --mac dmg; yarn electron:pack --win nsis",
"pack:mac": "yarn electron:pack --mac dmg",
"pack:win": "yarn electron:pack --win nsis"
},
"dependencies": {
"@capacitor-community/electron": "^5.0.0",
Expand All @@ -29,13 +31,13 @@
"electron-serve": "~1.1.0",
"electron-unhandled": "~4.0.1",
"electron-updater": "^5.3.0",
"electron-window-state": "^5.0.3"
"electron-window-state": "^5.0.3",
"electron-store": "^8.0"
},
"devDependencies": {
"electron": "^26.2.2",
"electron-builder": "~23.6.0",
"electron-rebuild": "^3.2.9",
"electron-store": "^8.0",
"typescript": "^5.0.4"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = FZH47FZR8S;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Authman;
Expand All @@ -372,7 +372,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = FZH47FZR8S;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Authman;
Expand Down

0 comments on commit 86a7a52

Please sign in to comment.