Files
textmate/Frameworks
Allan Odgaard 65cfacd054 Fix issue with our tag property override and the 10.10 SDK
Until the 10.10 SDK we could use the compiler’s synthesized getter for our ‘tag’ property, but NSView.h in the 10.10 SDK declares ‘tag’ via the @property syntax and it is effectively unsupported to redeclare a readonly property as readwrite in a subclass (clang will not synthesize getter/setter methods in the subclass).
2014-09-28 14:31:42 +02:00
..
2014-08-03 09:04:57 +02:00
2014-09-03 17:02:25 +02:00
2014-08-03 09:04:57 +02:00
2012-08-09 16:25:56 +02:00