NetNewsWire/Frameworks/RSCore
Brent Simmons c77866c4d7 Add takeItems: method to a new NSMenu extension. 2018-02-09 22:10:36 -08:00
..
RSCore Add takeItems: method to a new NSMenu extension. 2018-02-09 22:10:36 -08:00
RSCore.xcodeproj Add takeItems: method to a new NSMenu extension. 2018-02-09 22:10:36 -08:00
RSCoreTests Change Cocoa imports to AppKit imports, because we don’t need CoreData imported (which Cocoa imports). 2018-02-02 22:51:32 -08:00
RSCoreiOS Add RSCore framework. 2017-05-22 13:13:40 -07:00
xcconfig convert Evergreen frameworks projects to use .xcconfig files. 2018-02-02 03:24:13 -08: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.)