Skip to content

Agisight/Libxml2Module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.0%
  • Objective-C 5.0%