diff --git a/Carthage.xcframework.zip b/Carthage.xcframework.zip new file mode 100644 index 0000000..975b0b5 Binary files /dev/null and b/Carthage.xcframework.zip differ diff --git a/README.md b/README.md index 073d72f..e5cd80a 100644 --- a/README.md +++ b/README.md @@ -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" \ No newline at end of file +binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" "200.0.1" \ No newline at end of file diff --git a/carthage.json b/carthage.json index 23d7c1e..92fc082 100644 --- a/carthage.json +++ b/carthage.json @@ -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", }