Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit a0c28a2

Browse files
committed
chore: update docs and bump version to 1.22.3-5
1 parent 04431f3 commit a0c28a2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ not supported, and will not work.
3333

3434
### Installing on macOS
3535

36-
If you're using the desktop app on macOS, when you run it you will likely be greeted with some error about the app not being able to be opened, or not verified by Apple, or something similar. The easiest way to get around this is to run `xattr -cr` on the file you downloaded. So let's say you downloaded `Appium-Server-GUI-mac-<version>.dmg` and copy `Appium Server GUI.app` in `/Applications` inside the disk image. Then you would run `xattr -cr "/Applications/Appium Server GUI.app"` before opening it. The same goes for the zip version (or the .app itself).
37-
38-
The reason for this is that the Appium team does not have a paid Apple developer account and so our app isn't signed by a certificate they recognize, so the OS attempts to prevent it from running. Running the command above gets around this security limitation.
39-
40-
~~Please try to call `codesign --deep --sign - /Applications/Appium\ Server\ GUI.app` in case you gets a crash in the app starts.~~ <= should be resplved since **v1.22.3-4**
36+
If you're using the desktop app on macOS, when you run it you may be greeted with some error about
37+
the app not being able to be opened, or not verified by Apple, or something similar. The easiest
38+
way to get around this is to run `xattr -cr` on the file you downloaded. So let's say you
39+
downloaded `Appium-Server-GUI-mac-<version>.dmg` and copy `Appium Server GUI.app` in
40+
`/Applications` inside the disk image. Then you would run `xattr -cr "/Applications/Appium Server
41+
GUI.app"` before opening it. The same goes for the zip version (or the .app itself).
4142

4243
## Known Issues
4344

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-desktop",
3-
"version": "1.22.3-4",
3+
"version": "1.22.3-5",
44
"description": "Graphical interface for the Appium server, and an app inspector",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)