// Secrets.xcconfig.example // Copy this file to Secrets.xcconfig and fill in your values. // Secrets.xcconfig is gitignored — never commit the real file. SUPABASE_URL = https://your-project.supabase.co SUPABASE_ANON_KEY = your-anon-key-here REVENUECAT_API_KEY = your-revenuecat-key-here POSTHOG_API_KEY = your-posthog-key-here