Skip to content

Commit

Permalink
Update to version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ensan-hcl committed Nov 12, 2023
1 parent bb64b2e commit 1566e89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MainApp/UpdateInformationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ struct UpdateInformationView: View {
Group {
// version 2.2系
Group {
VersionView("2.2.2", releaseDate: "2023年11月13日") {
ParagraphView("不具合を修正しました。") {
"起動に関する問題を修正しました"
}
}
VersionView("2.2.1", releaseDate: "2023年11月12日") {
ParagraphView("機能を改善しました。") {
"「空白キー」に換えて「次候補」キーを選べるようになりました"
Expand Down
4 changes: 2 additions & 2 deletions azooKey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature ImportObjcForwardDeclarations";
PRODUCT_BUNDLE_IDENTIFIER = DevEn3.azooKey;
PRODUCT_NAME = azooKey;
Expand Down Expand Up @@ -1712,7 +1712,7 @@
"@executable_path/Frameworks",
);
LLVM_LTO = YES_THIN;
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.2.2;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ImplicitOpenExistentials";
PRODUCT_BUNDLE_IDENTIFIER = DevEn3.azooKey;
PRODUCT_NAME = azooKey;
Expand Down

0 comments on commit 1566e89

Please sign in to comment.