Import NSDictionary as Dictionary<NSObject, AnyObject>

Fixes <rdar://problem/16870626>.


Swift SVN r18907
This commit is contained in:
Doug Gregor
2014-06-15 10:44:23 +00:00
parent d3d2092ac0
commit dd8c668aa8
10 changed files with 11 additions and 38 deletions

View File

@@ -67,12 +67,6 @@ namespace swift {
/// a selector).
bool ImplicitObjCWith = true;
/// Import NSArray* as AnyObject[]
bool ObjCBridgeArray = true;
/// Import NSDictionary* as Dictionary<NSObject, AnyObject>
bool ObjCBridgeDictionary = false;
/// Enables checking that uses of @objc require importing
/// the ObjectiveC module.
bool EnableObjCAttrRequiresObjCModule = false;