Skip to content

Commit

Permalink
userReviewRquestTab // ver1.1.1 releaseCandidate2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaa committed Mar 2, 2024
1 parent 72abf76 commit c7625d9
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SpatialClock.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
160786DC2B5526BA00E2B2CA /* 🛠️SettingButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 160786DB2B5526BA00E2B2CA /* 🛠️SettingButton.swift */; };
16267B462B578836000CA8AD /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 16267B452B578836000CA8AD /* Localizable.xcstrings */; };
16267B552B57D496000CA8AD /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 16267B542B57D496000CA8AD /* InfoPlist.xcstrings */; };
16359E292B931EE5004CC792 /* 🛠️RequestTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16359E282B931EE4004CC792 /* 🛠️RequestTab.swift */; };
164C77FB2B565D6C008FF872 /* 🛠️TipsTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 164C77FA2B565D6C008FF872 /* 🛠️TipsTab.swift */; };
164C77FF2B565DFC008FF872 /* 🛠️ClockTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 164C77FE2B565DFC008FF872 /* 🛠️ClockTab.swift */; };
164C78012B565E0A008FF872 /* 🛠️VisualTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 164C78002B565E0A008FF872 /* 🛠️VisualTab.swift */; };
Expand Down Expand Up @@ -87,6 +88,7 @@
16267B482B5788AB000CA8AD /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
16267B4A2B5791FB000CA8AD /* appstore_badge.svg */ = {isa = PBXFileReference; lastKnownFileType = text; path = appstore_badge.svg; sourceTree = "<group>"; };
16267B542B57D496000CA8AD /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = "<group>"; };
16359E282B931EE4004CC792 /* 🛠️RequestTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "🛠️RequestTab.swift"; sourceTree = "<group>"; };
164C77FA2B565D6C008FF872 /* 🛠️TipsTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "🛠️TipsTab.swift"; sourceTree = "<group>"; };
164C77FE2B565DFC008FF872 /* 🛠️ClockTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "🛠️ClockTab.swift"; sourceTree = "<group>"; };
164C78002B565E0A008FF872 /* 🛠️VisualTab.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "🛠️VisualTab.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -158,6 +160,7 @@
16891EB22B7AF43600C6F0B3 /* 🛠️RestTab.swift */,
164C77FA2B565D6C008FF872 /* 🛠️TipsTab.swift */,
16891EC42B7B0A8300C6F0B3 /* 🛠️AboutTab.swift */,
16359E282B931EE4004CC792 /* 🛠️RequestTab.swift */,
);
path = "🛠️Tabs";
sourceTree = "<group>";
Expand Down Expand Up @@ -339,6 +342,7 @@
160786D82B5512EB00E2B2CA /* 🥽AppModel.swift in Sources */,
16F828702B560FBB00A29476 /* 💾Option.swift in Sources */,
160786DC2B5526BA00E2B2CA /* 🛠️SettingButton.swift in Sources */,
16359E292B931EE5004CC792 /* 🛠️RequestTab.swift in Sources */,
16F8286E2B560D8700A29476 /* 💾Key.swift in Sources */,
164C77FF2B565DFC008FF872 /* 🛠️ClockTab.swift in Sources */,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
}
}
},
"App Store\nreview\nPLEASE!!!" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "App Storeで\nレビュー\nしてください!"
}
}
}
},
"Battery" : {
"localizations" : {
"ja" : {
Expand Down Expand Up @@ -151,6 +161,16 @@
}
}
},
"Go to App Store" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "App Storeに移動"
}
}
}
},
"heavy" : {
"localizations" : {
"ja" : {
Expand Down Expand Up @@ -291,6 +311,16 @@
}
}
},
"Request" : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "お願い"
}
}
}
},
"Reserve direct-touch" : {
"localizations" : {
"ja" : {
Expand Down
1 change: 1 addition & 0 deletions SpatialClock/🛠️Setting/🛠️SettingMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ struct 🛠️SettingMenu: View {
🛠️RestTab()
🛠️TipsTab()
🛠️AboutTab()
🛠️RequestTab()
}
.frame(width: 520, height: 600)
}
Expand Down
32 changes: 32 additions & 0 deletions SpatialClock/🛠️Setting/🛠️Tabs/🛠️RequestTab.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import SwiftUI

struct 🛠️RequestTab: View {
@Environment(\.openURL) var openURL
var body: some View {
NavigationStack {
VStack(spacing: 24) {
Text("""
App Store
review
PLEASE!!!
""")
.multilineTextAlignment(.center)
.font(.extraLargeTitle2)
Button {
self.openURL(🗒️StaticInfo.appStoreUserReviewURL)
} label: {
HStack {
Text("Go to App Store")
Image(systemName: "arrow.up.forward.app")
.symbolRenderingMode(.hierarchical)
}
.font(.largeTitle)
.padding(.vertical, 12)
}
}
.padding(.bottom, 36)
.navigationTitle("Request")
}
.tabItem { Label("Request", systemImage: "star.bubble") }
}
}

0 comments on commit c7625d9

Please sign in to comment.