Skip to content

Commit 7889439

Browse files
committed
Remove change language option from macOS Catalyst target
1 parent c1c35ad commit 7889439

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

Clendar.xcodeproj/xcshareddata/xcschemes/ClendarWatchApp (Complication).xcscheme

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,18 @@
5555
debugServiceExtension = "internal"
5656
allowLocationSimulation = "YES"
5757
launchAutomaticallySubstyle = "32">
58-
<BuildableProductRunnable
59-
runnableDebuggingMode = "0">
58+
<RemoteRunnable
59+
runnableDebuggingMode = "2"
60+
BundleIdentifier = "com.apple.Carousel"
61+
RemotePath = "/Clendar">
6062
<BuildableReference
6163
BuildableIdentifier = "primary"
6264
BlueprintIdentifier = "A307DAB925ADD6B300B5CE11"
6365
BuildableName = "ClendarWatchApp.app"
6466
BlueprintName = "ClendarWatchApp"
6567
ReferencedContainer = "container:Clendar.xcodeproj">
6668
</BuildableReference>
67-
</BuildableProductRunnable>
69+
</RemoteRunnable>
6870
</LaunchAction>
6971
<ProfileAction
7072
buildConfiguration = "Release"

Clendar.xcodeproj/xcshareddata/xcschemes/ClendarWatchApp.xcscheme

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,18 @@
5454
debugDocumentVersioning = "YES"
5555
debugServiceExtension = "internal"
5656
allowLocationSimulation = "YES">
57-
<BuildableProductRunnable
58-
runnableDebuggingMode = "0">
57+
<RemoteRunnable
58+
runnableDebuggingMode = "2"
59+
BundleIdentifier = "com.apple.Carousel"
60+
RemotePath = "/Clendar">
5961
<BuildableReference
6062
BuildableIdentifier = "primary"
6163
BlueprintIdentifier = "A307DAB925ADD6B300B5CE11"
6264
BuildableName = "ClendarWatchApp.app"
6365
BlueprintName = "ClendarWatchApp"
6466
ReferencedContainer = "container:Clendar.xcodeproj">
6567
</BuildableReference>
66-
</BuildableProductRunnable>
68+
</RemoteRunnable>
6769
</LaunchAction>
6870
<ProfileAction
6971
buildConfiguration = "Release"

Clendar/Modules/Settings/SettingsViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ final class SettingsViewController: FormViewController {
302302
builder += enableHapticFeedback
303303
builder += ViewControllerFormItem().title(NSLocalizedString("Custom App Icon", comment: "")).viewController(AppIconChooserViewController.self)
304304
builder += siriShortcutButton
305-
#endif
306305
builder += languageButton
307306
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: ""))
308-
307+
#endif
308+
309309
// Calendar
310310
builder += SectionHeaderTitleFormItem().title(NSLocalizedString("Calendar", comment: ""))
311311
builder += calendarView

Clendar/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ name: Then, nameSpecified: Then, owner: devxoul, version: 2.7.0
5050

5151
add-version-numbers: false
5252

53-
LicensePlist Version: 2.16.0
53+
LicensePlist Version: 3.0.5

0 commit comments

Comments
 (0)