remove Expo project and all related files
Remove the entire Expo/React Native application: routes (app/), source code (src/), assets, iOS native build, config plugins, StoreKit config, npm dependencies, TypeScript/ESLint/Vitest configs, and Expo-specific documentation. The repository now contains only: admin-web, supabase, youtube-worker, tabatago-swift, docs, scripts, and CI/tooling configs.
This commit is contained in:
8
tabatago-swift/Config/Secrets.xcconfig.example
Normal file
8
tabatago-swift/Config/Secrets.xcconfig.example
Normal file
@@ -0,0 +1,8 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user