Init Coach Hypnotruck iOS — Capacitor 8 wrapper
- Capacitor 8 + plugins natifs (push, local-notif, geoloc, HealthKit Capgo, splash, status bar, haptics) - Config pointe vers https://coach.hypnotruck.ch (server.url) - Icône 1024×1024 + splash 2732×2732 depuis icon-512 PWA coach_sportif - README complet avec procédure build sur Mac mini - Bundle ID : ch.hypnotruck.coach, App name : Coach Hypnotruck
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
node_modules/
|
||||
*.log
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# iOS / Xcode
|
||||
ios/App/Pods/
|
||||
ios/App/build/
|
||||
ios/App/App.xcworkspace/xcuserdata/
|
||||
ios/App/App.xcodeproj/xcuserdata/
|
||||
ios/DerivedData/
|
||||
ios/capacitor-cordova-ios-plugins/
|
||||
*.xcuserstate
|
||||
|
||||
# Capacitor
|
||||
ios/App/public/
|
||||
.capacitor/
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
.env.local
|
||||
*.p8
|
||||
*.p12
|
||||
*.mobileprovision
|
||||
*.cer
|
||||
ExportOptions.plist
|
||||
Reference in New Issue
Block a user