From 3e7e188dd678897b5c71970584e3702ee8ed3f81 Mon Sep 17 00:00:00 2001 From: Alban Diquet Date: Mon, 15 Aug 2022 11:18:07 +0200 Subject: [PATCH] Update Demo app to use last version of TrustKit --- TrustKitDemo/Podfile.lock | 6 +++--- TrustKitDemo/Pods/Local Podspecs/TrustKit.podspec.json | 4 ++-- TrustKitDemo/Pods/Manifest.lock | 6 +++--- .../Pods-TrustKitDemo-Swift-frameworks.sh | 1 + .../TrustKit-framework/TrustKit-framework-Info.plist | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/TrustKitDemo/Podfile.lock b/TrustKitDemo/Podfile.lock index ec8fbd2..cc95119 100644 --- a/TrustKitDemo/Podfile.lock +++ b/TrustKitDemo/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - TrustKit (2.0.0) + - TrustKit (2.0.1) DEPENDENCIES: - TrustKit (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - TrustKit: 610b8c71c07914756dd74c380040a3408a747798 + TrustKit: dad4c3a08248c21fcb9a3b5be3c2e2b9d4f9b973 PODFILE CHECKSUM: 93bb7b02a785f8fcf3891e17022eecb2a9df0207 -COCOAPODS: 1.10.1 +COCOAPODS: 1.11.3 diff --git a/TrustKitDemo/Pods/Local Podspecs/TrustKit.podspec.json b/TrustKitDemo/Pods/Local Podspecs/TrustKit.podspec.json index 5f17396..f1522fe 100644 --- a/TrustKitDemo/Pods/Local Podspecs/TrustKit.podspec.json +++ b/TrustKitDemo/Pods/Local Podspecs/TrustKit.podspec.json @@ -1,6 +1,6 @@ { "name": "TrustKit", - "version": "2.0.0", + "version": "2.0.1", "summary": "TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.", "homepage": "https://datatheorem.github.io/TrustKit", "documentation_url": "https://datatheorem.github.io/TrustKit/documentation/", @@ -15,7 +15,7 @@ ], "source": { "git": "https://github.com/datatheorem/TrustKit.git", - "tag": "2.0.0" + "tag": "2.0.1" }, "platforms": { "ios": "12.0", diff --git a/TrustKitDemo/Pods/Manifest.lock b/TrustKitDemo/Pods/Manifest.lock index ec8fbd2..cc95119 100644 --- a/TrustKitDemo/Pods/Manifest.lock +++ b/TrustKitDemo/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - TrustKit (2.0.0) + - TrustKit (2.0.1) DEPENDENCIES: - TrustKit (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - TrustKit: 610b8c71c07914756dd74c380040a3408a747798 + TrustKit: dad4c3a08248c21fcb9a3b5be3c2e2b9d4f9b973 PODFILE CHECKSUM: 93bb7b02a785f8fcf3891e17022eecb2a9df0207 -COCOAPODS: 1.10.1 +COCOAPODS: 1.11.3 diff --git a/TrustKitDemo/Pods/Target Support Files/Pods-TrustKitDemo-Swift/Pods-TrustKitDemo-Swift-frameworks.sh b/TrustKitDemo/Pods/Target Support Files/Pods-TrustKitDemo-Swift/Pods-TrustKitDemo-Swift-frameworks.sh index 9194fa8..8046f52 100755 --- a/TrustKitDemo/Pods/Target Support Files/Pods-TrustKitDemo-Swift/Pods-TrustKitDemo-Swift-frameworks.sh +++ b/TrustKitDemo/Pods/Target Support Files/Pods-TrustKitDemo-Swift/Pods-TrustKitDemo-Swift-frameworks.sh @@ -113,6 +113,7 @@ install_dsym() { rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" else # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. + mkdir -p "${DWARF_DSYM_FOLDER_PATH}" touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" fi fi diff --git a/TrustKitDemo/Pods/Target Support Files/TrustKit-framework/TrustKit-framework-Info.plist b/TrustKitDemo/Pods/Target Support Files/TrustKit-framework/TrustKit-framework-Info.plist index 0a12077..bdac57c 100644 --- a/TrustKitDemo/Pods/Target Support Files/TrustKit-framework/TrustKit-framework-Info.plist +++ b/TrustKitDemo/Pods/Target Support Files/TrustKit-framework/TrustKit-framework-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleSignature ???? CFBundleVersion