Skip to content

Commit

Permalink
Release 3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed Jul 2, 2020
1 parent ebdf96c commit 1db4a0b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-podspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Publish podspec
- name: Publish Podspec
run: pod trunk push
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Changelog

## Master
## 3.25.0 (2020-07-03)

- Fix compatibility for watchOS and Mac Catalyst
- Add `CTTelephonyNetworkInfo` category methods: `-dataServiceSubscriberCellularProvider`, `-dataServiceCurrentRadioAccessTechnology`
- Rename `ESNetworkHelper` to `ESNetworkInfo`
- Add `ESNetworkInfo` class, remove `ESNetworkHelper`
- Rename UIImage `-resizedImageWithContentMode:` to `-resizedImageWithScalingMode:`
- Remove `ESNetworkHelper` methods: `+getIPAddresses`, `+getIPAddressesForInterface:`, `+getIPAddressesForInterfaces:`, `+getIPAddressForWiFi:`
- Remove constant `ESNetworkInterfaceVPN`
- Remove `ESNetworkInterfaceVPN` constant
- Fix compatibility for watchOS and Mac Catalyst
- Fix `ESNetworkInterfaceWiFi` for Mac Catalyst
- Include `Network` subspec for watchOS
- Turn on `CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER`, angle-bracketed include headers in framework headers
- Include `Network`, `UIKit` subspecs for watchOS
- Turn on `CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER` build setting, angle-bracketed include headers in framework headers

## 3.24.0 (2020-06-21)

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.24.0'
s.version = '3.25.0'
s.license = 'MIT'
s.summary = 'An efficient, lightweight foundational framework for iOS, macOS, tvOS and watchOS.'
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 = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 3.24.0;
MARKETING_VERSION = 3.25.0;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -2127,7 +2127,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 3.24.0;
MARKETING_VERSION = 3.25.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
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.24.0
MARKETING_VERSION: 3.25.0
CURRENT_PROJECT_VERSION: 3
# Fix warning for Xcode 11.3: Enable "Missing Localizability"
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED: YES
Expand Down

0 comments on commit 1db4a0b

Please sign in to comment.