NetNewsWire/Frameworks/RSCore
Brent Simmons 786138d6e7 Create postDisplayNameDidChangeNotification, so that a DisplayNameProvider can post a Notification when its name changes. 2018-01-22 21:58:53 -08:00
..
RSCore Create postDisplayNameDidChangeNotification, so that a DisplayNameProvider can post a Notification when its name changes. 2018-01-22 21:58:53 -08:00
RSCore.xcodeproj Remove Inspector stuff from RSCore on YAGNI basis. Start work on inspector in Evergreen. 2018-01-20 19:06:07 -08:00
RSCoreTests Update sub-projects for Xcode 8.3.2 2017-06-01 16:01:41 -07:00
RSCoreiOS Add RSCore framework. 2017-05-22 13:13:40 -07:00
.gitignore Add RSCore framework. 2017-05-22 13:13:40 -07:00
LICENSE Add RSCore framework. 2017-05-22 13:13:40 -07:00
README.md Add RSCore framework. 2017-05-22 13:13:40 -07:00
UniqueIdentifier.swift Add UniqueIdentifier file. Fix a couple build errors. 2017-05-24 13:29:40 -07:00

README.md

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.)