# JetPutt: Airport Mini Golf — Capacitor iOS Skeleton (Fresh)

This project wraps the JetPutt web app for iOS with Capacitor and RevenueCat IAP.

## Quick start
```bash
npm i
npm run cap:add:ios
npm run cap:open:ios
```
In Xcode:
1) Set your Team (Signing & Capabilities).  
2) Enable **In‑App Purchases** capability.  
3) Import `assets/AppIcon-1024.png` into AppIcon, set Launch Screen using `assets/launch-splash.png`.  
4) Build to a device.

## RevenueCat
- Install plugins are already listed in package.json; after `npx cap sync` the plugin is available to the web code.
- In `www/js/game.js`, replace `RC_API_KEY_PLACEHOLDER` with your **iOS Public SDK key**.
- Product: Non‑Consumable `jetputt_all_holes` mapped to entitlement `all_holes`.

## Notes
- `www/` comes from the full starter (3 free holes → paywall).
- You can serve the web locally via `npm run start` for quick browser checks.
