Skip to content

Commit 3c23bf3

Browse files
committed
Update packaging path for InteropIosWrapperDir to maintain directory structure for kfb.xcframework
1 parent 42fde4c commit 3c23bf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Kapusch.FacebookApisForiOSComponents/Kapusch.FacebookApisForiOSComponents.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
<None Include="../../THIRD_PARTY_NOTICES.md" Pack="true" PackagePath="/" />
4444
</ItemGroup>
4545
<ItemGroup Condition="'$(InteropIosWrapperDir)' != '' and Exists('$(InteropIosWrapperDir)')">
46-
<None Include="$(InteropIosWrapperDir)/**" Pack="true" PackagePath="/" />
46+
<!-- Keep the outer directory name so consumers can reference kfb.xcframework/ as a NativeReference. -->
47+
<None Include="$(InteropIosWrapperDir)/**" Pack="true" PackagePath="kfb.xcframework/" />
4748
</ItemGroup>
4849
<ItemGroup Condition="'$(FacebookIosFrameworksDir)' != '' and Exists('$(FacebookIosFrameworksDir)')">
4950
<None Include="$(FacebookIosFrameworksDir)/**" Pack="true" PackagePath="fb/" />

0 commit comments

Comments
 (0)