We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fde4c commit 3c23bf3Copy full SHA for 3c23bf3
1 file changed
src/Kapusch.FacebookApisForiOSComponents/Kapusch.FacebookApisForiOSComponents.csproj
@@ -43,7 +43,8 @@
43
<None Include="../../THIRD_PARTY_NOTICES.md" Pack="true" PackagePath="/" />
44
</ItemGroup>
45
<ItemGroup Condition="'$(InteropIosWrapperDir)' != '' and Exists('$(InteropIosWrapperDir)')">
46
- <None Include="$(InteropIosWrapperDir)/**" Pack="true" PackagePath="/" />
+ <!-- Keep the outer directory name so consumers can reference kfb.xcframework/ as a NativeReference. -->
47
+ <None Include="$(InteropIosWrapperDir)/**" Pack="true" PackagePath="kfb.xcframework/" />
48
49
<ItemGroup Condition="'$(FacebookIosFrameworksDir)' != '' and Exists('$(FacebookIosFrameworksDir)')">
50
<None Include="$(FacebookIosFrameworksDir)/**" Pack="true" PackagePath="fb/" />
0 commit comments