Skip to content

Commit

Permalink
Drop Support of iOS 11, 12 and 13
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Mar 4, 2024
1 parent 0bacf62 commit 1b92b26
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ADNavigationBarExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :text => 'Created and licensed by Fabernovel Technologies. Copyright 2014-2018 Fabernovel Technologies. All rights reserved.' }
s.source = { :git => 'https://github.com/faberNovel/ADNavigationBarExtension.git', :tag => "v#{s.version}" }

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '14.0'
s.swift_versions = ['5.0', '5.1']

s.source_files = 'NavigationBarExtension/Classes/**/*'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### Fix
- Fix safe area when setting the child VCs directly

### Removes
- Drop support of iOS 11, 12 and 13

## [1.0.4]

### Fix
Expand Down
8 changes: 2 additions & 6 deletions NavigationBarExtension.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -499,7 +499,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand All @@ -515,7 +515,6 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = U5M7X5V6ZG;
INFOPLIST_FILE = "$(SRCROOT)/Example/NavigationBarExtension/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.1.0;
MODULE_NAME = ExampleApp;
Expand All @@ -535,7 +534,6 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = U5M7X5V6ZG;
INFOPLIST_FILE = "$(SRCROOT)/Example/NavigationBarExtension/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.1.0;
MODULE_NAME = ExampleApp;
Expand All @@ -560,7 +558,6 @@
"$(inherited)",
);
INFOPLIST_FILE = Example/Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -579,7 +576,6 @@
"$(inherited)",
);
INFOPLIST_FILE = Example/Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!

platform :ios, '11.0'
platform :ios, '14.0'

target 'NavigationBarExtension_Example' do
pod 'ADNavigationBarExtension', :path => './'
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
ADNavigationBarExtension: 1a9817d4d1f62af51aaa1b27676f1c8dd5e93d7b
ADNavigationBarExtension: eefbd2ca9443d675af6fc8c768d60f8a6aa12297
ADUtils: 5f5f1ad7a097dcf7104f9c160bc23a30d7943eb8
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447

PODFILE CHECKSUM: 680a1e183edb00544c8954221900e5976c9977fe
PODFILE CHECKSUM: 9821677b68ce32317ccfca61c21d82b852e1f7c2

COCOAPODS: 1.15.2

0 comments on commit 1b92b26

Please sign in to comment.