Skip to content

Commit

Permalink
ver 1.5.1 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaa committed Nov 10, 2023
1 parent fe5c2cf commit 62b9d0c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
16 changes: 8 additions & 8 deletions PlainShogi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "iOS/サポートファイル/iOS.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 6696GEY228;
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
Expand All @@ -1448,7 +1448,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.aaaakkkkssssttttnnnn.PlainShougi;
PRODUCT_NAME = "将棋盤";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand All @@ -1468,7 +1468,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "iOS/サポートファイル/iOS.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 6696GEY228;
"ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
Expand All @@ -1487,7 +1487,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.aaaakkkkssssttttnnnn.PlainShougi;
PRODUCT_NAME = "将棋盤";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -1582,7 +1582,7 @@
"@executable_path/../../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.aaaakkkkssssttttnnnn.PlainShougi.watchkitapp.PSComplication;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = watchos;
Expand Down Expand Up @@ -1613,7 +1613,7 @@
"@executable_path/../../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.aaaakkkkssssttttnnnn.PlainShougi.watchkitapp.PSComplication;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = watchos;
Expand Down Expand Up @@ -1646,7 +1646,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.aaaakkkkssssttttnnnn.PlainShougi.watchkitapp;
PRODUCT_NAME = "Plain将棋盤";
SDKROOT = watchos;
Expand Down Expand Up @@ -1679,7 +1679,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.5.1;
PRODUCT_BUNDLE_IDENTIFIER = net.aaaakkkkssssttttnnnn.PlainShougi.watchkitapp;
PRODUCT_NAME = "Plain将棋盤";
SDKROOT = watchos;
Expand Down
3 changes: 2 additions & 1 deletion Shared/その他/おまけ/🗒️StaticInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ enum 🗒️StaticInfo {

#if os(iOS)
extension 🗒️StaticInfo {
static let versionInfos: [(version: String, date: String)] = [("1.5", "2023-10-27"),
static let versionInfos: [(version: String, date: String)] = [("1.5.1", "2023-11-10"),
("1.5", "2023-10-27"),
("1.4", "2023-05-11"),
("1.3", "2023-01-22"),
("1.2.2", "2022-08-18"),
Expand Down
2 changes: 1 addition & 1 deletion iOS/SharePlay/SharePlay紹介メニュー.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct SharePlay紹介メニューリンク: View {
private func NameDropスタイル説明セクション() -> some View {
Section {
VStack {
Image(.nameDrop)
Image(.nameDropBump)
.resizable()
.scaledToFit()
.frame(maxWidth: .infinity, maxHeight: 140)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "nameDrop.heic",
"filename" : "NameDropBump.heic",
"idiom" : "universal"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"1.5.1" = "Fix a bug of image-export";

"1.5" = "Support for export to image format.
Support NameDrop style SharePlay(iOS17).
Add share button in main screen.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"1.5.1" = "画像書き出し機能が失敗する不具合を修正しました";

"1.5" = "画像書き出し機能を追加。
iPhone同士を近付けることでSharePlayを開始できる機能に対応(iOS 17のみ)。
メイン画面に共有ボタンを追加。
Expand Down

0 comments on commit 62b9d0c

Please sign in to comment.