Oleksandr Dodatko

Results 98 comments of Oleksandr Dodatko

No backward compatibility for old-school folks and legacy projects?

Definitely yes, you can. Not sure how much I'll be able to contribute and when I'll be able to do that. Let's discuss this in private (textual or voice chat).

A few things to do beforehand 1. Make sure your **public headers** includes have triangle bracket style. 2. Use as much forward declarations as possible **in public headers**.

Some links : 1. Framework Programming Guide (applies to iOS just fine) https://developer.apple.com/library/mac/documentation/macosx/conceptual/BPFrameworks/Frameworks.html 2. Framework project template for Xcode 4 and Xcode 5 https://github.com/kstenerud/iOS-Universal-Framework 3. A lightweight example of library...

Do not commit artefacts to the repository. Use "github releases" instead. Otherwise your repository will grow too large and hard to checkout. In this case you'll end up like [ios-openssl](https://github.com/st3fan/ios-openssl)

> @dodikk thank you for the question! do you have some specific needs for Themis on C#? That's a mobile app built with xamarin which obviously needs some security improvements....

FYI: Here is a proof of concept for xamarin which adds themis as binding projects. https://github.com/dodikk/themis-xamarin-prototype P.S. An example for cross-platform code (`Xamarin.Forms` or .NET Standard) will follow soon in...

> P.S. An example for cross-platform code (Xamarin.Forms or .NET Standard) will follow soon in that repo. And some slightly more beautiful interfaces too. Done for a subset of `TSCellSeal`...

@vixentael here is another demo for the `.net MAUI` toolchain. https://github.com/dodikk/themis-maui-prototype I hope it might be used as a step towards your C#/.net related guides and docs some day. P.S....

The issue reproduces with the project below : https://github.com/Sitecore/sitecore-ios-sdk/tree/sdk1.2/src/lib/SitecoreMobileSDK https://github.com/Sitecore/sitecore-ios-sdk/issues/20