Skip to content

Commit

Permalink
Release 3.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed Mar 16, 2022
1 parent 0942e36 commit d3da20f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.27.2 (2022-03-17)

- Add new device models: iPad Air (5th generation), iPhone SE (3rd generation), Mac Studio

## 3.27.1 (2021-11-07)

- Add new device models: MacBook Pro (16-inch, 2021), MacBook Pro (14-inch, 2021)
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.1'
s.version = '3.27.2'
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
4 changes: 2 additions & 2 deletions ESFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 3.27.1;
MARKETING_VERSION = 3.27.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2130,7 +2130,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 3.27.1;
MARKETING_VERSION = 3.27.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
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.1
MARKETING_VERSION: 3.27.2
CURRENT_PROJECT_VERSION: 3
# Fix warning for Xcode 11.3: Enable "Missing Localizability"
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES
Expand Down

0 comments on commit d3da20f

Please sign in to comment.