Skip to content

Commit

Permalink
Removed iOS from platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
PartyDonut committed Dec 28, 2024
1 parent 3dfb9a8 commit 6eff475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ export const Clients: Array<Client> = [
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Mobile, DeviceType.Desktop],
licenseType: LicenseType.OpenSource,
platforms: [Platform.Linux, Platform.Windows, Platform.MacOS, Platform.Android, Platform.IOS, Platform.Browser],
platforms: [Platform.Linux, Platform.Windows, Platform.MacOS, Platform.Android, Platform.Browser],
primaryLinks: [
{
id: "play-store",
Expand Down

0 comments on commit 6eff475

Please sign in to comment.