Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fc8f0aea5 | |||
| d234b7e2de | |||
| de8689bfcd |
13
README.md
13
README.md
@ -1,16 +1,19 @@
|
|||||||
Realm Swift
|
## Realm Swift
|
||||||
https://github.com/realm/realm-swift
|
https://github.com/realm/realm-swift
|
||||||
master 5fcba64
|
master 5fcba64
|
||||||
|
|
||||||
|
|
||||||
|
## Build
|
||||||
./build.sh build ios
|
./build.sh build ios
|
||||||
|
|
||||||
version: 200.0.0
|
|
||||||
|
## Version
|
||||||
|
xcode26: 200.0.2
|
||||||
|
|
||||||
|
|
||||||
|
# Setup
|
||||||
Cartfile
|
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/carthage.json" == 200.0.2
|
||||||
|
|
||||||
|
|
||||||
Cartfile.resolved
|
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/carthage.json" "200.0.2"
|
||||||
5
carthage.json
Normal file
5
carthage.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"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",
|
||||||
|
"200.0.2": "https://git.g7software.net/cuong/realm-swift-carthage/releases/download/200.0.2/Carthage.xcframework.zip"
|
||||||
|
}
|
||||||
@ -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"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user