Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
feat(test:app) update
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingismagick committed May 8, 2019
1 parent 33256a5 commit 25279a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12,539 deletions.
4 changes: 2 additions & 2 deletions test/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"dependencies": {
"@quasar/extras": "^1.1.2",
"elementtree": "^0.1.7",
"quasar": "^1.0.0-beta.21"
"quasar": "^1.0.0-beta.22"
},
"devDependencies": {
"@quasar/app": "^1.0.0-beta.22",
"@quasar/quasar-app-extension-icon-factory": "link:../../",
"@quasar/quasar-app-extension-icon-factory": "link:../../.",
"@quasar/quasar-app-extension-testing": "^1.0.0-rc.7",
"@quasar/quasar-app-extension-testing-security": "^1.0.0-alpha.5",
"@quasar/quasar-app-extension-testing-unit-jest": "^1.0.0-beta.23",
Expand Down
11 changes: 7 additions & 4 deletions test/app/quasar.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
"source_dev": "./logo-source.png",
"minify_dev": "pngquant",
"source_build": "./logo-source.png",
"minify_build": "optipng",
"background_color": "#000074",
"theme_color": "#02aa9b"
"minify_build": "pngquant",
"background_color": "#000000",
"theme_color": "#fff",
"build": [
"rebuild_always"
]
}
}
}
45 changes: 0 additions & 45 deletions test/app/src-cordova/config.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -16,54 +16,9 @@
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="lppi" src="res/icon/android/icon-36-ldpi.png" />
<icon density="mdpi" src="res/icon/android/icon-48-mdpi.png" />
<icon density="hppi" src="res/icon/android/icon-72-hdpi.png" />
<icon density="xhdpi" src="res/icon/android/icon-96-xhdpi.png" />
<icon density="xxhdpi" src="res/icon/android/icon-144-xxhdpi.png" />
<icon density="xxxhdpi" src="res/icon/android/icon-192-xxxhdpi.png" />
<splash density="land-ldpi" src="res/screen/android/splash-land-ldpi.png" />
<splash density="port-ldpi" src="res/screen/android/splash-port-ldpi.png" />
<splash density="land-mdpi" src="res/screen/android/splash-land-mdpi.png" />
<splash density="port-mdpi" src="res/screen/android/splash-port-mdpi.png" />
<splash density="land-hdpi" src="res/screen/android/splash-land-hdpi.png" />
<splash density="port-hdpi" src="res/screen/android/splash-port-hdpi.png" />
<splash density="land-xhdpi" src="res/screen/android/splash-land-xhdpi.png" />
<splash density="port-xhdpi" src="res/screen/android/splash-port-xhdpi.png" />
<splash density="port-xxhdpi" src="res/screen/android/splash-land-xxhdpi.png" />
<splash density="land-xxhdpi" src="res/screen/android/splash-port-xxhdpi.png" />
<splash density="land-xxxhdpi" src="res/screen/android/splash-land-xxxhdpi.png" />
<splash density="port-xxxhdpi" src="res/screen/android/splash-port-xxxhdpi.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<icon height="57" src="res/icon/ios/icon.png" width="57" />
<icon height="114" src="res/icon/ios/icon-2x.png" width="114" />
<icon height="40" src="res/icon/ios/icon-40.png" width="40" />
<icon height="80" src="res/icon/ios/icon-40-2x.png" width="80" />
<icon height="50" src="res/icon/ios/icon-50.png" width="50" />
<icon height="100" src="res/icon/ios/icon-50-2x.png" width="100" />
<icon height="60" src="res/icon/ios/icon-60.png" width="60" />
<icon height="120" src="res/icon/ios/icon-60-2x.png" width="120" />
<icon height="180" src="res/icon/ios/icon-60-3x.png" width="180" />
<icon height="72" src="res/icon/ios/icon-72.png" width="72" />
<icon height="144" src="res/icon/ios/icon-72-2x.png" width="144" />
<icon height="167" src="res/icon/ios/icon-83.5-2x.png" width="167" />
<icon height="167" src="res/icon/ios/icon-167.png" width="167" />
<icon height="1024" src="res/icon/ios/icon-1024.png" width="1024" />
<splash height="768" src="res/screen/ios/screen-ipad-landscape.png" width="1024" />
<splash height="1536" src="res/screen/ios/screen-ipad-landscape-2x.png" width="2048" />
<splash height="1024" src="res/screen/ios/screen-ipad-portrait.png" width="768" />
<splash height="2048" src="res/screen/ios/screen-ipad-portrait-2x.png" width="1536" />
<splash height="320" src="res/screen/ios/screen-iphone-landscape.png" width="480" />
<splash height="640" src="res/screen/ios/screen-iphone-landscape-2x.png" width="960" />
<splash height="480" src="res/screen/ios/screen-iphone-portrait.png" width="320" />
<splash height="960" src="res/screen/ios/screen-iphone-portrait-2x.png" width="640" />
<splash height="1136" src="res/screen/ios/screen-iphone-portrait-568h_2x.png" width="640" />
<splash height="2732" src="res/screen/ios/Default@2x~universal~anyany.png" width="2732" />
</platform>
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<engine name="android" spec="^7.0.0" />
<engine name="ios" spec="^4.5.5" />
</widget>
Loading

0 comments on commit 25279a6

Please sign in to comment.