NetNewsWire/Frameworks/RSCore
2018-01-14 11:00:29 -08:00
..
RSCore Make UserApp properties and methods public. 2018-01-14 11:00:29 -08:00
RSCore.xcodeproj Add UserApp class to RSCore. It represents an of the type usually found in /Applications. A UserApp may or may not be running and may or may not exist locally on disk. It could be entirely fictional, even. 2018-01-14 10:56:06 -08:00
RSCoreiOS
RSCoreTests Update sub-projects for Xcode 8.3.2 2017-06-01 16:01:41 -07:00
.gitignore
LICENSE
README.md
UniqueIdentifier.swift Add UniqueIdentifier file. Fix a couple build errors. 2017-05-24 13:29:40 -07:00

RSCore

Utility code for Mac and iOS apps.

This builds a Mac framework and an iOS framework.

Theres a whole bunch of stuff in here. There are categories on Foundation and AppKit objects plus a few miscellaneous things.

(More notes will be coming.)