initial project configuration
This commit is contained in:
parent
0d7b714f90
commit
7d54a0459a
3 changed files with 94 additions and 82 deletions
76
config.xml
76
config.xml
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>MyApp</name>
|
<name>Goober</name>
|
||||||
<description>An awesome Ionic/Cordova app.</description>
|
<description>Goober, a mobile app for pnut.io</description>
|
||||||
<author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
|
<author email="gilag@monkeystew.com" href="https://monkeystew.org">Morgan McMillian</author>
|
||||||
<content src="index.html"/>
|
<content src="index.html"/>
|
||||||
<access origin="*"/>
|
<access origin="*"/>
|
||||||
<allow-navigation href="http://ionic.local/*"/>
|
<allow-navigation href="http://ionic.local/*"/>
|
||||||
|
@ -12,7 +12,6 @@
|
||||||
<allow-intent href="sms:*"/>
|
<allow-intent href="sms:*"/>
|
||||||
<allow-intent href="mailto:*"/>
|
<allow-intent href="mailto:*"/>
|
||||||
<allow-intent href="geo:*"/>
|
<allow-intent href="geo:*"/>
|
||||||
|
|
||||||
<preference name="webviewbounce" value="false"/>
|
<preference name="webviewbounce" value="false"/>
|
||||||
<preference name="UIWebViewBounce" value="false"/>
|
<preference name="UIWebViewBounce" value="false"/>
|
||||||
<preference name="DisallowOverscroll" value="true"/>
|
<preference name="DisallowOverscroll" value="true"/>
|
||||||
|
@ -20,15 +19,9 @@
|
||||||
<preference name="BackupWebStorage" value="none"/>
|
<preference name="BackupWebStorage" value="none"/>
|
||||||
<preference name="SplashMaintainAspectRatio" value="true"/>
|
<preference name="SplashMaintainAspectRatio" value="true"/>
|
||||||
<preference name="FadeSplashScreenDuration" value="300"/>
|
<preference name="FadeSplashScreenDuration" value="300"/>
|
||||||
|
|
||||||
<!--
|
|
||||||
Change these to configure how the splashscreen displays and fades in/out.
|
|
||||||
More info here: https://github.com/apache/cordova-plugin-splashscreen
|
|
||||||
-->
|
|
||||||
<preference name="SplashShowOnlyFirstTime" value="false"/>
|
<preference name="SplashShowOnlyFirstTime" value="false"/>
|
||||||
<preference name="SplashScreen" value="screen"/>
|
<preference name="SplashScreen" value="screen"/>
|
||||||
<preference name="SplashScreenDelay" value="3000"/>
|
<preference name="SplashScreenDelay" value="3000"/>
|
||||||
|
|
||||||
<platform name="android">
|
<platform name="android">
|
||||||
<allow-intent href="market:*"/>
|
<allow-intent href="market:*"/>
|
||||||
<icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/>
|
<icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/>
|
||||||
|
@ -50,46 +43,45 @@
|
||||||
<splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
|
<splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
|
||||||
<splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
|
<splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<platform name="ios">
|
<platform name="ios">
|
||||||
<allow-intent href="itms:*"/>
|
<allow-intent href="itms:*"/>
|
||||||
<allow-intent href="itms-apps:*"/>
|
<allow-intent href="itms-apps:*"/>
|
||||||
<icon src="resources/ios/icon/icon.png" width="57" height="57"/>
|
<icon height="57" src="resources/ios/icon/icon.png" width="57"/>
|
||||||
<icon src="resources/ios/icon/icon@2x.png" width="114" height="114"/>
|
<icon height="114" src="resources/ios/icon/icon@2x.png" width="114"/>
|
||||||
<icon src="resources/ios/icon/icon-40.png" width="40" height="40"/>
|
<icon height="40" src="resources/ios/icon/icon-40.png" width="40"/>
|
||||||
<icon src="resources/ios/icon/icon-40@2x.png" width="80" height="80"/>
|
<icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80"/>
|
||||||
<icon src="resources/ios/icon/icon-40@3x.png" width="120" height="120"/>
|
<icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120"/>
|
||||||
<icon src="resources/ios/icon/icon-50.png" width="50" height="50"/>
|
<icon height="50" src="resources/ios/icon/icon-50.png" width="50"/>
|
||||||
<icon src="resources/ios/icon/icon-50@2x.png" width="100" height="100"/>
|
<icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100"/>
|
||||||
<icon src="resources/ios/icon/icon-60.png" width="60" height="60"/>
|
<icon height="60" src="resources/ios/icon/icon-60.png" width="60"/>
|
||||||
<icon src="resources/ios/icon/icon-60@2x.png" width="120" height="120"/>
|
<icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120"/>
|
||||||
<icon src="resources/ios/icon/icon-60@3x.png" width="180" height="180"/>
|
<icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180"/>
|
||||||
<icon src="resources/ios/icon/icon-72.png" width="72" height="72"/>
|
<icon height="72" src="resources/ios/icon/icon-72.png" width="72"/>
|
||||||
<icon src="resources/ios/icon/icon-72@2x.png" width="144" height="144"/>
|
<icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144"/>
|
||||||
<icon src="resources/ios/icon/icon-76.png" width="76" height="76"/>
|
<icon height="76" src="resources/ios/icon/icon-76.png" width="76"/>
|
||||||
<icon src="resources/ios/icon/icon-76@2x.png" width="152" height="152"/>
|
<icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152"/>
|
||||||
<icon src="resources/ios/icon/icon-83.5@2x.png" width="167" height="167"/>
|
<icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167"/>
|
||||||
<icon src="resources/ios/icon/icon-small.png" width="29" height="29"/>
|
<icon height="29" src="resources/ios/icon/icon-small.png" width="29"/>
|
||||||
<icon src="resources/ios/icon/icon-small@2x.png" width="58" height="58"/>
|
<icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58"/>
|
||||||
<icon src="resources/ios/icon/icon-small@3x.png" width="87" height="87"/>
|
<icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87"/>
|
||||||
<splash src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
|
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640"/>
|
||||||
<splash src="resources/ios/splash/Default-667h.png" width="750" height="1334"/>
|
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750"/>
|
||||||
<splash src="resources/ios/splash/Default-736h.png" width="1242" height="2208"/>
|
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242"/>
|
||||||
<splash src="resources/ios/splash/Default-Landscape-736h.png" width="2208" height="1242"/>
|
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208"/>
|
||||||
<splash src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
|
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048"/>
|
||||||
<splash src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" height="2048"/>
|
<splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732"/>
|
||||||
<splash src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" height="768"/>
|
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024"/>
|
||||||
<splash src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
|
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536"/>
|
||||||
<splash src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" height="2732"/>
|
<splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048"/>
|
||||||
<splash src="resources/ios/splash/Default-Portrait~ipad.png" width="768" height="1024"/>
|
<splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768"/>
|
||||||
<splash src="resources/ios/splash/Default@2x~iphone.png" width="640" height="960"/>
|
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640"/>
|
||||||
<splash src="resources/ios/splash/Default~iphone.png" width="320" height="480"/>
|
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320"/>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
<plugin name="ionic-plugin-keyboard" spec="~2.2.1"/>
|
<plugin name="ionic-plugin-keyboard" spec="~2.2.1"/>
|
||||||
<plugin name="cordova-plugin-whitelist" spec="1.3.1"/>
|
<plugin name="cordova-plugin-whitelist" spec="1.3.1"/>
|
||||||
<plugin name="cordova-plugin-console" spec="1.0.5"/>
|
<plugin name="cordova-plugin-console" spec="1.0.5"/>
|
||||||
<plugin name="cordova-plugin-statusbar" spec="2.2.2"/>
|
<plugin name="cordova-plugin-statusbar" spec="2.2.2"/>
|
||||||
<plugin name="cordova-plugin-device" spec="1.1.4"/>
|
<plugin name="cordova-plugin-device" spec="1.1.4"/>
|
||||||
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1"/>
|
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1"/>
|
||||||
|
<engine name="android" spec="~6.2.3"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Goober",
|
"name": "Goober",
|
||||||
"app_id": "",
|
"app_id": "com.monkeystew.goober-m",
|
||||||
"type": "ionic-angular"
|
"type": "ionic-angular"
|
||||||
}
|
}
|
||||||
|
|
98
package.json
98
package.json
|
@ -1,40 +1,60 @@
|
||||||
{
|
{
|
||||||
"name": "Goober",
|
"name": "Goober",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"author": "Ionic Framework",
|
"author": "Ionic Framework",
|
||||||
"homepage": "http://ionicframework.com/",
|
"homepage": "http://ionicframework.com/",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "ionic-app-scripts clean",
|
"clean": "ionic-app-scripts clean",
|
||||||
"build": "ionic-app-scripts build",
|
"build": "ionic-app-scripts build",
|
||||||
"lint": "ionic-app-scripts lint",
|
"lint": "ionic-app-scripts lint",
|
||||||
"ionic:build": "ionic-app-scripts build",
|
"ionic:build": "ionic-app-scripts build",
|
||||||
"ionic:serve": "ionic-app-scripts serve"
|
"ionic:serve": "ionic-app-scripts serve"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "4.1.2",
|
"@angular/common": "4.1.2",
|
||||||
"@angular/compiler": "4.1.2",
|
"@angular/compiler": "4.1.2",
|
||||||
"@angular/compiler-cli": "4.1.2",
|
"@angular/compiler-cli": "4.1.2",
|
||||||
"@angular/core": "4.1.2",
|
"@angular/core": "4.1.2",
|
||||||
"@angular/forms": "4.1.2",
|
"@angular/forms": "4.1.2",
|
||||||
"@angular/http": "4.1.2",
|
"@angular/http": "4.1.2",
|
||||||
"@angular/platform-browser": "4.1.2",
|
"@angular/platform-browser": "4.1.2",
|
||||||
"@angular/platform-browser-dynamic": "4.1.2",
|
"@angular/platform-browser-dynamic": "4.1.2",
|
||||||
"@ionic-native/core": "3.10.2",
|
"@ionic-native/core": "3.10.2",
|
||||||
"@ionic-native/splash-screen": "3.10.2",
|
"@ionic-native/splash-screen": "3.10.2",
|
||||||
"@ionic-native/status-bar": "3.10.2",
|
"@ionic-native/status-bar": "3.10.2",
|
||||||
"@ionic/storage": "2.0.1",
|
"@ionic/storage": "2.0.1",
|
||||||
"ionic-angular": "3.3.0",
|
"cordova-android": "^6.2.3",
|
||||||
"ionicons": "3.0.0",
|
"cordova-plugin-console": "^1.0.5",
|
||||||
"rxjs": "5.1.1",
|
"cordova-plugin-device": "^1.1.4",
|
||||||
"sw-toolbox": "3.6.0",
|
"cordova-plugin-splashscreen": "^4.0.3",
|
||||||
"zone.js": "0.8.11"
|
"cordova-plugin-statusbar": "^2.2.2",
|
||||||
},
|
"cordova-plugin-whitelist": "^1.3.1",
|
||||||
"devDependencies": {
|
"ionic-angular": "3.3.0",
|
||||||
"@ionic/app-scripts": "1.3.7",
|
"ionic-plugin-keyboard": "^2.2.1",
|
||||||
"@ionic/cli-plugin-cordova": "1.3.0",
|
"ionicons": "3.0.0",
|
||||||
"@ionic/cli-plugin-ionic-angular": "1.3.0",
|
"rxjs": "5.1.1",
|
||||||
"typescript": "2.3.3"
|
"sw-toolbox": "3.6.0",
|
||||||
},
|
"zone.js": "0.8.11"
|
||||||
"description": "An Ionic project"
|
},
|
||||||
}
|
"devDependencies": {
|
||||||
|
"@ionic/app-scripts": "1.3.7",
|
||||||
|
"@ionic/cli-plugin-cordova": "1.3.0",
|
||||||
|
"@ionic/cli-plugin-ionic-angular": "1.3.0",
|
||||||
|
"typescript": "2.3.3"
|
||||||
|
},
|
||||||
|
"description": "An Ionic project",
|
||||||
|
"cordova": {
|
||||||
|
"plugins": {
|
||||||
|
"cordova-plugin-console": {},
|
||||||
|
"cordova-plugin-device": {},
|
||||||
|
"cordova-plugin-splashscreen": {},
|
||||||
|
"cordova-plugin-statusbar": {},
|
||||||
|
"cordova-plugin-whitelist": {},
|
||||||
|
"ionic-plugin-keyboard": {}
|
||||||
|
},
|
||||||
|
"platforms": [
|
||||||
|
"android"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Reference in a new issue