Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Bump the version number in these places:
1. Cargo.toml
2. powersync-sqlite-core.podspec.
3. android/build.gradle.kts
4. build-pod.sh - CFBundleVersion and CFBundleShortVersionString.
5. `cargo build` to update Cargo.lock

Create a tag:

Expand Down
6 changes: 6 additions & 0 deletions build-pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ function createXcframework() {
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<key>CFBundleVersion</key>
<string>0.1.5</string>
<key>CFBundleShortVersionString</key>
<string>0.1.5</string>
</dict>
</plist>
EOF
Expand Down