> All three are public

documented frameworks. No private API risk here. Run `nm -u YourApp.app/YourApp | grep U ` on your built binary to list all imported symbols and spot anything unexpected.

Views0
PublishedApr 2, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

> All three are public

documented frameworks. No private API risk here. Run nm -u YourApp.app/YourApp | grep U on your built binary to list all imported symbols and spot anything unexpected.

Share: