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
@kobimx
Update requires more work.
I have updated Mist in my repo, updated to Tahoe.
I have 26 instead of 16 in the Tahoe catalog url.
Is 16 working for you?
16 was beta 1 but since beta 2 is 26.
@patrickjmeurer
This is related to security. My Mist is not notarized (no Apple Developer account) and signed to only run locally.
Have you tried right button -> Open instead of double click on DownloadFullInstaller app?
Sometimes in System Settings -> Security and Privacy there is a warning about an app pending to open.
If the above suggestions don't work, to skip the warning:
if you are on Sonoma or older, do in Terminal sudo spctl --global-disable, this disables GateKeeper (global)
if you are on Sequoia or Tahoe, install a mobileconfig profile to disable GateKeeper, Chris1111 has one on his GitHub (global)
or in app scenario (not global, more comfortable to not having too much relaxed security) run in Terminal xattr -r -d com.apple.quarantine App-path where App-path is the path to the application bundle (binary, not the visible app icon, it's /Applications/DownloadFullInstaller/Contents/MacOS/DownloadFullInstaller).
But we have still the issue on Sequoia 15.6 and newer.
@kobimx Update requires more work. I have updated Mist in my repo, updated to Tahoe. I have 26 instead of 16 in the Tahoe catalog url. Is 16 working for you? 16 was beta 1 but since beta 2 is 26.
Hello, didn't have time to reply before now (I know) but yes, PR need some work and is outdated by now
Closing it so someone else 👀 who can do a better job than me can open a new one
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based this on a previoius commit adding support for Sequoia. Havent tested it properly, just added the new Catalog URLs
Also needs new images 👀