in src/iOSSnapshotTestCaseCore/Public/FBSnapshotTestCasePlatform.h [27:33]
typedef NS_OPTIONS(NSUInteger, FBSnapshotTestCaseFileNameIncludeOption) {
FBSnapshotTestCaseFileNameIncludeOptionNone = 1 << 0,
FBSnapshotTestCaseFileNameIncludeOptionDevice = 1 << 1,
FBSnapshotTestCaseFileNameIncludeOptionOS = 1 << 2,
FBSnapshotTestCaseFileNameIncludeOptionScreenSize = 1 << 3,
FBSnapshotTestCaseFileNameIncludeOptionScreenScale = 1 << 4
};