Skip to content

Commit

Permalink
Updated minimum required Apple deployment targets for Apple devices (…
Browse files Browse the repository at this point in the history
…cocoapods)

  - iOS 9.0 -> 11.0
  - tvOS 9.0 -> 11.0
  - watchOS 2.0 -> 4.0
  • Loading branch information
SergeySeroshtan committed Oct 21, 2022
1 parent 39dff4e commit 5a14f94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# virgil-crypto-c ChangeLog (Sorted by date)

## Version 0.16.2 released 2022-10-19
## Version 0.16.2 released 2022-10-21

### Features

Expand All @@ -10,7 +10,11 @@

- Ext: Updated protoc to the version 3.20.3.
- Ext: Updated nanopb to the version 0.4.6.4.
- Ext: Update google benchmark tool to the version 1.7.0
- Ext: Updated google benchmark tool to the version 1.7.0.
- Cocoapods: Updated minimum required Apple deployment targets for Apple devices.
- iOS 9.0 -> 11.0
- tvOS 9.0 -> 11.0
- watchOS 2.0 -> 4.0

## Version 0.16.1 released 2022-07-21

Expand Down
6 changes: 3 additions & 3 deletions VSCCrypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/VirgilSecurity/virgil-crypto-c"
s.authors = { "Virgil Security" => "https://virgilsecurity.com/" }
s.source = { :http => "https://github.com/VirgilSecurity/virgil-crypto-c/releases/download/v0.16.2/VSCCrypto.xcframework.zip" }
s.ios.deployment_target = "9.0"
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"

s.subspec 'Common' do |sp|
sp.vendored_frameworks = "VSCCrypto-XCFrameworks/VSCCommon.xcframework"
Expand Down

0 comments on commit 5a14f94

Please sign in to comment.