You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to change the name to, for instance, "BP3.app". It did not start, so I also changed the name of "MacOS/PHP Desktop" to "MacOS/BP3". But running
sudo xattr -dr com.apple.quarantine ./BP3.app
produced these errors:
xattr: No such file: ./BP3.app/Contents/MacOS/webcache/RunningChromeVersion
xattr: No such file: ./BP3.app/Contents/MacOS/webcache/SingletonCookie
xattr: No such file: ./BP3.app/Contents/MacOS/webcache/SingletonLock
xattr: [Errno 102] Operation not supported on socket: './BP3.app/Contents/MacOS/webcache/SingletonSocket'
These files are (broken) symbolic links.
Changing the name will be necessary to share a version of PHP Desktop with a specific content. Indeed, an alias or a symbolic link could do the work but we can't ask users to create it, except if we create (and notarize) a "pkg" installer.
The text was updated successfully, but these errors were encountered:
I tried to change the name to, for instance, "BP3.app". It did not start, so I also changed the name of "MacOS/PHP Desktop" to "MacOS/BP3". But running
sudo xattr -dr com.apple.quarantine ./BP3.app
produced these errors:
xattr: No such file: ./BP3.app/Contents/MacOS/webcache/RunningChromeVersion
xattr: No such file: ./BP3.app/Contents/MacOS/webcache/SingletonCookie
xattr: No such file: ./BP3.app/Contents/MacOS/webcache/SingletonLock
xattr: [Errno 102] Operation not supported on socket: './BP3.app/Contents/MacOS/webcache/SingletonSocket'
These files are (broken) symbolic links.
Changing the name will be necessary to share a version of PHP Desktop with a specific content. Indeed, an alias or a symbolic link could do the work but we can't ask users to create it, except if we create (and notarize) a "pkg" installer.
The text was updated successfully, but these errors were encountered: