Skip to content

Commit

Permalink
chore: release version 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceLove committed Jan 10, 2024
1 parent fd3b4f2 commit 954659e
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion HXPhotoPicker-Lite.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "HXPhotoPicker-Lite"
spec.version = "4.1.4"
spec.version = "4.1.5"
spec.summary = "Photo selector - Support LivePhoto, GIF selection"
spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion HXPhotoPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "HXPhotoPicker"
spec.version = "4.1.4"
spec.version = "4.1.5"
spec.summary = "照片/视频选择器 - 支持LivePhoto、GIF图片选择、自定义编辑照片/视频、3DTouch预览、浏览网络图片/网络视频 功能 - Imitation weibo photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, browse the web image function"
spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
12 changes: 6 additions & 6 deletions HXPhotoPickerExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -630,11 +630,11 @@
D36874402A39744200E70910 /* CustomPickerCellView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomPickerCellView.swift; sourceTree = "<group>"; };
D368744A2A39744200E70910 /* 世间美好与你环环相扣 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "世间美好与你环环相扣"; sourceTree = "<group>"; };
D36874502A39744200E70910 /* 世间美好与你环环相扣.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "世间美好与你环环相扣.mp3"; sourceTree = "<group>"; };
D36874D22A39749D00E70910 /* HXPhotoPicker.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HXPhotoPicker.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
D36874D22A39749D00E70910 /* HXPhotoPicker.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HXPhotoPicker.podspec; sourceTree = "<group>"; };
D36874D62A39760500E70910 /* RELEASE_NOTE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = RELEASE_NOTE.md; sourceTree = "<group>"; };
D36874E32A39760500E70910 /* README_EN.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README_EN.md; sourceTree = "<group>"; };
D36874E42A39760500E70910 /* RELEASE_NOTE_CN.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = RELEASE_NOTE_CN.md; sourceTree = "<group>"; };
D36874FF2A399AC700E70910 /* HXPhotoPicker-Lite.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "HXPhotoPicker-Lite.podspec"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
D36874FF2A399AC700E70910 /* HXPhotoPicker-Lite.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "HXPhotoPicker-Lite.podspec"; sourceTree = "<group>"; };
D36878732A399B8C00E70910 /* Core+UILabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Core+UILabel.swift"; sourceTree = "<group>"; };
D36878742A399B8C00E70910 /* Core+CGFloat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Core+CGFloat.swift"; sourceTree = "<group>"; };
D36878752A399B8C00E70910 /* Core+Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Core+Bundle.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2962,7 +2962,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.1.0;
MARKETING_VERSION = 4.1.5;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand All @@ -2987,7 +2987,7 @@
"-Wl",
);
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.silence.example21;
PRODUCT_BUNDLE_IDENTIFIER = com.silence.example22;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -3026,7 +3026,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.1.0;
MARKETING_VERSION = 4.1.5;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand All @@ -3050,7 +3050,7 @@
"-Wl",
);
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.silence.example21;
PRODUCT_BUNDLE_IDENTIFIER = com.silence.example22;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
44 changes: 22 additions & 22 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
PODS:
- HXPhotoPicker (4.1.4):
- HXPhotoPicker/Full (= 4.1.4)
- HXPhotoPicker/Camera (4.1.4):
- HXPhotoPicker/Camera/Lite (= 4.1.4)
- HXPhotoPicker/Camera/Location (= 4.1.4)
- HXPhotoPicker/Camera/Lite (4.1.4):
- HXPhotoPicker (4.1.5):
- HXPhotoPicker/Full (= 4.1.5)
- HXPhotoPicker/Camera (4.1.5):
- HXPhotoPicker/Camera/Lite (= 4.1.5)
- HXPhotoPicker/Camera/Location (= 4.1.5)
- HXPhotoPicker/Camera/Lite (4.1.5):
- HXPhotoPicker/Core
- HXPhotoPicker/Camera/Location (4.1.4):
- HXPhotoPicker/Camera/Location (4.1.5):
- HXPhotoPicker/Camera/Lite
- HXPhotoPicker/Core (4.1.4)
- HXPhotoPicker/Editor (4.1.4):
- HXPhotoPicker/Editor/KF (= 4.1.4)
- HXPhotoPicker/Editor/Lite (= 4.1.4)
- HXPhotoPicker/Editor/KF (4.1.4):
- HXPhotoPicker/Core (4.1.5)
- HXPhotoPicker/Editor (4.1.5):
- HXPhotoPicker/Editor/KF (= 4.1.5)
- HXPhotoPicker/Editor/Lite (= 4.1.5)
- HXPhotoPicker/Editor/KF (4.1.5):
- HXPhotoPicker/Editor/Lite
- HXPhotoPicker/EditorView/KF
- Kingfisher (~> 7.0)
- HXPhotoPicker/Editor/Lite (4.1.4):
- HXPhotoPicker/Editor/Lite (4.1.5):
- HXPhotoPicker/EditorView/Lite
- HXPhotoPicker/EditorView/KF (4.1.4):
- HXPhotoPicker/EditorView/KF (4.1.5):
- HXPhotoPicker/EditorView/Lite
- Kingfisher (~> 7.0)
- HXPhotoPicker/EditorView/Lite (4.1.4):
- HXPhotoPicker/EditorView/Lite (4.1.5):
- HXPhotoPicker/Core
- HXPhotoPicker/Full (4.1.4):
- HXPhotoPicker/Full (4.1.5):
- HXPhotoPicker/Camera
- HXPhotoPicker/Editor
- HXPhotoPicker/Picker
- HXPhotoPicker/Picker (4.1.4):
- HXPhotoPicker/Picker/KF (= 4.1.4)
- HXPhotoPicker/Picker/Lite (= 4.1.4)
- HXPhotoPicker/Picker/KF (4.1.4):
- HXPhotoPicker/Picker (4.1.5):
- HXPhotoPicker/Picker/KF (= 4.1.5)
- HXPhotoPicker/Picker/Lite (= 4.1.5)
- HXPhotoPicker/Picker/KF (4.1.5):
- HXPhotoPicker/Picker/Lite
- Kingfisher (~> 7.0)
- HXPhotoPicker/Picker/Lite (4.1.4):
- HXPhotoPicker/Picker/Lite (4.1.5):
- HXPhotoPicker/Core
- Kingfisher (7.9.1)

Expand All @@ -49,7 +49,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
HXPhotoPicker: ac75f4711e2725264979c1f848dceed39c937b85
HXPhotoPicker: a7f554cf87888724394c19870c13544ac7b65245
Kingfisher: 1d14e9f59cbe19389f591c929000332bf70efd32

PODFILE CHECKSUM: 21b9e041ba4e451b12f1e956e5cd813bc50684be
Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/HXPhotoPicker.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 954659e

Please sign in to comment.