Skip to content

Commit

Permalink
bump themis iso to 0.12.2, update podspec, update examples (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
vixentael authored Sep 26, 2019
1 parent 5598aaf commit 8c07b5b
Show file tree
Hide file tree
Showing 14 changed files with 227 additions and 207 deletions.
2 changes: 1 addition & 1 deletion docs/examples/Themis-server/Obj-C/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ use_frameworks!

target :"WorkingWithThemisServer" do

pod 'themis', '0.12.1'
pod 'themis', '0.12.2'

end
30 changes: 15 additions & 15 deletions docs/examples/Themis-server/Obj-C/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
PODS:
- GRKOpenSSLFramework (1.0.2.19)
- themis (0.12.1):
- themis/themis-openssl (= 0.12.1)
- themis/themis-openssl (0.12.1):
- GRKOpenSSLFramework (~> 1.0.1)
- themis/themis-openssl/core (= 0.12.1)
- themis/themis-openssl/objcwrapper (= 0.12.1)
- themis/themis-openssl/core (0.12.1):
- GRKOpenSSLFramework (~> 1.0.1)
- themis/themis-openssl/objcwrapper (0.12.1):
- GRKOpenSSLFramework (~> 1.0.1)
- GRKOpenSSLFramework (1.0.2.18)
- themis (0.12.2):
- themis/themis-openssl (= 0.12.2)
- themis/themis-openssl (0.12.2):
- 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):
- GRKOpenSSLFramework (= 1.0.2.18)
- themis/themis-openssl/objcwrapper (0.12.2):
- GRKOpenSSLFramework (= 1.0.2.18)
- themis/themis-openssl/core

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

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- GRKOpenSSLFramework
- themis

SPEC CHECKSUMS:
GRKOpenSSLFramework: 4abc733a8fcbc37060619a86a54202d2938dd70e
themis: 703d33444f3ecfd0b922a0a2ca3dcbea2046d80d
GRKOpenSSLFramework: 1d65e55d569af7b23074373041a92cc8bc768a92
themis: f4ef6d942670146ad08dca8cc99a34ae040878c0

PODFILE CHECKSUM: 523ad87c704d144da2b18fbff05166651f850967
PODFILE CHECKSUM: 0a484fd4a2a45b6c10bd42ee2fabc1b848bf01e4

COCOAPODS: 1.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
07D532CC346E0B14B4065C30 /* Pods_WorkingWithThemisServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65A98E649DF5797B62EB85FC /* Pods_WorkingWithThemisServer.framework */; };
733BD9BC1BDBF58500C6DA2F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 733BD9BB1BDBF58500C6DA2F /* main.m */; };
733BD9BF1BDBF58600C6DA2F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 733BD9BE1BDBF58600C6DA2F /* AppDelegate.m */; };
733BD9C21BDBF58600C6DA2F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 733BD9C11BDBF58600C6DA2F /* ViewController.m */; };
Expand All @@ -18,6 +17,7 @@
733BD9E01BDBF58600C6DA2F /* WorkingWithThemisServerUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 733BD9DF1BDBF58600C6DA2F /* WorkingWithThemisServerUITests.m */; };
733BD9F11BDBF77700C6DA2F /* SMessageClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 733BD9EE1BDBF77700C6DA2F /* SMessageClient.m */; };
733BD9F21BDBF77700C6DA2F /* SSessionClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 733BD9F01BDBF77700C6DA2F /* SSessionClient.m */; };
7998249C920B85674F0E45A1 /* Pods_WorkingWithThemisServer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BD9C37918C5180D2FE1C214 /* Pods_WorkingWithThemisServer.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -38,9 +38,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
2D48D85E6AB3EEEC756A7FFD /* Pods-WorkingWithThemisServer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WorkingWithThemisServer.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-WorkingWithThemisServer/Pods-WorkingWithThemisServer.debug.xcconfig"; sourceTree = "<group>"; };
3AF51B8253F0D19EE58D064B /* Pods-WorkingWithThemisServer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WorkingWithThemisServer.release.xcconfig"; path = "../Pods/Target Support Files/Pods-WorkingWithThemisServer/Pods-WorkingWithThemisServer.release.xcconfig"; sourceTree = "<group>"; };
65A98E649DF5797B62EB85FC /* Pods_WorkingWithThemisServer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_WorkingWithThemisServer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3BD9C37918C5180D2FE1C214 /* Pods_WorkingWithThemisServer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_WorkingWithThemisServer.framework; sourceTree = BUILT_PRODUCTS_DIR; };
637B5EF9224970C82C7F3374 /* Pods-WorkingWithThemisServer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WorkingWithThemisServer.release.xcconfig"; path = "Target Support Files/Pods-WorkingWithThemisServer/Pods-WorkingWithThemisServer.release.xcconfig"; sourceTree = "<group>"; };
733BD9B71BDBF58500C6DA2F /* WorkingWithThemisServer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WorkingWithThemisServer.app; sourceTree = BUILT_PRODUCTS_DIR; };
733BD9BB1BDBF58500C6DA2F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
733BD9BD1BDBF58500C6DA2F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
Expand All @@ -61,14 +60,15 @@
733BD9EE1BDBF77700C6DA2F /* SMessageClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SMessageClient.m; sourceTree = "<group>"; };
733BD9EF1BDBF77700C6DA2F /* SSessionClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSessionClient.h; sourceTree = "<group>"; };
733BD9F01BDBF77700C6DA2F /* SSessionClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSessionClient.m; sourceTree = "<group>"; };
ECA699EAF10A7BD78E4A632F /* Pods-WorkingWithThemisServer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WorkingWithThemisServer.debug.xcconfig"; path = "Target Support Files/Pods-WorkingWithThemisServer/Pods-WorkingWithThemisServer.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
733BD9B41BDBF58500C6DA2F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
07D532CC346E0B14B4065C30 /* Pods_WorkingWithThemisServer.framework in Frameworks */,
7998249C920B85674F0E45A1 /* Pods_WorkingWithThemisServer.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -89,32 +89,23 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3E6B84F1B30DD14444ADF575 /* Frameworks */ = {
151F262E3786B50F4687253C /* Frameworks */ = {
isa = PBXGroup;
children = (
65A98E649DF5797B62EB85FC /* Pods_WorkingWithThemisServer.framework */,
3BD9C37918C5180D2FE1C214 /* Pods_WorkingWithThemisServer.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
5B4EAB849BFA9ADC914D265A /* Pods */ = {
isa = PBXGroup;
children = (
2D48D85E6AB3EEEC756A7FFD /* Pods-WorkingWithThemisServer.debug.xcconfig */,
3AF51B8253F0D19EE58D064B /* Pods-WorkingWithThemisServer.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
733BD9AE1BDBF58500C6DA2F = {
isa = PBXGroup;
children = (
733BD9B91BDBF58500C6DA2F /* WorkingWithThemisServer */,
733BD9D31BDBF58600C6DA2F /* WorkingWithThemisServerTests */,
733BD9DE1BDBF58600C6DA2F /* WorkingWithThemisServerUITests */,
733BD9B81BDBF58500C6DA2F /* Products */,
5B4EAB849BFA9ADC914D265A /* Pods */,
3E6B84F1B30DD14444ADF575 /* Frameworks */,
EA3E136DA0759FB8D7EC2D56 /* Pods */,
151F262E3786B50F4687253C /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -174,18 +165,28 @@
path = WorkingWithThemisServerUITests;
sourceTree = "<group>";
};
EA3E136DA0759FB8D7EC2D56 /* Pods */ = {
isa = PBXGroup;
children = (
ECA699EAF10A7BD78E4A632F /* Pods-WorkingWithThemisServer.debug.xcconfig */,
637B5EF9224970C82C7F3374 /* Pods-WorkingWithThemisServer.release.xcconfig */,
);
name = Pods;
path = ../Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
733BD9B61BDBF58500C6DA2F /* WorkingWithThemisServer */ = {
isa = PBXNativeTarget;
buildConfigurationList = 733BD9E41BDBF58600C6DA2F /* Build configuration list for PBXNativeTarget "WorkingWithThemisServer" */;
buildPhases = (
A6B983AC75AC02909E5FDEF7 /* [CP] Check Pods Manifest.lock */,
DA2836CA6159D28F16C1F8E5 /* [CP] Check Pods Manifest.lock */,
733BD9B31BDBF58500C6DA2F /* Sources */,
733BD9B41BDBF58500C6DA2F /* Frameworks */,
733BD9B51BDBF58500C6DA2F /* Resources */,
D38B884232238A14E74428AF /* [CP] Embed Pods Frameworks */,
9A2445949129AD9A4B1A8A0B /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -243,6 +244,7 @@
TargetAttributes = {
733BD9B61BDBF58500C6DA2F = {
CreatedOnToolsVersion = 7.1;
DevelopmentTeam = X6X7AHQ2D4;
};
733BD9CF1BDBF58600C6DA2F = {
CreatedOnToolsVersion = 7.1;
Expand Down Expand Up @@ -302,46 +304,46 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
A6B983AC75AC02909E5FDEF7 /* [CP] Check Pods Manifest.lock */ = {
9A2445949129AD9A4B1A8A0B /* [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 = (
"${PODS_ROOT}/Target Support Files/Pods-WorkingWithThemisServer/Pods-WorkingWithThemisServer-frameworks.sh",
"${PODS_ROOT}/GRKOpenSSLFramework/OpenSSL-iOS/bin/openssl.framework",
"${BUILT_PRODUCTS_DIR}/themis/themis.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-WorkingWithThemisServer-checkManifestLockResult.txt",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/themis.framework",
);
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-WorkingWithThemisServer/Pods-WorkingWithThemisServer-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D38B884232238A14E74428AF /* [CP] Embed Pods Frameworks */ = {
DA2836CA6159D28F16C1F8E5 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-WorkingWithThemisServer/Pods-WorkingWithThemisServer-frameworks.sh",
"${PODS_ROOT}/GRKOpenSSLFramework/OpenSSL-iOS/bin/openssl.framework",
"${BUILT_PRODUCTS_DIR}/themis/themis.framework",
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/themis.framework",
"$(DERIVED_FILE_DIR)/Pods-WorkingWithThemisServer-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-WorkingWithThemisServer/Pods-WorkingWithThemisServer-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;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -514,9 +516,10 @@
};
733BD9E51BDBF58600C6DA2F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2D48D85E6AB3EEEC756A7FFD /* Pods-WorkingWithThemisServer.debug.xcconfig */;
baseConfigurationReference = ECA699EAF10A7BD78E4A632F /* Pods-WorkingWithThemisServer.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = X6X7AHQ2D4;
INFOPLIST_FILE = WorkingWithThemisServer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.stanfy.WorkingWithThemisServer;
Expand All @@ -526,9 +529,10 @@
};
733BD9E61BDBF58600C6DA2F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3AF51B8253F0D19EE58D064B /* Pods-WorkingWithThemisServer.release.xcconfig */;
baseConfigurationReference = 637B5EF9224970C82C7F3374 /* Pods-WorkingWithThemisServer.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = X6X7AHQ2D4;
INFOPLIST_FILE = WorkingWithThemisServer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.stanfy.WorkingWithThemisServer;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/Themis-server/swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ use_frameworks!

target :"SwiftThemisServerExample" do

pod 'themis', '0.12.1'
pod 'themis', '0.12.2'

end
30 changes: 15 additions & 15 deletions docs/examples/Themis-server/swift/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
PODS:
- GRKOpenSSLFramework (1.0.2.19)
- themis (0.12.1):
- themis/themis-openssl (= 0.12.1)
- themis/themis-openssl (0.12.1):
- GRKOpenSSLFramework (~> 1.0.1)
- themis/themis-openssl/core (= 0.12.1)
- themis/themis-openssl/objcwrapper (= 0.12.1)
- themis/themis-openssl/core (0.12.1):
- GRKOpenSSLFramework (~> 1.0.1)
- themis/themis-openssl/objcwrapper (0.12.1):
- GRKOpenSSLFramework (~> 1.0.1)
- GRKOpenSSLFramework (1.0.2.18)
- themis (0.12.2):
- themis/themis-openssl (= 0.12.2)
- themis/themis-openssl (0.12.2):
- 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):
- GRKOpenSSLFramework (= 1.0.2.18)
- themis/themis-openssl/objcwrapper (0.12.2):
- GRKOpenSSLFramework (= 1.0.2.18)
- themis/themis-openssl/core

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

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- GRKOpenSSLFramework
- themis

SPEC CHECKSUMS:
GRKOpenSSLFramework: 4abc733a8fcbc37060619a86a54202d2938dd70e
themis: 703d33444f3ecfd0b922a0a2ca3dcbea2046d80d
GRKOpenSSLFramework: 1d65e55d569af7b23074373041a92cc8bc768a92
themis: f4ef6d942670146ad08dca8cc99a34ae040878c0

PODFILE CHECKSUM: 6e6a11a8765645dd4f930f2908d139bd8afe682f
PODFILE CHECKSUM: d7dae54b949059d61e288647dc393da42fb7eeec

COCOAPODS: 1.8.0
Loading

0 comments on commit 8c07b5b

Please sign in to comment.