-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
admin
authored and
admin
committed
Aug 17, 2022
1 parent
ac9dac0
commit feb531d
Showing
7 changed files
with
74 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: MacOS Safari Deploy | ||
|
||
on: [push] | ||
|
||
jobs: | ||
deploy: | ||
name: Deploying to Testflight | ||
runs-on: macOS-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Deploy iOS Beta to TestFlight via Fastlane | ||
uses: maierj/[email protected] | ||
with: | ||
lane: "buildandrelease" | ||
subdirectory: "macos/Enkrypt" | ||
env: | ||
APPLE_ID: "${{ secrets.OSX_APPLE_ID }}" | ||
APP_ID: "${{ secrets.OSX_APP_ID }}" | ||
FASTLANE_USER: "${{ secrets.OSX_APPLE_ID }}" | ||
FASTLANE_ITC_TEAM_ID: "${{ secrets.OSX_FASTLANE_ITC_TEAM_ID }}" | ||
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: "${{ secrets.OSX_FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}" | ||
ITC_TEAM_ID: "${{ secrets.OSX_FASTLANE_ITC_TEAM_ID }}" | ||
INSTALLER_CERT: "${{ secrets.OSX_INSTALLER_CERT }}" | ||
SAFARI_PROVISION: "${{ secrets.OSX_SAFARI_PROVISION }}" | ||
EXTENSION_PROVISION: "${{ secrets.OSX_EXTENSION_PROVISION }}" | ||
MATCH_GIT_URL: "${{ secrets.OSX_MATCH_GIT_URL }}" | ||
MATCH_PASSWORD: "${{ secrets.OSX_MATCH_PASSWORD }}" | ||
GIT_AUTHORIZATION: "${{ secrets.OSX_GIT_AUTHORIZATION }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
last 2 versions | ||
not dead | ||
not safari > 0 | ||
not ios_saf > 0 | ||
not baidu > 0 | ||
not ie > 0 | ||
not op_mini all | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "Enkrypt: Ethereum & Polkadot Web3 Wallet", | ||
"manifest_version": 3, | ||
"action": { | ||
"default_icon": { | ||
"16": "assets/img/icons/icon16.png", | ||
"32": "assets/img/icons/icon32.png", | ||
"64": "assets/img/icons/icon64.png", | ||
"192": "assets/img/icons/icon192.png" | ||
}, | ||
"default_title": "Enkrypt", | ||
"default_popup": "action.html" | ||
}, | ||
"background": { | ||
"service_worker": "scripts/background.js" | ||
}, | ||
"web_accessible_resources": [ | ||
{ | ||
"resources": ["scripts/inject.js", "scripts/*.js.map"], | ||
"use_dynamic_url": false, | ||
"matches": ["http://*/*", "https://*/*"] | ||
} | ||
], | ||
"minimum_chrome_version": "95", | ||
"content_security_policy": { | ||
"extension_pages": "script-src 'self'; object-src 'self'" | ||
}, | ||
"permissions": ["storage", "unlimitedStorage", "tabs", "clipboardWrite"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
@import "./color.less"; | ||
|
||
* { | ||
-webkit-touch-callout: none; | ||
-webkit-user-select: none; | ||
-khtml-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; | ||
} | ||
-webkit-touch-callout: default; | ||
-webkit-user-select: default; | ||
-khtml-user-select: default; | ||
-moz-user-select: default; | ||
-ms-user-select: default; | ||
user-select: default; | ||
} |
feb531d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Virus total analysis
chrome:
https://www.virustotal.com/gui/file/941035dd79597820bea5d25b40ded49a08bea92bec907d5c497276a6a58c399e
firefox:
https://www.virustotal.com/gui/file/679549be02764899bdef4f26da371ff67ecd94b224b8b40beef499a0f2fe5f3c