Skip to content

Commit

Permalink
chore disable noterisation (#1278)
Browse files Browse the repository at this point in the history
* chore disable noterisation

* added APPLE_APP_SPECIFIC_PASSWORD field

* remove aftersign
  • Loading branch information
fullstackninja864 authored Nov 23, 2023
1 parent 6ec1f63 commit 4bddb58
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
CI: true
APPLE_ID: ${{ secrets.APPLE_ID}}
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS}}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASS}}
# Disable code signing
CSC_IDENTITY_AUTO_DISCOVERY: false

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defi-wallet",
"version": "4.0.3",
"version": "4.0.4",
"description": "DeFi Wallet",
"main": "./electron-app/build/electron-app/index.js",
"author": {
Expand Down Expand Up @@ -163,6 +163,7 @@
"mac": {
"category": "public.app-category.finance",
"target": ["dmg"],
"notarize": false,
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "electron-app/assets/entitlements.mac.plist",
Expand Down
4 changes: 2 additions & 2 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defi-wallet",
"version": "4.0.3",
"version": "4.0.4",
"description": "DeFi Wallet",
"author": {
"name": "DeFiChain Foundation",
Expand Down

0 comments on commit 4bddb58

Please sign in to comment.