mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-05 02:16:45 +03:00
Update deps
This commit is contained in:
parent
f3bc562276
commit
80fb7e3ba9
@ -95,8 +95,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/ReactiveX/RxSwift",
|
||||
"state" : {
|
||||
"revision" : "9dcaa4b333db437b0fbfaf453fad29069044a8b4",
|
||||
"version" : "6.6.0"
|
||||
"revision" : "b06a8c8596e4c3e8e7788e08e720e3248563ce6a",
|
||||
"version" : "6.7.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -113,8 +113,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/sparkle-project/Sparkle",
|
||||
"state" : {
|
||||
"revision" : "0a4caaf7a81eea2cece651ef4b17331fa0634dff",
|
||||
"version" : "2.6.0"
|
||||
"revision" : "41847a58cdef7506b257591fcca6f9495df591d4",
|
||||
"version" : "2.6.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1361,7 +1361,7 @@
|
||||
repositoryURL = "https://github.com/ReactiveX/RxSwift";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 6.6.0;
|
||||
version = 6.7.1;
|
||||
};
|
||||
};
|
||||
4B9BC42824EB2E6D000209B5 /* XCRemoteSwiftPackageReference "ShortcutRecorder" */ = {
|
||||
@ -1393,7 +1393,7 @@
|
||||
repositoryURL = "https://github.com/sparkle-project/Sparkle";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 2.6.0;
|
||||
version = 2.6.2;
|
||||
};
|
||||
};
|
||||
4BADD55C283ABD0200C6B16D /* XCRemoteSwiftPackageReference "swift-collections" */ = {
|
||||
|
@ -1,24 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
readonly clean=${clean:?"true or false: when true, xcodebuild clean will be performed"}
|
||||
|
||||
main() {
|
||||
if [[ "${clean}" == true ]]; then
|
||||
local -r cmd="clean build"
|
||||
else
|
||||
local -r cmd="build"
|
||||
fi
|
||||
|
||||
pushd "$(dirname "${BASH_SOURCE[0]}")/.." > /dev/null
|
||||
xcodebuild \
|
||||
-workspace VimR.xcworkspace \
|
||||
-derivedDataPath ./build \
|
||||
-configuration Release \
|
||||
-scheme VimR \
|
||||
-xcconfig ./VimR/Dev.xcconfig \
|
||||
${cmd}
|
||||
popd >/dev/null
|
||||
}
|
||||
|
||||
main
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
pushd "$(dirname "${BASH_SOURCE[0]}")/../../.." >/dev/null
|
||||
pushd ./Neovim
|
||||
|
||||
rm -rf ./build
|
||||
rm -rf ./.deps
|
||||
make distclean
|
||||
|
||||
popd
|
||||
|
||||
popd >/dev/null
|
@ -1,5 +1,16 @@
|
||||
# Next
|
||||
|
||||
* Dependencies updates:
|
||||
- sparkle-project/Sparkle@2.7.2
|
||||
- ReactiveX/RxSwift@6.7.1
|
||||
|
||||
# v0.47.1-20240528.171603
|
||||
|
||||
* Neovim 0.10.0 😀
|
||||
- 0.47.0 did not contain the generated API methods for Neovim 0.10.0...
|
||||
|
||||
# v0.47.0-20240528.165939
|
||||
|
||||
* Neovim 0.10.0 😀
|
||||
|
||||
# v0.46.2-20240517.102525
|
||||
|
Loading…
Reference in New Issue
Block a user