Skip to content

Commit

Permalink
1.2.13 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Mar 24, 2022
1 parent 338474d commit e3a56e0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Code.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = extension/extension.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 44;
CURRENT_PROJECT_VERSION = 46;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 69R94YG49H;
ENABLE_BITCODE = NO;
Expand All @@ -2490,7 +2490,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.2.11;
MARKETING_VERSION = 1.2.13;
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code.extension";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -2507,7 +2507,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = extension/extension.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 44;
CURRENT_PROJECT_VERSION = 46;
DEVELOPMENT_TEAM = 69R94YG49H;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -2522,7 +2522,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.2.11;
MARKETING_VERSION = 1.2.13;
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code.extension";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -2661,7 +2661,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Code App.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 44;
CURRENT_PROJECT_VERSION = 46;
DEVELOPMENT_ASSET_PATHS = "\"CodeApp/Preview Content\"";
DEVELOPMENT_TEAM = 69R94YG49H;
ENABLE_BITCODE = NO;
Expand All @@ -2680,7 +2680,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.2.11;
MARKETING_VERSION = 1.2.13;
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_STYLE = "non-global";
Expand All @@ -2702,7 +2702,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Code App.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 44;
CURRENT_PROJECT_VERSION = 46;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_ASSET_PATHS = "\"CodeApp/Preview Content\"";
DEVELOPMENT_TEAM = 69R94YG49H;
Expand All @@ -2723,7 +2723,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.2.11;
MARKETING_VERSION = 1.2.13;
PRODUCT_BUNDLE_IDENTIFIER = "thebaselab.VS-Code";
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_STYLE = "non-global";
Expand Down
5 changes: 4 additions & 1 deletion CodeApp/Localization/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.2.12 (Februar 2022)**
##### **v1.2.12 (Marsch 2022)**
#### Start
[Neue Datei](https://thebaselab.com/code/newfile)
[Datei öffnen](https://thebaselab.com/code/openfile)
Expand All @@ -24,6 +24,9 @@

"Changelog.message" =
"
### v1.2.13 (March 2022)
- Compatibility with iOS 15.4
- Internationalization support for Node.js
### v1.2.12 (March 2022)
- Critical bug fix
### v1.2.10 (March 2022)
Expand Down
5 changes: 4 additions & 1 deletion CodeApp/Localization/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.2.12 (March 2022)**
##### **v1.2.13 (March 2022)**
#### Start
[New file](https://thebaselab.com/code/newfile)
[Open file](https://thebaselab.com/code/openfile)
Expand All @@ -24,6 +24,9 @@

"Changelog.message" =
"
### v1.2.13 (March 2022)
- Compatibility with iOS 15.4
- Internationalization support for Node.js
### v1.2.12 (March 2022)
- Critical bug fix
### v1.2.10 (March 2022)
Expand Down
5 changes: 4 additions & 1 deletion CodeApp/Localization/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"Welcome Message" =
"# Code App
##### **v1.2.12 (2022 年 3 月)**
##### **v1.2.13 (2022 年 3 月)**
#### 开始
[新文件](https://thebaselab.com/code/newfile)
[打开文件](https://thebaselab.com/code/openfile)
Expand All @@ -24,6 +24,9 @@

"Changelog.message" =
"
### v1.2.13 (2022 年 3 月)
- iOS 15.4 的兼容性
- Node.js 的国际化支持
### v1.2.12 (2022 年 3 月)
- 错误修复
### v1.2.10(2022 年 3 月)
Expand Down

0 comments on commit e3a56e0

Please sign in to comment.