Unrated-Limited-Unlimited / ua-frontend

Unrated Application
GNU General Public License v3.0
4 stars 0 forks source link

Capasitor fix #52

Closed 591337 closed 4 months ago

591337 commented 4 months ago

24 This one fixes the theme persistence with static build. The icon looks wack.

591337 commented 4 months ago

@h586613 A thing you can do with this branch, if you have time, is to test making an ios application.

You'll need to install Xcode to create the application (you do not need to create any projects, I believe).

Here is some documentation for creating the application: https://capacitorjs.com/docs/ios. I believe that what you need to run is.

npm install
npm build:static

npx cap add ios

npx cap sync
npx capacitor-assets generate

npx cap open ios

This will make changes to the branch. You can add /ios (or whatever folder that is created from running npx cap add ios) to .gitignore.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud