File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ jobs:
132132 codesign --sign "${{ secrets.APPLE_TEAM_ID }}" --timestamp --options runtime dist/cloudsync.dylib
133133 cd dist && ditto -c -k --keepParent cloudsync.dylib cloudsync.zip
134134 xcrun notarytool submit cloudsync.zip --apple-id "${{ secrets.APPLE_ID }}" --password "${{ secrets.APPLE_PASSWORD }}" --team-id "${{ secrets.APPLE_TEAM_ID }}" --wait
135- xcrun stapler staple cloudsync.dylib
136135 rm cloudsync.zip
137136
138137 - name : codesign xcframework
@@ -142,7 +141,6 @@ jobs:
142141 codesign --sign "${{ secrets.APPLE_TEAM_ID }}" --timestamp --options runtime dist/CloudSync.xcframework # Then sign the xcframework wrapper
143142 ditto -c -k --keepParent dist/CloudSync.xcframework dist/CloudSync.xcframework.zip
144143 xcrun notarytool submit dist/CloudSync.xcframework.zip --apple-id "${{ secrets.APPLE_ID }}" --password "${{ secrets.APPLE_PASSWORD }}" --team-id "${{ secrets.APPLE_TEAM_ID }}" --wait
145- find dist/CloudSync.xcframework -name "*.framework" -exec echo "Stapling: {}" \; -exec xcrun stapler staple {} \;
146144 rm dist/CloudSync.xcframework.zip
147145
148146 - name : cleanup keychain for codesign
You can’t perform that action at this time.
0 commit comments