From ee34428ccd4effcb28168690c56a3b9fb209dd81 Mon Sep 17 00:00:00 2001 From: cuong mac mini m2 Date: Wed, 17 Sep 2025 14:37:46 +0700 Subject: [PATCH] add json file --- README.md | 10 +++++++++- releases/xcode26.0/ios/carthage.json | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 releases/xcode26.0/ios/carthage.json diff --git a/README.md b/README.md index 1e32cfa..ef92c23 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,12 @@ master 5fcba64 ./build.sh build ios -version: 200.0.0 \ No newline at end of file +version: 200.0.0 + + +Cartfile +binary "https://git.g7software.net/cuong/realm-swift-carthage/releases/xcode26.0/ios/carthage.xcframework.zip" == 200.0.0 + + +Cartfile.resolved +binary "https://git.g7software.net/cuong/realm-swift-carthage/releases/xcode26.0/ios/carthage.xcframework.zip" "200.0.0" \ No newline at end of file diff --git a/releases/xcode26.0/ios/carthage.json b/releases/xcode26.0/ios/carthage.json new file mode 100644 index 0000000..4fa1048 --- /dev/null +++ b/releases/xcode26.0/ios/carthage.json @@ -0,0 +1,3 @@ +{ + "200.0.0": "https://git.g7software.net/cuong/realm-swift-carthage/releases/xcode26.0/ios/carthage.xcframework.zip" +}