Skip to content

Commit

Permalink
Update Manet to include the MacOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
bzf authored Jan 11, 2025
1 parent b3bb622 commit c78141b
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 @@ -915,7 +915,7 @@ export const Clients: Array<Client> = [
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Mobile],
licenseType: LicenseType.Proprietary,
platforms: [Platform.IOS],
platforms: [Platform.IOS, Platform.MacOS],
primaryLinks: [
{
id: 'app-store',
Expand Down

0 comments on commit c78141b

Please sign in to comment.