ApplY3D / mi-home-toolkit

Effortlessly manage Mi Home smart devices, such as viewing device info and enabling LAN mode for bulbs.
19 stars 0 forks source link

[Mac] "Mi Home Toolkit" cannot be opened because it is from an unidentified developer #1

Open ApplY3D opened 3 months ago

ApplY3D commented 3 months ago

https://github.com/tauri-apps/tauri/issues/5778

This is macOS' gatekeeper (no idea why apple thought it's a good idea to show such a misleading error). It blocks all downloaded apps which are not signed, so the only real solution is to give Apple 100$ to buy "trust" :(

Solution 1

Open it using either Right Mouse Button Click -> Open or Control^ + Mouse Button Click -> Open, or try the next solution:

Works for both cases:

Solution 2

Execute this command in the terminal:

xattr -cr "Mi Home Toolkit.app" 

Works for the cases mentioned above and this:

ApplY3D commented 3 months ago

current signing approach - https://github.com/tauri-apps/tauri/issues/8763