Skip to content

ctsf/Libxml2Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •