Mobius4 compatible oneM2M resource browser tool for
- Windows
- macOS
On macOS, downloaded resource browser (in the zip file) may be marked with the com.apple.quarantine attribute (also called the quarantine flag), which tells Gatekeeper to block or warn about the app.
If the app shows the error “is damaged and can’t be opened”, you can remove this attribute by running the following command in the app containing folder:
xattr -r -d com.apple.quarantine ./KETI\ oneM2M\ Resource\ Monitor.appThis command recursively deletes the quarantine attribute so that the system no longer treats the app as an unverified download.