1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-27 14:14:19 +03:00

Update version

This commit is contained in:
Tae Won Ha 2023-01-03 17:44:00 +01:00
parent 15ca44c650
commit bec64769fa
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
4 changed files with 9 additions and 8 deletions

View File

@ -1124,7 +1124,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-"; CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20221115.195322; CURRENT_PROJECT_VERSION = 20230103.174333;
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1186,7 +1186,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-"; CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO; COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20221115.195322; CURRENT_PROJECT_VERSION = 20230103.174333;
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO; ENABLE_NS_ASSERTIONS = NO;
@ -1216,7 +1216,7 @@
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20221115.195322; CURRENT_PROJECT_VERSION = 20230103.174333;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
IBC_MODULE = VimR; IBC_MODULE = VimR;
INFOPLIST_FILE = VimR/Info.plist; INFOPLIST_FILE = VimR/Info.plist;
@ -1238,7 +1238,7 @@
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES; COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20221115.195322; CURRENT_PROJECT_VERSION = 20230103.174333;
DEFINES_MODULE = YES; DEFINES_MODULE = YES;
IBC_MODULE = VimR; IBC_MODULE = VimR;
INFOPLIST_FILE = VimR/Info.plist; INFOPLIST_FILE = VimR/Info.plist;

View File

@ -1224,7 +1224,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.43.0</string> <string>0.44.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
@ -1241,7 +1241,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20221115.195322</string> <string>20230103.174333</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string> <string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>BNDL</string> <string>BNDL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.43.0</string> <string>0.44.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>20221115.195322</string> <string>20230103.174333</string>
</dict> </dict>
</plist> </plist>

View File

@ -1,5 +1,6 @@
# Next # Next
* Neovim 0.8.2 😀
* Reduce app size (~14MB) by using `strip` on VimR binary. * Reduce app size (~14MB) by using `strip` on VimR binary.
* Dependencies updates * Dependencies updates
- Kitura/BlueSocket@2.0.4 - Kitura/BlueSocket@2.0.4