Commit 45fb9f0
authored
sign and notarize Apple extensions (#16)
* feat(xcframework): add signing and notarization step for CloudSync.xcframework
* fix(workflow): update sign and notarize step for xcframework
* fix(workflow): enhance signing and notarization process for CloudSync.xcframework
* fix(workflow):remove useless notarization step
* refactor(xcframework): remove unused cloudsync_autoinit, modulemap and cloudsync header file
* fix(workflow): update codesigning steps for apple platforms
* fix(workflow): create CloudSync.framework directory during xcframework build
* fix(workflow): add notarization step for CloudSync.xcframework
* fix(workflow): enhance codesigning and notarization steps for macOS builds
* fix(workflow): update macOS codesigning to use zip for notarization
* fix(workflow): update stapling process for xcframework to handle multiple frameworks
* fix(workflow): remove stapling steps for cloudsync.dylib and CloudSync.xcframework
* fix(workflow): rename codesigning steps for clarity and include notarization
* fix(workflow): update codesigning step for dylib and remove notarization process
* bump version1 parent 654d8fb commit 45fb9f0
3 files changed
+30
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
119 | 148 | | |
120 | 149 | | |
121 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3245 | 3245 | | |
3246 | 3246 | | |
3247 | 3247 | | |
3248 | | - | |
3249 | | - | |
3250 | | - | |
3251 | | - | |
3252 | 3248 | | |
3253 | 3249 | | |
3254 | 3250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments