| | |
| | | /// Indicates whether it is running inside an extension or an app. |
| | | + (BOOL)isAppExtension; |
| | | |
| | | /// @return Returns @YES when is run on iOS version greater or equal to 7.0 |
| | | + (BOOL)isIOS7OrHigher DEPRECATED_MSG_ATTRIBUTE( |
| | | "Always `YES` because only iOS 8 and higher supported. The method will be removed."); |
| | | |
| | | /// @return YES if Swift runtime detected in the app. |
| | | + (BOOL)hasSwiftRuntime __deprecated; |
| | | |
| | | /// @return An Apple platform. Possible values "ios", "tvos", "macos", "watchos", "maccatalyst". |
| | | /// @return An Apple platform. Possible values "ios", "tvos", "macos", "watchos", "maccatalyst", and |
| | | /// "visionos". |
| | | + (NSString *)applePlatform; |
| | | |
| | | /// @return An Apple Device platform. Same possible values as `applePlatform`, with the addition of |