KissXML icon indicating copy to clipboard operation
KissXML copied to clipboard

A replacement for Cocoa's NSXML cluster of classes. Based on libxml. Works on iOS.

Results 61 KissXML issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.2.2 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

To solve Xcode warning and Carthage issue (that related to XMPPFramework)

This is a simple fix to get rid of the warning message enabled in Xcode. I only have tested this on macOS using Carthage. If someone can check for the...

This is an old change in our fork of KissXML from before we imported it as a submodule through Carthage. I'd like to get it into master, so we can...

After I update my project with build for distribution set to YES, and switch the build system from legacy build system to new build system, my project runs fine at...

I'm using KissXML library as a SPM dependency and for Xcode 12 is supported deployment target as iOS 9. In Package.swift is iOS 8, is possible to update it? It...

I was glad to see support for Swift Package Manager landed recently (https://github.com/robbiehanson/KissXML/pull/119). Unfortunately, a commit hasn't been tagged since that PR was merged, so Swift Package Manager users need...

Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

In a current project using objective c(++) extensively KissXML fails to compile. Error messages referencing DDXMLElement.m: `Expected identifier; 'namespace' is a keyword in Objective-C++` After changing all method parameters named...