Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 860ce66c87 | |||
| 5ce7d1b382 | |||
| 8c29c69908 | |||
| fd0d5fb184 | |||
| 3b60eb363b | |||
| 0fc8f0aea5 |
Binary file not shown.
24
README.md
24
README.md
@ -1,19 +1,31 @@
|
|||||||
## Realm Swift
|
## Realm Swift
|
||||||
https://github.com/realm/realm-swift
|
https://github.com/realm/realm-swift
|
||||||
master 5fcba64
|
master c22f930
|
||||||
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
./build.sh build ios
|
- `./build.sh build ios`
|
||||||
|
|
||||||
|
- compress 2 `Realm.xcframework` and `RealmSwift.xcframework` file in folder `build/Release/ios` to `Carthage.xcframework.zip`
|
||||||
|
|
||||||
|
- modify `Realm.json` file to add new version
|
||||||
|
|
||||||
|
- update in `README.md` file
|
||||||
|
|
||||||
|
- commit, tag and push changes to git
|
||||||
|
|
||||||
## Version
|
## Version
|
||||||
xcode26: 200.0.1
|
xcode26.2: 200.0.4
|
||||||
|
|
||||||
|
|
||||||
# Setup
|
## Release
|
||||||
|
go to `https://git.g7software.net/cuong/realm-swift-carthage/releases` and create new release
|
||||||
|
and upload `Carthage.xcframework.zip` file
|
||||||
|
|
||||||
|
|
||||||
|
## Setup
|
||||||
Cartfile
|
Cartfile
|
||||||
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" == 200.0.1
|
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" == 200.0.4
|
||||||
|
|
||||||
Cartfile.resolved
|
Cartfile.resolved
|
||||||
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" "200.0.1"
|
binary "https://git.g7software.net/cuong/realm-swift-carthage/raw/branch/master/carthage.json" "200.0.4"
|
||||||
3
Realm.json
Normal file
3
Realm.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"200.0.4": "https://git.g7software.net/cuong/realm-swift-carthage/releases/download/200.0.4/Carthage.xcframework.zip"
|
||||||
|
}
|
||||||
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"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",
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user