Skip to content

Commit

Permalink
Remove change language option from macOS Catalyst target
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx committed Dec 2, 2021
1 parent c1c35ad commit 7889439
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,18 @@
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
launchAutomaticallySubstyle = "32">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/Clendar">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A307DAB925ADD6B300B5CE11"
BuildableName = "ClendarWatchApp.app"
BlueprintName = "ClendarWatchApp"
ReferencedContainer = "container:Clendar.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,18 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/Clendar">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A307DAB925ADD6B300B5CE11"
BuildableName = "ClendarWatchApp.app"
BlueprintName = "ClendarWatchApp"
ReferencedContainer = "container:Clendar.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
4 changes: 2 additions & 2 deletions Clendar/Modules/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ final class SettingsViewController: FormViewController {
builder += enableHapticFeedback
builder += ViewControllerFormItem().title(NSLocalizedString("Custom App Icon", comment: "")).viewController(AppIconChooserViewController.self)
builder += siriShortcutButton
#endif
builder += languageButton
builder += SectionFooterTitleFormItem().title(NSLocalizedString("You will be redirect to Settings app to select your preferred app language. After choosing the language, please relaunch the application to apply effects (Tip: you can tap the top left icon, below the status bar to quickly launch the app).", comment: ""))

#endif

// Calendar
builder += SectionHeaderTitleFormItem().title(NSLocalizedString("Calendar", comment: ""))
builder += calendarView
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ name: Then, nameSpecified: Then, owner: devxoul, version: 2.7.0

add-version-numbers: false

LicensePlist Version: 2.16.0
LicensePlist Version: 3.0.5

0 comments on commit 7889439

Please sign in to comment.