|
@@ -11,10 +11,10 @@
|
|
<XCodePath Condition=" '$(XCodePath)' == '' ">/Applications/Xcode.app/Contents/Developer</XCodePath>
|
|
<XCodePath Condition=" '$(XCodePath)' == '' ">/Applications/Xcode.app/Contents/Developer</XCodePath>
|
|
<XCodePath>$([MSBuild]::EnsureTrailingSlash('$(XCodePath)'))</XCodePath>
|
|
<XCodePath>$([MSBuild]::EnsureTrailingSlash('$(XCodePath)'))</XCodePath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
-
|
|
|
|
|
|
+
|
|
<Target Name="PrepareBeforeIlcCompile"
|
|
<Target Name="PrepareBeforeIlcCompile"
|
|
BeforeTargets="IlcCompile">
|
|
BeforeTargets="IlcCompile">
|
|
-
|
|
|
|
|
|
+
|
|
<Copy SourceFiles="%(ResolvedRuntimePack.PackageDirectory)/runtimes/$(RuntimeIdentifier)/native/icudt.dat" DestinationFolder="$(PublishDir)"/>
|
|
<Copy SourceFiles="%(ResolvedRuntimePack.PackageDirectory)/runtimes/$(RuntimeIdentifier)/native/icudt.dat" DestinationFolder="$(PublishDir)"/>
|
|
|
|
|
|
<!-- We need to find the path to Xcode so we can set manual linker args to the correct SDKs
|
|
<!-- We need to find the path to Xcode so we can set manual linker args to the correct SDKs
|
|
@@ -29,9 +29,9 @@
|
|
<XCodePath>$(XcodeSelect)</XCodePath>
|
|
<XCodePath>$(XcodeSelect)</XCodePath>
|
|
<XCodePath>$([MSBuild]::EnsureTrailingSlash('$(XCodePath)'))</XCodePath>
|
|
<XCodePath>$([MSBuild]::EnsureTrailingSlash('$(XCodePath)'))</XCodePath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
-
|
|
|
|
|
|
+
|
|
<Message Importance="normal" Text="Found XCode at $(XcodeSelect)" Condition=" '$(FindXCode)' == 'true' "/>
|
|
<Message Importance="normal" Text="Found XCode at $(XcodeSelect)" Condition=" '$(FindXCode)' == 'true' "/>
|
|
-
|
|
|
|
|
|
+
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<LinkerArg Include="-mios-simulator-version-min=12.0 -isysroot %22$(XCodePath)Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk%22"
|
|
<LinkerArg Include="-mios-simulator-version-min=12.0 -isysroot %22$(XCodePath)Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk%22"
|
|
Condition=" $(RuntimeIdentifier.Contains('simulator')) "/>
|
|
Condition=" $(RuntimeIdentifier.Contains('simulator')) "/>
|
|
@@ -54,5 +54,5 @@
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<Copy SourceFiles="@(SymbolFiles)" DestinationFolder="$(PublishDir)$(TargetName).framework.dSYM"/>
|
|
<Copy SourceFiles="@(SymbolFiles)" DestinationFolder="$(PublishDir)$(TargetName).framework.dSYM"/>
|
|
</Target>
|
|
</Target>
|
|
-
|
|
|
|
|
|
+
|
|
</Project>
|
|
</Project>
|