]> git.saurik.com Git - cycript.git/blobdiff - Bridge.def
Made drastic changes to the serializer in order to support correctly serializing...
[cycript.git] / Bridge.def
index 2994bd11084fd09c9161b3852101950fe37a5b85..7ce9cda654416cbf722285c7beedc52a70c11d02 100644 (file)
@@ -4,6 +4,20 @@ C nil null
 
 : applicationDidFinishLaunching: v12@0:4@8
 
+T id @
+
+T short s
+T int i
+T long l
+
+T uint I
+T ulong L
+T ushort S
+
+T char c
+T boolean B
+T float f
+T double d
 
 S CGPoint "x"f"y"f
 S CGRect "origin"{CGPoint}"size"{CGSize}