Skip to content

Commit 9ead0bb

Browse files
committed
1 parent ce169a8 commit 9ead0bb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

XLForm/XL/Helpers/NSObject+XLFormAdditions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ -(id)valueData
5353
return result;
5454
}
5555
if ([self conformsToProtocol:@protocol(XLFormOptionObject)]){
56-
return (id<XLFormOptionObject>)self;
56+
return [(id<XLFormOptionObject>)self formValue];
5757
}
5858
return nil;
5959
}

0 commit comments

Comments
 (0)