Skip to content

Commit 7b82bc0

Browse files
authored
Merge pull request #31 from MilanistaDev/feature/appVersion110
App version update 1.0.0 to 1.1.0 and fixed App Version Screen
2 parents feab0d1 + 75a7730 commit 7b82bc0

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

NippochanSwiftUI WatchKit Extension/View/Settings/AppInfoView.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ struct AppInfoView: View {
1212
let appVersion = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String
1313
var body: some View {
1414
VStack(alignment: .center) {
15+
Text("勤怠ちゃん")
16+
.font(.headline)
17+
.foregroundColor(.yellow)
18+
.padding()
1519
Text(appVersion ?? "")
1620
.font(.title)
17-
.padding(Edge.Set.top, 30.0)
1821
Spacer()
19-
Text("Kintai-chan, 2019")
22+
Text("Kintai-chan, 2019-2020")
2023
.font(.footnote)
2124
.foregroundColor(.green)
2225
Text("Takuya Aso")
2326
.font(.footnote)
2427
.foregroundColor(.green)
25-
.padding(Edge.Set.bottom, 8.0)
28+
.padding(.bottom, 8.0)
2629
}
2730
.navigationBarTitle("App Version")
2831
}

NippochanSwiftUI.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
"@executable_path/Frameworks",
562562
"@executable_path/../../Frameworks",
563563
);
564-
MARKETING_VERSION = 1.0.0;
564+
MARKETING_VERSION = 1.1.0;
565565
PRODUCT_BUNDLE_IDENTIFIER = com.ASTK.NippochanSwiftUI.watchkitapp.watchkitextension;
566566
PRODUCT_NAME = "${TARGET_NAME}";
567567
SDKROOT = watchos;
@@ -586,7 +586,7 @@
586586
"@executable_path/Frameworks",
587587
"@executable_path/../../Frameworks",
588588
);
589-
MARKETING_VERSION = 1.0.0;
589+
MARKETING_VERSION = 1.1.0;
590590
PRODUCT_BUNDLE_IDENTIFIER = com.ASTK.NippochanSwiftUI.watchkitapp.watchkitextension;
591591
PRODUCT_NAME = "${TARGET_NAME}";
592592
SDKROOT = watchos;
@@ -606,7 +606,7 @@
606606
DEVELOPMENT_TEAM = 7M7ZGYSAKB;
607607
IBSC_MODULE = NippochanSwiftUI_WatchKit_Extension;
608608
INFOPLIST_FILE = "NippochanSwiftUI WatchKit App/Info.plist";
609-
MARKETING_VERSION = 1.0.0;
609+
MARKETING_VERSION = 1.1.0;
610610
PRODUCT_BUNDLE_IDENTIFIER = com.ASTK.NippochanSwiftUI.watchkitapp;
611611
PRODUCT_NAME = "$(TARGET_NAME)";
612612
SDKROOT = watchos;
@@ -626,7 +626,7 @@
626626
DEVELOPMENT_TEAM = 7M7ZGYSAKB;
627627
IBSC_MODULE = NippochanSwiftUI_WatchKit_Extension;
628628
INFOPLIST_FILE = "NippochanSwiftUI WatchKit App/Info.plist";
629-
MARKETING_VERSION = 1.0.0;
629+
MARKETING_VERSION = 1.1.0;
630630
PRODUCT_BUNDLE_IDENTIFIER = com.ASTK.NippochanSwiftUI.watchkitapp;
631631
PRODUCT_NAME = "$(TARGET_NAME)";
632632
SDKROOT = watchos;
@@ -643,7 +643,7 @@
643643
CODE_SIGN_STYLE = Automatic;
644644
CURRENT_PROJECT_VERSION = 1;
645645
DEVELOPMENT_TEAM = 7M7ZGYSAKB;
646-
MARKETING_VERSION = 1.0.0;
646+
MARKETING_VERSION = 1.1.0;
647647
PRODUCT_BUNDLE_IDENTIFIER = com.ASTK.NippochanSwiftUI;
648648
PRODUCT_NAME = "$(TARGET_NAME)";
649649
SWIFT_VERSION = 5.0;
@@ -656,7 +656,7 @@
656656
CODE_SIGN_STYLE = Automatic;
657657
CURRENT_PROJECT_VERSION = 1;
658658
DEVELOPMENT_TEAM = 7M7ZGYSAKB;
659-
MARKETING_VERSION = 1.0.0;
659+
MARKETING_VERSION = 1.1.0;
660660
PRODUCT_BUNDLE_IDENTIFIER = com.ASTK.NippochanSwiftUI;
661661
PRODUCT_NAME = "$(TARGET_NAME)";
662662
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)