Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 08d6c93

Browse files
committed
Use __UNIFIED__ build symbol convention
1 parent 7793e4e commit 08d6c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/PclExport.Net40.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#if !__IOS__
2626
using System.Reflection.Emit;
2727
using FastMember = ServiceStack.Text.FastMember;
28-
#elif __IOS10__
28+
#elif __UNIFIED__
2929
using Preserve = Foundation.PreserveAttribute;
3030
#else
3131
using Preserve = MonoTouch.Foundation.PreserveAttribute;

0 commit comments

Comments
 (0)