2021-02-02 1.属性 移除-all_load,增加-dead_strip。
| | |
| | | // The form "{Major}.{Minor}.*" will automatically update the build and revision, |
| | | // and "{Major}.{Minor}.{Build}.*" will update just the revision. |
| | | |
| | | [assembly: AssemblyVersion("1.0.2")] |
| | | [assembly: AssemblyVersion("1.0.3")] |
| | | |
| | | // The following attributes are used to specify the signing key for the assembly, |
| | | // if desired. See the Mono documentation for more information about signing. |
| | |
| | | <ItemGroup> |
| | | <NativeReference Include="Library\libESVideoPhoneSDKXamarin.a"> |
| | | <Kind>Static</Kind> |
| | | <LinkerFlags>-ObjC -Wl -all_load -lz -lbz2 -liconv.2.4.0</LinkerFlags> |
| | | <LinkerFlags>-dead_strip -Wl -lz -lbz2 -liconv.2.4.0 -ObjC</LinkerFlags> |
| | | <Frameworks></Frameworks> |
| | | <ForceLoad>True</ForceLoad> |
| | | </NativeReference> |
| | | <NativeReference Include="Library\ESVideoPhoneSDk.a"> |
| | | <Kind>Static</Kind> |