ios库绑定

This commit is contained in:
denggaofeng 2026-01-23 17:48:49 +08:00
parent 38f7d128ec
commit 493564b9ed

View File

@ -17,16 +17,22 @@
<ObjcBindingCoreSource Include="StructsAndEnums.cs" /> <ObjcBindingCoreSource Include="StructsAndEnums.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <!--<ItemGroup>
<XcodeProject Include="NfcLockFramework/NfcLockFramework.xcodeproj"> <XcodeProject Include="NfcLockFramework/NfcLockFramework.xcodeproj">
<SchemeName>NfcLockFramework</SchemeName> <SchemeName>NfcLockFramework</SchemeName>
<Frameworks>CoreNFC NFCSDK</Frameworks> <Frameworks>CoreNFC </Frameworks>
<!-- Metadata applicable to @(NativeReference) will be used if set, otherwise the following defaults will be used: Metadata applicable to @(NativeReference) will be used if set, otherwise the following defaults will be used:
<Kind>Framework</Kind>
<SmartLink>true</SmartLink>
-->
<Kind>Framework</Kind>
<SmartLink>true</SmartLink>
<ForceLoad>true</ForceLoad>
</XcodeProject> </XcodeProject>
</ItemGroup> -->
<ItemGroup>
<NativeReference Include="NfcLockFramework.xcframework">
<Frameworks>CoreNFC NFCSDK</Frameworks>
<Kind>Framework</Kind>
<SmartLink>False</SmartLink>
</NativeReference>
</ItemGroup> </ItemGroup>
</Project> </Project>