From e641f69667ad69f030bfc742160ed1a60457e4df Mon Sep 17 00:00:00 2001 From: schmidt9 Date: Tue, 23 Aug 2016 20:57:50 +0300 Subject: [PATCH] iOS instructions added --- tz.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tz.html b/tz.html index d29d155..d5bb8f9 100644 --- a/tz.html +++ b/tz.html @@ -3085,6 +3085,20 @@ http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml int mingw users: -lpthread is required.

+

iOS specific:

+ +

+ In addition to four aforementioned source files you will need following files: + ios.h, + ios.cpp. +

+

+ In Xcode in [Your Target]->Build Settings->Other C Flags set following flags: -DHAS_REMOTE_API=0, -DUSE_SHELL_API, -x objective-c++. +

+

+ Also you have to add IANA database archive (*.tar.gz) manually to your project, automatic download for iOS is not supported, this archive will be unpacked automatically into subdirectory Library/tzdata of installed application. +

+

Acknowledgements