feat(ios): properly set iOS product name (#7554)

This commit is contained in:
Lucas Fernandes Nogueira
2023-08-05 04:59:19 -07:00
committed by GitHub
parent 6c38924aa2
commit d010bc07b8
5 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
---
"tauri-cli": patch:feat
"@tauri-apps/cli": patch:feat
---
Set the iOS project PRODUCT_NAME value to the string under `tauri.conf.json > package > productName` if it is set.