mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
Looks like Apple cannot handle development profile automatic provisioning well With this change we now skip code signing for build() and archive(), and let the export() function handle signing see https://github.com/fastlane/fastlane/discussions/19973#discussioncomment-2688720 for more information
7 lines
140 B
Markdown
7 lines
140 B
Markdown
---
|
|
"tauri-cli": patch:bug
|
|
"@tauri-apps/cli": patch:bug
|
|
---
|
|
|
|
Fixes iOS code signing failing on CI due to a missing development certificate.
|