]> git.saurik.com Git - cycript.git/blobdiff - Bridge.def
Add support for ECMA6 for-of iteration statements.
[cycript.git] / Bridge.def
index b3792aa6a87e7b803677756e79585fe42efce8e5..568c14e2d2795a0a58e1116615f0daceaad3b3dc 100644 (file)
@@ -1,6 +1,5 @@
 C YES true
 C NO false
-C nil null
 C NULL null
 
 : applicationDidFinishLaunching: v12@0:4@8
@@ -118,7 +117,7 @@ F property_getName *^{objc_property=}
 
 F protocol_conformsToProtocol B@@
 F protocol_copyMethodDescriptionList ^{objc_method_description=:*}@BB^I
-F protocol_copyPropertyList ^{objc_property=}@^I
+F protocol_copyPropertyList ^^{objc_property=}@^I
 F protocol_copyProtocolList ^@@^I
 F protocol_getMethodDescription {objc_method_description=:*}@:BB
 F protocol_getName *@
@@ -623,6 +622,7 @@ F CalFilterCreateWithDatabase ^{CalFilter}^{CalDatabase}
 
 F CalEventOccurrenceGetEvent @@
 F CalEventCopySummary @@
+F CalEventIsAllDay B@
 F CalEventOccurrenceGetDate I@
 
 f CoreAnimation
@@ -1436,6 +1436,7 @@ T NSMapTable {_NSMapTable}
 T NSMapTableOptions {NSUInteger}
 # NSMapTableValueCallBacks
 
+S _NSPoint "x"{CGFloat}"y"{CGFloat}
 T NSPoint {_NSPoint}
 T NSPointArray ^{NSPoint}
 T NSPointPointer ^{NSPoint}