Improve manually added Steam app detection heuristic to prevent FPs on apps with "Steam" in the name

This commit is contained in:
Cameron Gutman
2019-09-08 18:55:59 -07:00
parent 56691791b8
commit 422db1898c
2 changed files with 19 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
@property (nullable, nonatomic, retain) NSString *id;
@property (nullable, nonatomic, retain) NSString *name;
@property (nullable, nonatomic, retain) NSString *installPath;
@property (nonatomic) BOOL hdrSupported;
@property (nullable, nonatomic, retain) TemporaryHost *host;