Skip to content

Commit

Permalink
there's only iOS and macOS platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 27, 2023
1 parent 784613d commit 92943f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/omnifocus.d.ts
Expand Up @@ -28,7 +28,7 @@ declare class Application {
readonly controlKeyDown: boolean;
readonly name: string;
readonly optionKeyDown: boolean;
readonly platformName: string;
readonly platformName: "iOS" | "macOS";
readonly shiftKeyDown: boolean;
readonly userVersion: Version;
readonly version: string;
Expand Down

0 comments on commit 92943f7

Please sign in to comment.