NetNewsWire/Frameworks/RSCore
Brent Simmons 4e7fc8efcb Remove rs_performSelectorCoalesced, since it’s been replaced by the CoalescingQueue. 2018-02-17 15:18:42 -08:00
..
RSCore Remove rs_performSelectorCoalesced, since it’s been replaced by the CoalescingQueue. 2018-02-17 15:18:42 -08:00
RSCore.xcodeproj Remove DiskSave from RSCore, since it’s unused. 2018-02-17 15:17:08 -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.)