LocalizedDeviceModel

3.8.0

Apple devices model names localized.
bixcorp/BDLocalizedDevicesModels

What's New

March 2025 lineup updates

2025-03-06T10:54:05Z

Released on 2025-03-06.

Added

  • New iPad devices.

LocalizedDeviceModel

Apple product names localized.

Usage

Note: To use a localization included in the package, the app using the package must support this localization.

Localized product name

Swift

UIDevice.current.localizedProductName

Objective-C

[UIDevice currentDevice].localizedProductName;

English product name

Swift

UIDevice.current.productName

Objective-C

[UIDevice currentDevice].productName;

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon May 12 2025 04:18:49 GMT-0900 (Hawaii-Aleutian Daylight Time)