Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceLove committed Apr 20, 2024
1 parent 4f9da44 commit 5861791
Show file tree
Hide file tree
Showing 20 changed files with 1,018 additions and 471 deletions.
28 changes: 14 additions & 14 deletions HXPhotoPickerExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@
7B7E3E731E4AACD1002234EE /* Frameworks */,
7B7E3E741E4AACD1002234EE /* Resources */,
D360E6F62A6B712400740B6B /* Embed Frameworks */,
2EB45C2A7482CDA274307ECF /* [CP] Embed Pods Frameworks */,
490C1E1F8B072210FD63D1FC /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -2405,41 +2405,41 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
2EB45C2A7482CDA274307ECF /* [CP] Embed Pods Frameworks */ = {
434547430CF3E6D5B728C923 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-HXPhotoPickerExample-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HXPhotoPickerExample/Pods-HXPhotoPickerExample-frameworks.sh\"\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
434547430CF3E6D5B728C923 /* [CP] Check Pods Manifest.lock */ = {
490C1E1F8B072210FD63D1FC /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-HXPhotoPickerExample-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HXPhotoPickerExample/Pods-HXPhotoPickerExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D0765AB2E5B172F3DB99B857 /* [CP] Embed Pods Frameworks */ = {
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PODS:
- Kingfisher (~> 7.0)
- HXPhotoPicker/Picker/Lite (4.1.9.2):
- HXPhotoPicker/Core
- Kingfisher (7.9.1)
- Kingfisher (7.11.0)

DEPENDENCIES:
- HXPhotoPicker (from `./`)
Expand All @@ -50,7 +50,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
HXPhotoPicker: a3a25281807713e6a22f31f3e2d426ef4cad3177
Kingfisher: 1d14e9f59cbe19389f591c929000332bf70efd32
Kingfisher: b9c985d864d43515f404f1ef4a8ce7d802ace3ac

PODFILE CHECKSUM: 21b9e041ba4e451b12f1e956e5cd813bc50684be

Expand Down
34 changes: 31 additions & 3 deletions Pods/Kingfisher/Sources/Cache/DiskStorage.swift

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

2 changes: 1 addition & 1 deletion Pods/Kingfisher/Sources/Cache/ImageCache.swift

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

17 changes: 16 additions & 1 deletion Pods/Kingfisher/Sources/Extensions/CPListItem+Kingfisher.swift

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.

7 changes: 4 additions & 3 deletions Pods/Kingfisher/Sources/Image/Image.swift

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

23 changes: 19 additions & 4 deletions Pods/Kingfisher/Sources/Image/ImageDrawing.swift

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

6 changes: 5 additions & 1 deletion Pods/Kingfisher/Sources/Networking/ImageModifier.swift

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

25 changes: 25 additions & 0 deletions Pods/Kingfisher/Sources/PrivacyInfo.xcprivacy

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

2 changes: 1 addition & 1 deletion Pods/Kingfisher/Sources/SwiftUI/ImageBinder.swift

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

2 changes: 1 addition & 1 deletion Pods/Kingfisher/Sources/SwiftUI/ImageContext.swift

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

34 changes: 30 additions & 4 deletions Pods/Kingfisher/Sources/SwiftUI/KFAnimatedImage.swift

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

Loading

0 comments on commit 5861791

Please sign in to comment.