Skip to content

Commit

Permalink
ver1.1.1 releaseCandidate1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaa committed Mar 2, 2024
1 parent 6d0bed5 commit 72abf76
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SpatialClock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = net.aaaakkkkssssttttnnnn.SpatialClock;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "xros xrsimulator";
Expand All @@ -510,7 +510,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = net.aaaakkkkssssttttnnnn.SpatialClock;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "xros xrsimulator";
Expand Down
2 changes: 1 addition & 1 deletion SpatialClock/Rest/🗒️StaticInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum 🗒️StaticInfo {
}

extension 🗒️StaticInfo {
static let versionInfos: [(version: String, date: String)] = [("1.1.1", "2024-03-01"),
static let versionInfos: [(version: String, date: String)] = [("1.1.1", "2024-03-02"),
("1.1", "2024-02-14"),
("1.0", "2024-02-02")] //降順。先頭の方が新しい

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,21 @@
}
},
"1.1.1" : {
"extractionState" : "manual"
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "- Fixed a bug that prevents the clock window from being reopened if it is closed while the settings window is displayed.\n- Fixed small bugs."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "・設定ウインドウを表示中に時計ウインドウを閉じると時計ウインドウを開けなくなるバグを修正\n・軽微なバグの修正"
}
}
}
}
},
"version" : "1.0"
Expand Down

0 comments on commit 72abf76

Please sign in to comment.