Skip to content

Commit 2f400a5

Browse files
committed
Merge pull request nygard#92 from kristopherjohnson/master
2 parents 2c82b4f + 243da88 commit 2f400a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/CDLCBuildVersion.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
case PLATFORM_TVOS: return @"tvOS";
1616
case PLATFORM_WATCHOS: return @"watchOS";
1717
case PLATFORM_BRIDGEOS: return @"bridgeOS";
18+
#if defined(PLATFORM_IOSMAC)
1819
case PLATFORM_IOSMAC: return @"iOS Mac";
20+
#elif defined(PLATFORM_MACCATALYST)
21+
case PLATFORM_MACCATALYST: return @"Mac Catalyst";
22+
#endif
1923
case PLATFORM_IOSSIMULATOR: return @"iOS Simulator";
2024
case PLATFORM_TVOSSIMULATOR: return @"tvOS Simulator";
2125
case PLATFORM_WATCHOSSIMULATOR: return @"watchOS Simulator";

0 commit comments

Comments
 (0)