Skip to content

Commit

Permalink
バージョンをベタ書きするのをやめた
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurrium committed Apr 17, 2022
1 parent 0db21d9 commit 63e57bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Komusou.xcodeproj/project.pbxproj
Expand Up @@ -513,7 +513,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.gurrium.Komuso;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -543,7 +543,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.gurrium.Komuso;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
2 changes: 1 addition & 1 deletion Komusou/Settings/SettingsView.swift
Expand Up @@ -32,7 +32,7 @@ struct SettingsView: View {
HStack {
Text("バージョン")
Spacer()
Text("0.1")
Text(Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as! String)
.foregroundColor(.secondary)
}
}
Expand Down

0 comments on commit 63e57bd

Please sign in to comment.