Skip to content

Commit 43ef04f

Browse files
committed
chore: Bump version to 4.1.7
1 parent 1f0333b commit 43ef04f

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG.md
22

3+
## 4.1.6
4+
1. 适配 Xcode15
5+
2. 移除 过期方法
6+
37
## 4.1.6
48

59
1. fix: 移除 ViewControllers 中 rootViewController 之后,新的 rootViewController 返回按钮显示不正确问题 #16

Examples/Shared/Support Files/Base.lproj/LaunchScreen.storyboard

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
33
<device id="retina6_1" orientation="portrait" appearance="light"/>
44
<dependencies>
5-
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
76
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
87
<capability name="System colors in document resources" minToolsVersion="11.0"/>
98
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>

NXNavigationExtension.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = 'NXNavigationExtension'
4-
spec.version = '4.1.6'
4+
spec.version = '4.1.7'
55
spec.summary = '🔥 Lightweight, simple, and easy-to-use NavigationBar library.'
66

77
spec.description = <<-DESC
@@ -15,10 +15,9 @@ Pod::Spec.new do |spec|
1515
spec.author = { 'Leo Lee' => '[email protected]' }
1616
spec.social_media_url = 'https://github.com/l1Dan'
1717

18-
spec.ios.deployment_target = '11.0'
18+
spec.ios.deployment_target = '12.0'
1919
spec.default_subspec = 'Sources'
2020
spec.swift_version = '5.0'
21-
spec.module_map = 'NXNavigationExtension/module.modulemap'
2221
spec.frameworks = 'UIKit'
2322

2423
spec.subspec 'Sources' do |ss|

NXNavigationExtension.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
"@executable_path/Frameworks",
504504
"@loader_path/Frameworks",
505505
);
506-
MARKETING_VERSION = 4.1.6;
506+
MARKETING_VERSION = 4.1.7;
507507
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
508508
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17";
509509
PRODUCT_BUNDLE_IDENTIFIER = io.github.l1dan.NXNavigationExtensionSwiftUI;
@@ -542,7 +542,7 @@
542542
"@executable_path/Frameworks",
543543
"@loader_path/Frameworks",
544544
);
545-
MARKETING_VERSION = 4.1.6;
545+
MARKETING_VERSION = 4.1.7;
546546
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
547547
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17";
548548
PRODUCT_BUNDLE_IDENTIFIER = io.github.l1dan.NXNavigationExtensionSwiftUI;
@@ -579,7 +579,7 @@
579579
"@executable_path/Frameworks",
580580
"@loader_path/Frameworks",
581581
);
582-
MARKETING_VERSION = 4.1.6;
582+
MARKETING_VERSION = 4.1.7;
583583
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
584584
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
585585
PRODUCT_BUNDLE_IDENTIFIER = io.github.l1dan.NXNavigationExtension;
@@ -615,7 +615,7 @@
615615
"@executable_path/Frameworks",
616616
"@loader_path/Frameworks",
617617
);
618-
MARKETING_VERSION = 4.1.6;
618+
MARKETING_VERSION = 4.1.7;
619619
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
620620
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++14";
621621
PRODUCT_BUNDLE_IDENTIFIER = io.github.l1dan.NXNavigationExtension;

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
| Version | Minimum iOS / macOS Target | Frameworks | Note |
2323
| :---------: | :------------------------: | :-------------------------: | :-----: |
24+
| 4.1.7 Later | iOS 12.0 / macOS 10.15 | SwiftUI、UIKit、macCatalyst | Xcode15 |
2425
| 4.1.5 Later | iOS 11.0 / macOS 10.15 | SwiftUI、UIKit、macCatalyst | Xcode14 |
2526
| 4.1.4 | iOS 9.0 / macOS 10.15 | SwiftUI、UIKit、macCatalyst | Xcode13 |
2627
| 3.x | iOS 9.0 / macOS 10.15 | UIKit、macCatalyst | / |
@@ -106,7 +107,7 @@ github "l1Dan/NXNavigationExtension"
106107

107108
```swift
108109
dependencies: [
109-
.package(url: "https://github.com/l1Dan/NXNavigationExtension.git", .upToNextMajor(from: "4.1.6"))
110+
.package(url: "https://github.com/l1Dan/NXNavigationExtension.git", .upToNextMajor(from: "4.1.7"))
110111
]
111112
```
112113

0 commit comments

Comments
 (0)