File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 </ItemGroup >
4747
4848<ItemGroup >
49- <NativeReference Include =" Native/build/dylib/macos/x86_64/libUsbSerialForMacOS.dylib" Kind =" Dynamic" Condition =" '$(TargetFramework)' == 'net10.0-macos'" />
50- <NativeReference Include =" Native/build/dylib/maccatalyst/x86_64/libUsbSerialForMacOS.dylib" Kind =" Dynamic" Condition =" '$(TargetFramework)' == 'net10.0-maccatalyst'" />
49+ <!-- Use universal (fat) binaries that contain both x86_64 and arm64 architectures -->
50+ <NativeReference Include =" Native/build/dylib/macos/UsbSerialForMacOS.dylib" Kind =" Dynamic" Condition =" '$(TargetFramework)' == 'net10.0-macos'" />
51+ <NativeReference Include =" Native/build/dylib/maccatalyst/UsbSerialForMacOS.dylib" Kind =" Dynamic" Condition =" '$(TargetFramework)' == 'net10.0-maccatalyst'" />
5152</ItemGroup >
5253
5354</Project >
You can’t perform that action at this time.
0 commit comments