We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f8009 commit d3f495dCopy full SHA for d3f495d
2 files changed
.github/workflows/main.yml
@@ -128,8 +128,7 @@ jobs:
128
129
- name: codesign dylib
130
if: matrix.os == 'macos-15' && matrix.name != 'apple-xcframework'
131
- run: |
132
- codesign --sign "${{ secrets.APPLE_TEAM_ID }}" --timestamp --options runtime dist/cloudsync.dylib
+ run: codesign --sign "${{ secrets.APPLE_TEAM_ID }}" --timestamp --options runtime dist/cloudsync.dylib
133
134
- name: codesign and notarize xcframework
135
if: matrix.name == 'apple-xcframework'
src/cloudsync.h
@@ -20,7 +20,7 @@
20
extern "C" {
21
#endif
22
23
-#define CLOUDSYNC_VERSION "0.8.26"
+#define CLOUDSYNC_VERSION "0.8.27"
24
25
int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
26
0 commit comments