7 Commits

Author SHA1 Message Date
5ce7d1b382 xcode 26.2 2026-01-14 09:06:48 +07:00
8c29c69908 xcode 26.1 2025-11-04 11:10:46 +07:00
fd0d5fb184 update 2025-09-17 16:39:52 +07:00
3b60eb363b update 2025-09-17 16:22:45 +07:00
0fc8f0aea5 xcode 26 fix 2025-09-17 16:05:31 +07:00
d234b7e2de patch xcode 26 2025-09-17 15:58:37 +07:00
de8689bfcd xcode 26 2025-09-17 15:50:01 +07:00
4 changed files with 16 additions and 9 deletions

View File

@ -1,16 +1,23 @@
Realm Swift ## Realm Swift
https://github.com/realm/realm-swift https://github.com/realm/realm-swift
master 5fcba64 master c22f930
## Build
./build.sh build ios ./build.sh build ios
version: 200.0.0
## Version
xcode26.1: 200.0.3
## Release
go to `https://git.g7software.net/cuong/realm-swift-carthage/releases` and create new release
## Setup
Cartfile Cartfile
binary "https://git.g7software.net/cuong/realm-swift-carthage/src/branch/master/releases/xcode26.0/ios/Carthage.xcframework.zip" == 200.0.0 binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" == 200.0.4
Cartfile.resolved Cartfile.resolved
binary "https://git.g7software.net/cuong/realm-swift-carthage/src/branch/master/releases/xcode26.0/ios/Carthage.xcframework.zip" "200.0.0" binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" "200.0.4"

3
Realm.json Normal file
View File

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

View File

@ -1,3 +0,0 @@
{
"200.0.0": "https://git.g7software.net/cuong/realm-swift-carthage/src/branch/master/releases/xcode26.0/ios/Carthage.xcframework.zip"
}