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