Skip to content

Commit

Permalink
Bump 3.27.3 iPad Air (5th generation) -> iPad Air 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed Mar 24, 2022
1 parent d3da20f commit ec65837
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ESFramework.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
12 changes: 2 additions & 10 deletions ESFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,6 @@
isa = PBXNativeTarget;
buildConfigurationList = EC8A17333CEBAC04B44934A7 /* Build configuration list for PBXNativeTarget "watchOS Example" */;
buildPhases = (
C07492D667D5CF0D44164C0B /* Sources */,
606FC5D7F275BCC329CAA48B /* Resources */,
765F722CC6DB629B5978EE2A /* Embed App Extensions */,
);
Expand Down Expand Up @@ -1652,13 +1651,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
C07492D667D5CF0D44164C0B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
D58F6AA41C69F02D252CE199 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -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)";
Expand Down Expand Up @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions ESFramework/UIKit/UIDevice+ESExtension.m
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec65837

Please sign in to comment.