Skip to content

Commit

Permalink
update ios objc and server examples for themis 0.13.3 (cossacklabs#723)
Browse files Browse the repository at this point in the history
* update ios objc and server examples for themis 0.13.3

* updated changelog

(cherry picked from commit dc336bb)
  • Loading branch information
julepka authored and ilammy committed Oct 26, 2020
1 parent b024bff commit 5a1e502
Show file tree
Hide file tree
Showing 21 changed files with 127 additions and 665 deletions.
4 changes: 2 additions & 2 deletions docs/examples/Themis-server/Obj-C/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '10.0'
platform :ios, '12.0'
project 'WorkingWithThemisServer/WorkingWithThemisServer.xcodeproj'
inhibit_all_warnings!
use_frameworks!

target :"WorkingWithThemisServer" do

pod 'themis', '0.13.0'
pod 'themis', '0.13.3'

end
22 changes: 11 additions & 11 deletions docs/examples/Themis-server/Obj-C/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PODS:
- GRKOpenSSLFramework (1.0.2.18)
- themis (0.12.2):
- themis/themis-openssl (= 0.12.2)
- themis/themis-openssl (0.12.2):
- themis (0.13.3):
- themis/themis-openssl (= 0.13.3)
- themis/themis-openssl (0.13.3):
- GRKOpenSSLFramework (= 1.0.2.18)
- themis/themis-openssl/core (= 0.12.2)
- themis/themis-openssl/objcwrapper (= 0.12.2)
- themis/themis-openssl/core (0.12.2):
- themis/themis-openssl/core (= 0.13.3)
- themis/themis-openssl/objcwrapper (= 0.13.3)
- themis/themis-openssl/core (0.13.3):
- GRKOpenSSLFramework (= 1.0.2.18)
- themis/themis-openssl/objcwrapper (0.12.2):
- themis/themis-openssl/objcwrapper (0.13.3):
- GRKOpenSSLFramework (= 1.0.2.18)
- themis/themis-openssl/core

DEPENDENCIES:
- themis (= 0.12.2)
- themis (= 0.13.3)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -22,8 +22,8 @@ SPEC REPOS:

SPEC CHECKSUMS:
GRKOpenSSLFramework: 1d65e55d569af7b23074373041a92cc8bc768a92
themis: f4ef6d942670146ad08dca8cc99a34ae040878c0
themis: 00b56e2cdcc5ab1fc846aa0271ef0c2895a1c476

PODFILE CHECKSUM: 0a484fd4a2a45b6c10bd42ee2fabc1b848bf01e4
PODFILE CHECKSUM: 0842a68f8ee33c7a8170ce4747df4dd7e9ee1480

COCOAPODS: 1.8.0
COCOAPODS: 1.9.3
Loading

0 comments on commit 5a1e502

Please sign in to comment.