JLChen
2021-02-02 5df13daeccbefa52f098191bf31a3365158bbd2b
2021-02-02 1.属性 移除-all_load,增加-dead_strip。
2个文件已修改
5 ■■■■■ 已修改文件
xamarin/Shared.IOS.ESVideoPhoneSDK/Properties/AssemblyInfo.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
xamarin/Shared.IOS.ESVideoPhoneSDK/Shared.IOS.ESVideoPhoneSDK.csproj 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
xamarin/Shared.IOS.ESVideoPhoneSDK/Properties/AssemblyInfo.cs
@@ -25,7 +25,7 @@
// 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.
xamarin/Shared.IOS.ESVideoPhoneSDK/Shared.IOS.ESVideoPhoneSDK.csproj
@@ -49,8 +49,9 @@
  <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>