We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743feaf commit 828d27dCopy full SHA for 828d27d
RELEASING.md
@@ -5,6 +5,8 @@ Bump the version number in these places:
5
1. Cargo.toml
6
2. powersync-sqlite-core.podspec.
7
3. android/build.gradle.kts
8
+4. build-pod.sh - CFBundleVersion and CFBundleShortVersionString.
9
+5. `cargo build` to update Cargo.lock
10
11
Create a tag:
12
build-pod.sh
@@ -27,6 +27,10 @@ function createXcframework() {
27
<string>????</string>
28
<key>MinimumOSVersion</key>
29
<string>11.0</string>
30
+ <key>CFBundleVersion</key>
31
+ <string>0.1.5</string>
32
+ <key>CFBundleShortVersionString</key>
33
34
</dict>
35
</plist>
36
EOF
0 commit comments