Skip to content

Commit

Permalink
Electron and ArcGIS support added
Browse files Browse the repository at this point in the history
  • Loading branch information
brentgti committed Jan 21, 2021
1 parent fe42333 commit e219794
Show file tree
Hide file tree
Showing 18 changed files with 2,888 additions and 3 deletions.
7 changes: 7 additions & 0 deletions electron/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# NPM renames .gitignore to .npmignore
# In order to prevent that, we remove the initial "."
# And the CLI then renames it
app
node_modules
build
dist
Binary file added electron/assets/appIcon.ico
Binary file not shown.
Binary file added electron/assets/appIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added electron/assets/splash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added electron/assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions electron/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"appId": "io.ionic.starter",
"appName": "ionicReactTest",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "build",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}
Loading

0 comments on commit e219794

Please sign in to comment.