Skip to content

Commit

Permalink
fix: SwiftUI localized string support markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
iHTCboy committed Mar 19, 2023
1 parent e916363 commit 475e6ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iChatGPT.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2023.3.19;
CURRENT_PROJECT_VERSION = 2023.3.20;
DEVELOPMENT_ASSET_PATHS = "\"iChatGPT/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -553,7 +553,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2023.3.19;
CURRENT_PROJECT_VERSION = 2023.3.20;
DEVELOPMENT_ASSET_PATHS = "\"iChatGPT/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
Expand Down
2 changes: 1 addition & 1 deletion iChatGPT/TokenSettingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ struct TokenSettingView: View {
.foregroundColor(.gray)
.padding(.bottom, 10)

Text("Developer: 37 Mobile iOS Tech Team\nGitHub: https://github.com/37iOS/iChatGPT".localized())
Text(.init("Developer: 37 Mobile iOS Tech Team\nGitHub: https://github.com/37iOS/iChatGPT".localized()))
.font(.footnote)
.foregroundColor(.secondary)
.multilineTextAlignment(.center)
Expand Down

0 comments on commit 475e6ef

Please sign in to comment.