mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 04:00:00 +00:00
Correct IBCocoaFramework
value
This commit is contained in:
parent
d7fc1ce4b7
commit
22e542f69d
@ -33,7 +33,7 @@ NSString *const NSNibOwner = @"NSOwner";
|
||||
NSString *const NSNibTopLevelObjects = @"NSNibTopLevelObjects";
|
||||
|
||||
// IB = Interface Builder; i'm guessing this subproject is a good place for it
|
||||
NSString *const IBCocoaFramework = @"Cocoa";
|
||||
NSString *const IBCocoaFramework = @"IBCocoaFramework";
|
||||
|
||||
@implementation NSNib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user