Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] バージョン2.2.1を切る #372

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions MainApp/UpdateInformationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ struct UpdateInformationView: View {
Group {
// version 2.2系
Group {
VersionView("2.2.1", releaseDate: "2023年11月12日") {
ParagraphView("機能を改善しました。") {
"「空白キー」に換えて「次候補」キーを選べるようになりました"
"Qwertyキーボードで常に「次候補キー」が表示されていた問題を修正しました"
"デザインを改善しました"
}
}
VersionView("2.2", releaseDate: "2023年11月3日") {
if #unavailable(iOS 16) {
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 @@ -1671,7 +1671,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2;
MARKETING_VERSION = 2.2.1;
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 @@ -1708,7 +1708,7 @@
"@executable_path/Frameworks",
);
LLVM_LTO = YES_THIN;
MARKETING_VERSION = 2.2;
MARKETING_VERSION = 2.2.1;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ImplicitOpenExistentials";
PRODUCT_BUNDLE_IDENTIFIER = DevEn3.azooKey;
PRODUCT_NAME = azooKey;
Expand Down