realm-js/RealmJS.mm
Scott Kyle 3cc0250da9 No longer embed frameworks into RealmReact.framework
Instead we build RealmJS and GCDWebServers as static libraries and link those instead.
2015-12-07 14:57:19 -08:00

8 lines
177 B
Plaintext

/* Copyright 2015 Realm Inc - All Rights Reserved
* Proprietary and Confidential
*/
#import "RealmJS.h"
// This file needs to exist for RealmJS.framework to build properly.