Skip to content

Commit 828d27d

Browse files
committed
Add more required properties.
1 parent 743feaf commit 828d27d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

RELEASING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Bump the version number in these places:
55
1. Cargo.toml
66
2. powersync-sqlite-core.podspec.
77
3. android/build.gradle.kts
8+
4. build-pod.sh - CFBundleVersion and CFBundleShortVersionString.
9+
5. `cargo build` to update Cargo.lock
810

911
Create a tag:
1012

build-pod.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ function createXcframework() {
2727
<string>????</string>
2828
<key>MinimumOSVersion</key>
2929
<string>11.0</string>
30+
<key>CFBundleVersion</key>
31+
<string>0.1.5</string>
32+
<key>CFBundleShortVersionString</key>
33+
<string>0.1.5</string>
3034
</dict>
3135
</plist>
3236
EOF

0 commit comments

Comments
 (0)