Skip to content

Commit 2b21abe

Browse files
committed
bump version, update podspec, update Xcode demo app
1 parent 5c7e991 commit 2b21abe

10 files changed

Lines changed: 743 additions & 717 deletions

File tree

TrustKit.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "TrustKit"
3-
s.version = "2.0.1"
3+
s.version = "3.0.0"
44
s.summary = 'TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.'
55
s.homepage = "https://datatheorem.github.io/TrustKit"
66
s.documentation_url = 'https://datatheorem.github.io/TrustKit/documentation/'
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.authors = 'Alban Diquet', 'Angela Chow', 'Eric Castro'
99
s.source = { :git => "https://github.com/datatheorem/TrustKit.git", :tag => "#{s.version}" }
1010

11-
s.ios.deployment_target = '12.0'
12-
s.osx.deployment_target = '10.13'
13-
s.tvos.deployment_target = '12.0'
14-
s.watchos.deployment_target = '4.0'
11+
s.ios.deployment_target = '14.0'
12+
s.osx.deployment_target = '11.0'
13+
s.tvos.deployment_target = '14.0'
14+
s.watchos.deployment_target = '7.0'
1515

1616
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
1717
s.source_files = ['TrustKit', 'TrustKit/**/*.{h,m,c}']

TrustKit/Pinning/pinning_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
This function invokes SecTrustEvaluateWithError().
3333
34-
@param trust The trust management object to evaluate
34+
@param serverTrust The trust management object to evaluate
3535
@param error An error pointer the method uses to return an error when trust evaluation fails with the certificate chain. Set to nil to ignore the error.
3636
@return A boolean value indicating whether the certificate is trusted according to the certificate chain of the trust object
3737
*/

TrustKit/TSKTrustKitConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#import "TSKTrustKitConfig.h"
1313

14-
NSString * const TrustKitVersion = @"2.0.1";
14+
NSString * const TrustKitVersion = @"3.0.0";
1515

1616
// General keys
1717
const TSKGlobalConfigurationKey kTSKSwizzleNetworkDelegates = @"TSKSwizzleNetworkDelegates";

TrustKitDemo/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '12.0'
2+
platform :ios, '14.0'
33

44
target 'TrustKitDemo-ObjC' do
55
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks

TrustKitDemo/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- TrustKit (2.0.1)
2+
- TrustKit (3.0.0)
33

44
DEPENDENCIES:
55
- TrustKit (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
TrustKit: dad4c3a08248c21fcb9a3b5be3c2e2b9d4f9b973
12+
TrustKit: fc7f4720360f26550b77e9c6528ee8e966cf30bf
1313

14-
PODFILE CHECKSUM: 93bb7b02a785f8fcf3891e17022eecb2a9df0207
14+
PODFILE CHECKSUM: 89182e75d6c55fb4fa9b097fad3dc89b9092ffd4
1515

1616
COCOAPODS: 1.11.3

TrustKitDemo/Pods/Headers/Private/TrustKit/pinning_utils.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TrustKitDemo/Pods/Local Podspecs/TrustKit.podspec.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TrustKitDemo/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TrustKitDemo/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 721 additions & 696 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TrustKitDemo/Pods/Target Support Files/TrustKit-framework/TrustKit-framework-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)