This commit is contained in:
2025-09-17 15:50:01 +07:00
parent 5d316de03b
commit de8689bfcd
4 changed files with 11 additions and 8 deletions

View File

@ -1,16 +1,19 @@
Realm Swift
## Realm Swift
https://github.com/realm/realm-swift
master 5fcba64
## Build
./build.sh build ios
version: 200.0.0
## Version
xcode26: 200.0.0
# Setup
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/README.md" == 200.0.0
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/README.md" "200.0.0"

3
carthage.json Normal file
View File

@ -0,0 +1,3 @@
{
"200.0.0": "https://git.g7software.net/cuong/realm-swift-carthage/releases/download/200.0.0/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"
}