-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add icons and capacitor * Handle native top bar
- Loading branch information
1 parent
593379f
commit 626b9ba
Showing
35 changed files
with
1,483 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.