diff --git a/README.md b/README.md index 3f75f00..073d72f 100644 --- a/README.md +++ b/README.md @@ -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" \ No newline at end of file +binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/README.md" "200.0.0" \ No newline at end of file diff --git a/carthage.json b/carthage.json new file mode 100644 index 0000000..23d7c1e --- /dev/null +++ b/carthage.json @@ -0,0 +1,3 @@ +{ + "200.0.0": "https://git.g7software.net/cuong/realm-swift-carthage/releases/download/200.0.0/Carthage.xcframework.zip" +} diff --git a/releases/xcode26.0/ios/Carthage.xcframework.zip b/releases/xcode26.0/ios/Carthage.xcframework.zip deleted file mode 100644 index 975b0b5..0000000 Binary files a/releases/xcode26.0/ios/Carthage.xcframework.zip and /dev/null differ diff --git a/releases/xcode26.0/ios/carthage.json b/releases/xcode26.0/ios/carthage.json deleted file mode 100644 index 01abfd1..0000000 --- a/releases/xcode26.0/ios/carthage.json +++ /dev/null @@ -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" -}