Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Libxml2Module

Wrapper over xml2 lib to use it in Objective-C modules with @import Libxml2...; for iOS Simulator and iOS Device.

You need to add conditional import by platform for correct usage in Objective-C:

#if TARGET_OS_SIMULATOR
@import Libxml2.Simulator;
#else
@import Libxml2.Device;
#endif

Now supports Xcode 8.3

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages