31 lines
777 B
Markdown
31 lines
777 B
Markdown
## Realm Swift
|
|
https://github.com/realm/realm-swift
|
|
master c22f930
|
|
|
|
|
|
## Build
|
|
- `./build.sh build ios`
|
|
|
|
- compress 2 `Realm.xcframework` and `RealmSwift.xcframework` file in folder `build/Release/ios` to `Carthage.xcframework.zip`
|
|
|
|
- modify `Realm.json` file to add new version
|
|
|
|
- update in `README.md` file
|
|
|
|
- commit, tag and push changes to git
|
|
|
|
## Version
|
|
xcode26.2: 200.0.4
|
|
|
|
|
|
## Release
|
|
go to `https://git.g7software.net/cuong/realm-swift-carthage/releases` and create new release
|
|
and upload `Carthage.xcframework.zip` file
|
|
|
|
|
|
## Setup
|
|
Cartfile
|
|
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" == 200.0.4
|
|
|
|
Cartfile.resolved
|
|
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" "200.0.4" |