用字型的解法:
https://toneoz.com/blog/download-pinyin/
- 多款字型內帶拼音, 換字體即有拼音在上方, 適用任何系統/軟件.
- 更有 web app 智能處理多音字情況, 適用任何系統. (目前發現 "校" jiao4 音空缺不知何故)
粵拼字體:
https://canto.hk/
窮則獨善其身,達則兼善天下 。
I practiced this and I could easily release builds to TestFilght for internal testing, and few clicks on Github to have new build for App Store submission.
At Xcloud Cloud, we will define two workflows. We will trigger them with different conditions for different purposes.
So, whenever you push to dev branch, will have a new build delivered to TestFlight for your internal testing. Very convenient.
Usually you don't trigger this. If you want to release it to App Store after some nice build, you:
When dev branch is merged into main, it will trigger Workflow 2. Result is that a new build is created for app store.
You go to App Store Connect page, at release page, pick up this build and assign it to release.
Happy coding!