slack-digest/2021-09-04.md
Sat, 04 Sep 2021 08:20:56 GMT
Join the conversation at slack.cordova.io
Fri, 03 Sep 2021 21:35:21 GMT
@trinitiwowka says
Hello everyone! Tell me, does it make sense to use it now?
ionic cordova resourcesor it is enough to specify just one image of the icon and the loading screen<splash<icon src="resources/icon/ios/icon.png" />``` vs ``` <icon height="57" src="resources/icon/ios/icon.png" width="57" /> <icon height="114" src="resources/icon/ios/[email protected]" width="114" /> <icon height="40" src="resources/icon/ios/icon-40.png" width="40" /> <icon height="80" src="resources/icon/ios/[email protected]" width="80" /> <icon height="120" src="resources/icon/ios/[email protected]" width="120" /> <icon height="50" src="resources/icon/ios/icon-50.png" width="50" /> <icon height="100" src="resources/icon/ios/[email protected]" width="100" /> <icon height="60" src="resources/icon/ios/icon-60.png" width="60" /> <icon height="120" src="resources/icon/ios/[email protected]" width="120" /> <icon height="180" src="resources/icon/ios/[email protected]" width="180" /> <icon height="72" src="resources/icon/ios/icon-72.png" width="72" /> <icon height="144" src="resources/icon/ios/[email protected]" width="144" /> <icon height="76" src="resources/icon/ios/icon-76.png" width="76" /> <icon height="152" src="resources/icon/ios/[email protected]" width="152" /> <icon height="167" src="resources/icon/ios/[email protected]" width="167" /> <icon height="1024" src="resources/icon/ios/icon-1024.png" width="1024" /> <icon height="29" src="resources/icon/ios/icon-small.png" width="29" /> <icon height="58" src="resources/icon/ios/[email protected]" width="58" /> <icon height="87" src="resources/icon/ios/[email protected]" width="87" />```
Fri, 03 Sep 2021 21:46:00 GMT
@norman137 says
I think for the icons, different size variants are still required.
For the splashscreen, you can use 2732x2732 image for all current ios devices, including ipads, but you need a specific amount of padding for it to display properly on all the different ios devices. The attached image is what I use for my apps.
I personally never used any kind of generators... but I don't have a need to change these icons / splash screen images frequently either. We have a high res source vector we use and we just simply scale it down to each of our necessary sizes.
Fri, 03 Sep 2021 17:56:08 GMT
@erisu says
@zach657 I got to crash here soon but heres the update.. I see green 😄 workflow (tests) are passing.
Fri, 03 Sep 2021 17:56:27 GMT
@erisu says
I made a lot of changes and included the test matrix..
Fri, 03 Sep 2021 17:57:00 GMT
@erisu says
I think all you need to do is an exact copy and paste of the configs to the plugin. You shouldn’t need to change anything in the configs.
Fri, 03 Sep 2021 17:57:19 GMT
@zach657 says
Awesome to hear!
Fri, 03 Sep 2021 17:57:31 GMT
@zach657 says
Thank you
Fri, 03 Sep 2021 17:57:34 GMT
@erisu says
if it is running on a repo with the name
cordova-paramedicit will usenode main.jsbut if its not then it will usecordova-paramediccommand.
Fri, 03 Sep 2021 17:57:43 GMT
@erisu says
it wil also install paramedic if it is not from the paramedic repo..
Fri, 03 Sep 2021 17:58:03 GMT
@erisu says
its pretty self aware I guess.. but will see when you update..
Fri, 03 Sep 2021 17:58:25 GMT
@erisu says
let me know what you think when you get a chance..
Fri, 03 Sep 2021 17:59:09 GMT
@erisu says
https://github.com/apache/cordova-paramedic/pull/216 This is the PR that updated it all.
https://github.com/apache/cordova-paramedic/tree/master/.github/workflows and the link to the master branch with the current changes.