iPad Air (5th generation)
iPad Air 5
1 parent d3da20f commit ec65837Copy full SHA for ec65837
5 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 3.27.3 (2022-03-25)
4
+
5
+- Rename device models:
6
+ + `iPad Air (5th generation)` -> `iPad Air 5`
7
+ + `Mac13,1` -> `Mac Studio (M1 Max)`
8
+ + `Mac13,2` -> `Mac Studio (M1 Ultra)`
9
10
## 3.27.2 (2022-03-17)
11
12
- Add new device models: iPad Air (5th generation), iPhone SE (3rd generation), Mac Studio
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'
ESFramework.xcodeproj/project.pbxproj
@@ -1267,7 +1267,6 @@
1267
isa = PBXNativeTarget;
1268
buildConfigurationList = EC8A17333CEBAC04B44934A7 /* Build configuration list for PBXNativeTarget "watchOS Example" */;
1269
buildPhases = (
1270
- C07492D667D5CF0D44164C0B /* Sources */,
1271
606FC5D7F275BCC329CAA48B /* Resources */,
1272
765F722CC6DB629B5978EE2A /* Embed App Extensions */,
1273
);
@@ -1652,13 +1651,6 @@
1652
1651
1653
runOnlyForDeploymentPostprocessing = 0;
1654
};
1655
- C07492D667D5CF0D44164C0B /* Sources */ = {
1656
- isa = PBXSourcesBuildPhase;
1657
- buildActionMask = 2147483647;
1658
- files = (
1659
- );
1660
- runOnlyForDeploymentPostprocessing = 0;
1661
- };
1662
D58F6AA41C69F02D252CE199 /* Sources */ = {
1663
isa = PBXSourcesBuildPhase;
1664
buildActionMask = 2147483647;
@@ -2051,7 +2043,7 @@
2051
2043
GCC_WARN_UNUSED_VARIABLE = YES;
2052
2044
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
2053
2045
MACOSX_DEPLOYMENT_TARGET = 10.10;
2054
- MARKETING_VERSION = 3.27.2;
2046
+ MARKETING_VERSION = 3.27.3;
2055
2047
MTL_ENABLE_DEBUG_INFO = NO;
2056
2048
MTL_FAST_MATH = YES;
2057
2049
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2130,7 +2122,7 @@
2130
2122
2131
2123
2132
2124
2133
2125
2134
2126
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
2135
2127
2136
2128
ONLY_ACTIVE_ARCH = YES;
ESFramework/UIKit/UIDevice+ESExtension.m
@@ -135,8 +135,8 @@ - (NSString *)modelName
135
@"iPad13,9": @"iPad Pro 12.9-inch (5th generation)",
136
@"iPad13,10": @"iPad Pro 12.9-inch (5th generation)",
137
@"iPad13,11": @"iPad Pro 12.9-inch (5th generation)",
138
- @"iPad13,16": @"iPad Air (5th generation)",
139
- @"iPad13,17": @"iPad Air (5th generation)",
+ @"iPad13,16": @"iPad Air 5",
+ @"iPad13,17": @"iPad Air 5",
140
@"iPad14,1": @"iPad mini 6",
141
@"iPad14,2": @"iPad mini 6",
142
@"iPhone1,1": @"iPhone",
@@ -191,8 +191,8 @@ - (NSString *)modelName
191
@"iPod5,1": @"iPod touch 5",
192
@"iPod7,1": @"iPod touch 6",
193
@"iPod9,1": @"iPod touch 7",
194
- @"Mac13,1": @"Mac Studio",
195
- @"Mac13,2": @"Mac Studio",
+ @"Mac13,1": @"Mac Studio (M1 Max)",
+ @"Mac13,2": @"Mac Studio (M1 Ultra)",
196
@"MacBookAir10,1": @"MacBook Air (M1, 2020)",
197
@"MacBookPro17,1": @"MacBook Pro (13-inch, M1, 2020)",
198
@"MacBookPro18,1": @"MacBook Pro (16-inch, 2021)",
project.yml
@@ -17,7 +17,7 @@ attributes:
17
ORGANIZATIONNAME: 'https://0x123.com'
18
19
settings:
20
- MARKETING_VERSION: 3.27.2
+ MARKETING_VERSION: 3.27.3
21
CURRENT_PROJECT_VERSION: 3
22
# Fix warning for Xcode 11.3: Enable "Missing Localizability"
23
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES
0 commit comments