File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 363363 <ItemGroup >
364364 <!-- Support a 'CopyToAppBundle' metadata that can be set to 'false' to avoid copying a framework to the app bundle -->
365365 <_DynamicLibraryToPublish Include =" @(_FileNativeReference)" Condition =" '%(_FileNativeReference.Kind)' == 'Dynamic' And '%(_FileNativeReference.CopyToAppBundle)' != 'false'" >
366- <RelativePath >$([MSBuild]::MakeRelative($(MSBuildProjectDirectory)\$(PublishDir),$(_AppBundlePath )))\$(_DylibRelativePath) %(Filename)%(Extension)</RelativePath >
366+ <RelativePath >$([MSBuild]::MakeRelative($(MSBuildProjectDirectory)\$(PublishDir),$(_DylibPublishDir )))\%(Filename)%(Extension)</RelativePath >
367367 <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
368368 </_DynamicLibraryToPublish >
369369
478478 <_LibXamarinDebug Condition =" '$(_BundlerDebug)' == 'true'" >-debug</_LibXamarinDebug >
479479 <_LibXamarinName Condition =" '$(_LibXamarinName)' == ''" >libxamarin-dotnet$(_LibXamarinRuntime)$(_LibXamarinDebug).$(_LibXamarinExtension)</_LibXamarinName >
480480
481- <!-- the path relative to the root of the app bundle where dynamic libraries should be placed -->
482- <_DylibRelativePath Condition =" '$(_PlatformName)' == 'iOS' Or '$(_PlatformName)' == 'tvOS' Or '$(_PlatformName)' == 'watchOS'" >/</_DylibRelativePath >
483- <_DylibRelativePath Condition =" '$(_PlatformName)' == 'macOS' Or '$(_PlatformName)' == 'MacCatalyst'" >Contents/$(_CustomBundleName)/</_DylibRelativePath >
484-
485481 <_DylibRPath Condition =" '$(_PlatformName)' == 'iOS' Or '$(_PlatformName)' == 'tvOS' Or '$(_PlatformName)' == 'watchOS'" >@executable_path</_DylibRPath >
486482 <_DylibRPath Condition =" '$(_PlatformName)' == 'macOS' Or '$(_PlatformName)' == 'MacCatalyst'" >@executable_path/../$(_CustomBundleName)/</_DylibRPath >
487483
You can’t perform that action at this time.
0 commit comments