Skip to content

Commit

Permalink
Add ios & re install yarn because this: ionic-team/ionic-cli#5081
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Mar 20, 2024
1 parent 5fa6d3b commit d352104
Show file tree
Hide file tree
Showing 21 changed files with 1,284 additions and 621 deletions.
12 changes: 12 additions & 0 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { CapacitorConfig } from '@capacitor/cli';

const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'authman-app',
webDir: 'dist',
server: {
androidScheme: 'https'
}
};

export default config;
4 changes: 3 additions & 1 deletion ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "authman-app",
"integrations": {},
"integrations": {
"capacitor": {}
},
"type": "vue-vite"
}
13 changes: 13 additions & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
App/build
App/Pods
App/output
App/App/public
DerivedData
xcuserdata

# Cordova plugins for Capacitor
capacitor-cordova-ios-plugins

# Generated Config files
App/App/capacitor.config.json
App/App/config.xml

0 comments on commit d352104

Please sign in to comment.