Need propertyList type for native
This commit is contained in:
parent
fa93720c12
commit
b2fed163b7
|
@ -50,7 +50,7 @@
|
||||||
- (id)pasteboardPropertyListForType:(NSString *)type
|
- (id)pasteboardPropertyListForType:(NSString *)type
|
||||||
{
|
{
|
||||||
if ([type isEqual:kMADragType]) {
|
if ([type isEqual:kMADragType]) {
|
||||||
return contents;
|
return [NSNumber numberWithLong:(long)contents];
|
||||||
} else if ([type isEqual:(NSString *)kUTTypeUTF8PlainText]) {
|
} else if ([type isEqual:(NSString *)kUTTypeUTF8PlainText]) {
|
||||||
NSMutableString * stringBuffer = [NSMutableString string];
|
NSMutableString * stringBuffer = [NSMutableString string];
|
||||||
for (id obj in contents)
|
for (id obj in contents)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user