Skip to content

Commit

Permalink
Update bundle ID
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Mar 15, 2024
1 parent 7375884 commit 77f28df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/src/services/appToPlatform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const bundleToPlatform: {[bundle: string]: Platform} = {
"uk.co.guardian.iphone2": Platform.Ios,
"uk.co.guardian.gce": Platform.IosEdition,
"uk.co.guardian.puzzles": Platform.IosPuzzles,
"uk.co.guardian.feast": Platform.IosFeast
"uk.co.guardian.Feast": Platform.IosFeast
};

export function fromAppleBundle(bundle?: string): Platform | undefined {
Expand Down

0 comments on commit 77f28df

Please sign in to comment.