We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f8b94 commit bb3119fCopy full SHA for bb3119f
.github/workflows/deploy-tauri.yml
@@ -189,6 +189,9 @@ jobs:
189
security create-keychain -p "$KEYCHAIN_PASSWORD" mobile.keychain
190
security default-keychain -s mobile.keychain
191
security unlock-keychain -p "$KEYCHAIN_PASSWORD" mobile.keychain
192
+ security show-keychain-info mobile.keychain
193
+ security set-keychain-settings -lut mobile.keychain
194
195
security import certificate.p12 -k mobile.keychain -P "$IOS_CERTIFICATE_PASSWORD" -T /usr/bin/codesign
196
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$KEYCHAIN_PASSWORD" mobile.keychain
197
security find-identity -v -p codesigning mobile.keychain
0 commit comments