Skip to content

Commit

Permalink
fix (Laerdal.McuMgr.Bindings.MacCatalyst.csproj): we now pass SUPPORT…
Browse files Browse the repository at this point in the history
…S_MACCATALYST=YES as intended
  • Loading branch information
ksidirop-laerdal committed Oct 2, 2024
1 parent 95c47df commit 1370faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
<Exec WorkingDirectory="../Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native" Command=" bash -c &quot; chmod +x ./Laerdal.Mac.CompileAndGenerateFatLibs.sh &quot; "/>

<PropertyGroup>
<_CliCommand>$(_CliCommand) SUPPORTS_MACCATALYST='YES' </_CliCommand>
<_CliCommand>$(_CliCommand) SWIFT_OUTPUT_PATH='$(NativeFrameworkParentFolderpath)' </_CliCommand>
<_CliCommand>$(_CliCommand) XCODE_IDE_DEV_PATH='$(Laerdal_Bindings_MacCatalyst___Xcode_Ide_Dev_Path)' </_CliCommand>
<_CliCommand>$(_CliCommand) XCODEBUILD_TARGET_SDK='macosx' </_CliCommand>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
<Exec WorkingDirectory="../Laerdal.McuMgr.Bindings.MacCatalystAndIos.Native" Command=" chmod +x ./Laerdal.Mac.CompileAndGenerateFatLibs.sh "/>

<PropertyGroup>
<_CliCommand>$(_CliCommand) SUPPORTS_MACCATALYST='NO' </_CliCommand>
<_CliCommand>$(_CliCommand) SWIFT_OUTPUT_PATH='$(NativeFrameworkParentFolderpath)' </_CliCommand>
<_CliCommand>$(_CliCommand) XCODE_IDE_DEV_PATH='$(Laerdal_Bindings_iOS___Xcode_Ide_Dev_Path)' </_CliCommand>
<_CliCommand>$(_CliCommand) XCODEBUILD_TARGET_SDK='iphoneos' </_CliCommand>
Expand Down

0 comments on commit 1370faf

Please sign in to comment.