Skip to content

Commit

Permalink
Add iOS Native app support (#7)
Browse files Browse the repository at this point in the history
* Add icons and capacitor

* Handle native top bar
  • Loading branch information
ConnorsApps authored Jan 13, 2024
1 parent 593379f commit 626b9ba
Show file tree
Hide file tree
Showing 35 changed files with 1,483 additions and 14 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: 'com.connorsapps.snapcastui',
appName: 'snapcast-ui',
webDir: 'build',
server: {
androidScheme: 'https'
}
};

export default config;
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 626b9ba

Please sign in to comment.