Skip to content

Commit

Permalink
1.0.4 add iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljonescodes committed Feb 24, 2024
1 parent 424d5ef commit 77f1623
Show file tree
Hide file tree
Showing 27 changed files with 803 additions and 33 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.organizeImports": "never",
"source.fixAll": "never"
}
}
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
Loading

0 comments on commit 77f1623

Please sign in to comment.