79738348

Date: 2025-08-18 06:42:17
Score: 1
Natty:
Report link

Turns out you need an Info.plist with CFBundleIdentifier key (this is the only key required),

then

clang++ -std=c++20 -O2 -o hello -sectcreate __TEXT __info_plist Info.plist main.cpp

Otherwise you'll need an app bundle if you're not embedding Info.plist into your binary.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Agritite