2 Commits

Author SHA1 Message Date
860ce66c87 update 2026-01-14 09:16:05 +07:00
5ce7d1b382 xcode 26.2 2026-01-14 09:06:48 +07:00
3 changed files with 13 additions and 5 deletions

Binary file not shown.

View File

@ -4,20 +4,28 @@ master c22f930
## Build
./build.sh build ios
- `./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.1: 200.0.3
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.3
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.3"
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" "200.0.4"

View File

@ -1,3 +1,3 @@
{
"200.0.3": "https://git.g7software.net/cuong/realm-swift-carthage/releases/download/200.0.3/Carthage.xcframework.zip"
"200.0.4": "https://git.g7software.net/cuong/realm-swift-carthage/releases/download/200.0.4/Carthage.xcframework.zip"
}