patch xcode 26

This commit is contained in:
2025-09-17 15:58:37 +07:00
parent de8689bfcd
commit d234b7e2de
3 changed files with 5 additions and 4 deletions

BIN
Carthage.xcframework.zip Normal file

Binary file not shown.

View File

@ -8,12 +8,12 @@ master 5fcba64
## Version
xcode26: 200.0.0
xcode26: 200.0.1
# Setup
Cartfile
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/README.md" == 200.0.0
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" == 200.0.1
Cartfile.resolved
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/README.md" "200.0.0"
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" "200.0.1"

View File

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