Add prettier. Format.
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli'
|
||||
import type { CapacitorConfig } from "@capacitor/cli";
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'dev.nativevuerouter.messenger',
|
||||
appName: 'Native Vue Messenger',
|
||||
webDir: '../demo/dist',
|
||||
backgroundColor: '#0b0d12',
|
||||
appId: "dev.nativevuerouter.messenger",
|
||||
appName: "Native Vue Messenger",
|
||||
webDir: "../demo/dist",
|
||||
backgroundColor: "#0b0d12",
|
||||
plugins: {
|
||||
App: { disableBackButtonHandler: true },
|
||||
SplashScreen: {
|
||||
launchAutoHide: true,
|
||||
backgroundColor: '#0b0d12',
|
||||
androidScaleType: 'CENTER_CROP',
|
||||
backgroundColor: "#0b0d12",
|
||||
androidScaleType: "CENTER_CROP",
|
||||
},
|
||||
StatusBar: { style: 'DARK', backgroundColor: '#0b0d12' },
|
||||
StatusBar: { style: "DARK", backgroundColor: "#0b0d12" },
|
||||
},
|
||||
android: { backgroundColor: '#0b0d12' },
|
||||
ios: { backgroundColor: '#0b0d12', contentInset: 'never' },
|
||||
}
|
||||
android: { backgroundColor: "#0b0d12" },
|
||||
ios: { backgroundColor: "#0b0d12", contentInset: "never" },
|
||||
};
|
||||
|
||||
export default config
|
||||
export default config;
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"images" : [
|
||||
"images": [
|
||||
{
|
||||
"filename" : "AppIcon-512@2x.png",
|
||||
"idiom" : "universal",
|
||||
"platform" : "ios",
|
||||
"size" : "1024x1024"
|
||||
"filename": "AppIcon-512@2x.png",
|
||||
"idiom": "universal",
|
||||
"platform": "ios",
|
||||
"size": "1024x1024"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
"info": {
|
||||
"author": "xcode",
|
||||
"version": 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
"info": {
|
||||
"version": 1,
|
||||
"author": "xcode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"images" : [
|
||||
"images": [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "splash-2732x2732-2.png",
|
||||
"scale" : "1x"
|
||||
"idiom": "universal",
|
||||
"filename": "splash-2732x2732-2.png",
|
||||
"scale": "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "splash-2732x2732-1.png",
|
||||
"scale" : "2x"
|
||||
"idiom": "universal",
|
||||
"filename": "splash-2732x2732-1.png",
|
||||
"scale": "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "splash-2732x2732.png",
|
||||
"scale" : "3x"
|
||||
"idiom": "universal",
|
||||
"filename": "splash-2732x2732.png",
|
||||
"scale": "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
"info": {
|
||||
"version": 1,
|
||||
"author": "xcode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user