File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Segment/Analytics/Utilities Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
<assembly fullname =" System.Core" >
8
8
<type fullname =" System.Linq.Expressions.Interpreter.LightLambda" preserve =" all" />
9
9
</assembly >
10
+ <assembly fullname =" UnityEngine" >
11
+ <type fullname =" UnityEngine.Application" preserve =" all" />
12
+ </assembly >
13
+ <assembly fullname =" Xamarin.Forms" >
14
+ <type fullname =" Xamarin.Forms.Device" preserve =" all" />
15
+ </assembly >
10
16
</linker >
11
17
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static string getPlatform()
25
25
{
26
26
type = "Xamarin" ;
27
27
}
28
- else if ( Type . GetType ( "UnityEngine.Device.SystemInfo , UnityEngine" ) != null )
28
+ else if ( Type . GetType ( "UnityEngine.Application , UnityEngine" ) != null )
29
29
{
30
30
type = "Unity" ;
31
31
}
You can’t perform that action at this time.
0 commit comments