Skip to content

Commit

Permalink
Merge pull request #102 from GeotrekCE/android-and-ios-applications
Browse files Browse the repository at this point in the history
feat: android and ios applications
  • Loading branch information
bastyen authored Mar 19, 2024
2 parents f89ed0a + 3a2a1dc commit 7bfa30a
Show file tree
Hide file tree
Showing 19 changed files with 772 additions and 157 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ UserInterfaceState.xcuserstate
.env

docs/.vitepress/cache
docs/.vitepress/dist
docs/.vitepress/dist

app/
android/
ios/
9 changes: 9 additions & 0 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { CapacitorConfig } from '@capacitor/cli';

const config: CapacitorConfig = {
appId: 'io.grw.hauteloire',
appName: 'RANDO(S) en HAUTE-LOIRE',
webDir: 'app',
};

export default config;
Loading

0 comments on commit 7bfa30a

Please sign in to comment.