Integrate with Fastline, Create a release script

This commit is contained in:
Mo Tarbin
2026-07-14 12:16:36 -04:00
parent 7f68f7dd9d
commit eacfca715c
13 changed files with 726 additions and 197 deletions

20
.gitignore vendored
View File

@@ -24,4 +24,22 @@ dist-ssr
*.sw?
resources/android/**/*
resources/ios/**/*
resources/ios/**/*
# Secrets (pulled via scripts/pull-secrets.sh)
.env.production
android/app/google-services.json
android/app/release/*.jks
android/keystore.properties
android/local.properties
ios/App/App/GoogleService-Info.plist
ios/*.p8
# Release build outputs
build/android
build/ios
fastlane/report.xml
fastlane/Preview.html
fastlane/.env
fastlane/*.log
vendor/bundle