check_placeholder_content
Scan source code and Info.plist for placeholder content such as lorem ipsum, test keys, and template tokens to prevent App Store rejection before review.
Instructions
Scan source and Info.plist for content that should never reach review: lorem ipsum, Stripe test keys, YOUR_API_KEY-style template tokens, example.com dead links, and template app names still set as CFBundleDisplayName (Guideline 2.1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the iOS project. Can be the repo root (containing an ios/ folder) or the ios/ directory itself. |