LocalizedDeviceModel

3.9.0

Apple devices model names localized.
bixcorp/BDLocalizedDevicesModels

What's New

October 2025 lineup updates

2025-09-14T19:28:23Z

Released on 2025-09-14.

Added

  • New iPhone 16 models.
  • New Apple Watch models.

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 Oct 27 2025 15:44:57 GMT-0900 (Hawaii-Aleutian Daylight Time)