mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-26 21:55:21 +03:00
Set new snapshot version
This commit is contained in:
parent
0ae565be95
commit
7264544623
@ -1155,7 +1155,7 @@
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "-";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 20201224.200216;
|
||||
CURRENT_PROJECT_VERSION = 20210220.153052;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
@ -1215,7 +1215,7 @@
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "-";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 20201224.200216;
|
||||
CURRENT_PROJECT_VERSION = 20210220.153052;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
@ -1244,7 +1244,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 20201224.200216;
|
||||
CURRENT_PROJECT_VERSION = 20210220.153052;
|
||||
DEFINES_MODULE = YES;
|
||||
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../third-party/vimr-deps/include";
|
||||
IBC_MODULE = VimR;
|
||||
@ -1272,7 +1272,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 20201224.200216;
|
||||
CURRENT_PROJECT_VERSION = 20210220.153052;
|
||||
DEFINES_MODULE = YES;
|
||||
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../third-party/vimr-deps/include";
|
||||
IBC_MODULE = VimR;
|
||||
|
@ -1224,7 +1224,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SNAPSHOT-20201224.200216</string>
|
||||
<string>SNAPSHOT-20210220.153052</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
@ -1241,7 +1241,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>20201224.200216</string>
|
||||
<string>20210220.153052</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.productivity</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
@ -15,10 +15,10 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SNAPSHOT-20201224.200216</string>
|
||||
<string>SNAPSHOT-20210220.153052</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>20201224.200216</string>
|
||||
<string>20210220.153052</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -45,7 +45,7 @@ then continuously invoke the `build_nvimserver_for_local_dev` script.
|
||||
and upload them to the release from the last step.
|
||||
* Set a new version of VimR via
|
||||
```
|
||||
./bin/set_new_version.sh`
|
||||
is_snapshot=true ./bin/set_new_versions.sh
|
||||
```
|
||||
* Push and and build using
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user