appsquickly /
XcodeEditor
An API for manipulating Xcode project files.
72/100 healthLoading repository data…
mattstevens / repository
An Objective-C API diff report generator
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Generates a text, XML, or HTML report of the API differences between two versions of an Objective-C library. It assists library authors with creating a diff report for their users and verifying that no unexpected API changes have been made.
Beta. The tool has been tested against the system frameworks and a number of third-party libraries, but I'd like to open it to feedback and additional testing before considering the command line interface and XML format stable.
objc-diff [--old <path to old API>] --new <path to new API> [options]
API paths may be specified as a path to a framework, a path to a single
header, or a path to a directory of headers.
Options:
--help Show this help message and exit
--title Title of the generated report
--text Write a text report to standard output (the default)
--xml Write an XML report to standard output
--html <directory> Write an HTML report to the specified directory
--sdk <name> Use the specified SDK
--old <path> Path to the old API
--new <path> Path to the new API
--args <args> Compiler arguments for both API versions
--oldargs <args> Compiler arguments for the old API version
--newargs <args> Compiler arguments for the new API version
--version Show the version and exit
See the man page for expanded usage information.
Selected from shared topics, language and repository description—not editorial ratings.
appsquickly /
An API for manipulating Xcode project files.
72/100 healthNMSSH /
NMSSH is an Objective-C wrapper for libssh2, with a sweet API.
79/100 healthjustinmfischer /
An Objective-C API inspired by iOS 7 and the Yahoo Weather App. Location-based Flickr photos in background UIImageView are Gaussian blurred by a UIScrollView while scrolling over foreground iPhone content.
/100 healthjustinmfischer /
An objective-C API that uses the new iOS 7 UIView snapshot category drawViewHierarchyInRect:afterScreenUpdates: to produce Apple Notification and Control Center like blur effects. 7blur supports both live real time and static blurred backgrounds enforcing UI depth.
78/100 healthsamsymons /
An Objective-C wrapper for the reddit API
65/100 healthspoletto /
An objective-c wrapper around the Google Places autocomplete API. Includes sample application emulating the "Maps" app.
42/100 health