From ec65837c39660435487d76e680c737db1a8a94f4 Mon Sep 17 00:00:00 2001 From: Elf Sundae Date: Fri, 25 Mar 2022 03:12:02 +0800 Subject: [PATCH] Bump 3.27.3 `iPad Air (5th generation)` -> `iPad Air 5` --- CHANGELOG.md | 7 +++++++ ESFramework.podspec | 2 +- ESFramework.xcodeproj/project.pbxproj | 12 ++---------- ESFramework/UIKit/UIDevice+ESExtension.m | 8 ++++---- project.yml | 2 +- 5 files changed, 15 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cdd5dd..813f0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.27.3 (2022-03-25) + +- Rename device models: + + `iPad Air (5th generation)` -> `iPad Air 5` + + `Mac13,1` -> `Mac Studio (M1 Max)` + + `Mac13,2` -> `Mac Studio (M1 Ultra)` + ## 3.27.2 (2022-03-17) - Add new device models: iPad Air (5th generation), iPhone SE (3rd generation), Mac Studio diff --git a/ESFramework.podspec b/ESFramework.podspec index 900856d..f8e4812 100644 --- a/ESFramework.podspec +++ b/ESFramework.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ESFramework' - s.version = '3.27.2' + s.version = '3.27.3' s.license = 'MIT' s.summary = 'An efficient, lightweight foundational framework for iOS, macOS, tvOS, watchOS, and Mac Catalyst.' s.homepage = 'https://github.com/ElfSundae/ESFramework' diff --git a/ESFramework.xcodeproj/project.pbxproj b/ESFramework.xcodeproj/project.pbxproj index 3208a53..b39b3d1 100644 --- a/ESFramework.xcodeproj/project.pbxproj +++ b/ESFramework.xcodeproj/project.pbxproj @@ -1267,7 +1267,6 @@ isa = PBXNativeTarget; buildConfigurationList = EC8A17333CEBAC04B44934A7 /* Build configuration list for PBXNativeTarget "watchOS Example" */; buildPhases = ( - C07492D667D5CF0D44164C0B /* Sources */, 606FC5D7F275BCC329CAA48B /* Resources */, 765F722CC6DB629B5978EE2A /* Embed App Extensions */, ); @@ -1652,13 +1651,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C07492D667D5CF0D44164C0B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; D58F6AA41C69F02D252CE199 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -2051,7 +2043,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; MACOSX_DEPLOYMENT_TARGET = 10.10; - MARKETING_VERSION = 3.27.2; + MARKETING_VERSION = 3.27.3; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -2130,7 +2122,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; MACOSX_DEPLOYMENT_TARGET = 10.10; - MARKETING_VERSION = 3.27.2; + MARKETING_VERSION = 3.27.3; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; diff --git a/ESFramework/UIKit/UIDevice+ESExtension.m b/ESFramework/UIKit/UIDevice+ESExtension.m index df987ab..cae3823 100644 --- a/ESFramework/UIKit/UIDevice+ESExtension.m +++ b/ESFramework/UIKit/UIDevice+ESExtension.m @@ -135,8 +135,8 @@ - (NSString *)modelName @"iPad13,9": @"iPad Pro 12.9-inch (5th generation)", @"iPad13,10": @"iPad Pro 12.9-inch (5th generation)", @"iPad13,11": @"iPad Pro 12.9-inch (5th generation)", - @"iPad13,16": @"iPad Air (5th generation)", - @"iPad13,17": @"iPad Air (5th generation)", + @"iPad13,16": @"iPad Air 5", + @"iPad13,17": @"iPad Air 5", @"iPad14,1": @"iPad mini 6", @"iPad14,2": @"iPad mini 6", @"iPhone1,1": @"iPhone", @@ -191,8 +191,8 @@ - (NSString *)modelName @"iPod5,1": @"iPod touch 5", @"iPod7,1": @"iPod touch 6", @"iPod9,1": @"iPod touch 7", - @"Mac13,1": @"Mac Studio", - @"Mac13,2": @"Mac Studio", + @"Mac13,1": @"Mac Studio (M1 Max)", + @"Mac13,2": @"Mac Studio (M1 Ultra)", @"MacBookAir10,1": @"MacBook Air (M1, 2020)", @"MacBookPro17,1": @"MacBook Pro (13-inch, M1, 2020)", @"MacBookPro18,1": @"MacBook Pro (16-inch, 2021)", diff --git a/project.yml b/project.yml index eeb0759..6a8df70 100644 --- a/project.yml +++ b/project.yml @@ -17,7 +17,7 @@ attributes: ORGANIZATIONNAME: 'https://0x123.com' settings: - MARKETING_VERSION: 3.27.2 + MARKETING_VERSION: 3.27.3 CURRENT_PROJECT_VERSION: 3 # Fix warning for Xcode 11.3: Enable "Missing Localizability" CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES