We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0c017 commit da67440Copy full SHA for da67440
1 file changed
.github/workflows/main.yml
@@ -142,7 +142,7 @@ jobs:
142
codesign --sign "${{ secrets.APPLE_TEAM_ID }}" --timestamp --options runtime dist/CloudSync.xcframework # Then sign the xcframework wrapper
143
ditto -c -k --keepParent dist/CloudSync.xcframework dist/CloudSync.xcframework.zip
144
xcrun notarytool submit dist/CloudSync.xcframework.zip --apple-id "${{ secrets.APPLE_ID }}" --password "${{ secrets.APPLE_PASSWORD }}" --team-id "${{ secrets.APPLE_TEAM_ID }}" --wait
145
- xcrun stapler staple dist/CloudSync.xcframework
+ find dist/CloudSync.xcframework -name "*.framework" -exec echo "Stapling: {}" \; -exec xcrun stapler staple {} \;
146
rm dist/CloudSync.xcframework.zip
147
148
- name: cleanup keychain for codesign
0 commit comments