Skip to content

Commit cbb2605

Browse files
committed
fix(workflow): remove stapling steps for cloudsync.dylib and CloudSync.xcframework
1 parent da67440 commit cbb2605

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)