Lines Matching full:platform
123 #ifdef PLATFORM
124 // PLATFORM(platform, id, name, build_name, target, tapi_target, marketing)
125 PLATFORM(UNKNOWN, 0, unknown, unknown, unknown, unknown, unknown)
126 PLATFORM(MACOS, 1, macos, macos, macos, macos, macOS)
127 PLATFORM(IOS, 2, ios, ios, ios, ios, iOS)
128 PLATFORM(TVOS, 3, tvos, tvos, tvos, tvos, tvOS)
129 PLATFORM(WATCHOS, 4, watchos, watchos, watchos, watchos, watchOS)
130 PLATFORM(BRIDGEOS, 5, bridgeos, bridgeos, bridgeos, bridgeos, bridgeOS)
131 PLATFORM(MACCATALYST, 6, macCatalyst, macCatalyst, ios-macabi, maccatalyst, macCatalyst)
132 PLATFORM(IOSSIMULATOR, 7, iossimulator, iossimulator, ios-simulator, ios-simulator, iOS Simulator)
133 PLATFORM(TVOSSIMULATOR, 8, tvossimulator, tvossimulator, tvos-simulator, tvos-simulator, tvOS Simul…
134 PLATFORM(WATCHOSSIMULATOR, 9, watchossimulator, watchossimulator, watchos-simulator, watchos-simula…
135 PLATFORM(DRIVERKIT, 10, driverkit, driverkit, driverkit, driverkit, DriverKit)
136 PLATFORM(XROS, 11, xros, xros, xros, xros, xrOS)
137 PLATFORM(XROS_SIMULATOR, 12, xrsimulator, xrsimulator, xrsimulator, xros-simulator, xrOS Simulator)
142 #undef PLATFORM