Platform:
- OS: macOS Ventura 13.7.8 (via OpenCore Legacy Patcher on MacBook Pro 2014)
- App version: none CFBundleShortVersionString in Info.plist
- Bundle ID: internxt.InternxtDesktop
system_info.txt
Problem:
App installs but does nothing on launch (no window, immediate crash). No entry in System Settings > Privacy & Security (Apple Events, Files/Folders, Network).

Console logs:
internxt_logs.txt
Key errors:
kTCCServiceAppleEvents requires entitlement com.apple.security.automation.apple-events but it is missing
Notifications are not allowed for this application
effectiveItemDisposition: record not found: appURL=/Applications/Internxt Drive.app
Codesign output:
codesign_internxt.txt
-> Missing com.apple.security.automation.apple-events entitlement + Hardened Runtime?
OCLP root patches: Already applied (Privacy Settings + TCC fixes).
Expected: App should launch and request permissions properly.
Please rebuild with Hardened Runtime + AppleEvents entitlement for macOS 13+ compatibility.