Antidote Mac App Store

Antidote Mac App Store

Freedom is the app and website blocker used by over one million people worldwide. Use Freedom to temporarily block time-wasting apps and websites so you can be more focused, productive, and engaged with the world around you. Take control of your screen time! If you work from home and want to be more productive, study better, break a phone habit, or focus on your writing – Freedom can help.

Antidote Mac App Store Windows 10

Post marked as unsolved

How to test and debug gatekeeper spctl check? codesign passed

App

Antidote App Store

I need step by step instructions to debug why spctl command rejects -- I am on 10.15.7. Appreciate if anyone can shed some light on this with pointer/documentation?Forcing me to do something on Xcode is not what I am looking for, please.I am sure with Catalina -- new rules have formed around Gatekeeper spctl command to assess the security posture of the apps installed or developed.Now coming to our app, it gets rejected by spctl -- unknown, but codesign passes the app. Need a systematic troubleshooting guide or instruction set. Thanks in advance,sh-3.2spctl -a -t exec --ignore-cache -vv /Applications/MyApp.app/Applications/MyApp.app: rejectedorigin=3rd Party Mac Developer Application: MyOrg (MYORGDEVID)sh-3.2codesign -dvv --strict /Applications/MyApp.appExecutable=/Applications/MyApp.app/Contents/MacOS/MyAppIdentifier=com.MyApp.SubIDFormat=app bundle with Mach-O thin (x86_64)CodeDirectory v=20500 size=1285 flags=0x10000(runtime) hashes=31+5 location=embeddedSignature size=9134Authority=3rd Party Mac Developer Application: MyOrg (MYORGDEVID)Authority=Apple Worldwide Developer Relations Certification AuthorityAuthority=Apple Root CATimestamp=Nov 2, 2020 at .... PMInfo.plist entries=15TeamIdentifier=MYORGDEVIDRuntime Version=10.14.0Sealed Resources version=2 rules=13 files=309Internal requirements count=1 size=212sh-3.2codesign -vv --strict /Applications/MyApp.app/Applications/MyApp.app: valid on disk/Applications/MyApp.app: satisfies its Designated Requirement spctl --raw -a -t exec -vv /Applications/MyApp.app/Applications/MyApp.app: rejected<?xml version='1.0' encoding='UTF-8'?><!DOCTYPE plist PUBLIC '-//Apple//DTD PLIST 1.0//EN' '.../><plist version='1.0'><dict> <key>assessment:authority</key> <dict> <key>assessment:authority:flags</key> <integer>0</integer> </dict> <key>assessment:originator</key> <string>3rd Party Mac Developer Application: MyOrg (MYORGDEVID)</string> <key>assessment:remote</key> <true/> <key>assessment:verdict</key> <false/></dict></plist>origin=3rd Party Mac Developer Application: MyOrg (MYORGDEVID)