Skip to content

Commit

Permalink
revert (Laerdal.Dfu.Bindings.iOS.csproj): we no longer employ the '--…
Browse files Browse the repository at this point in the history
…no-use-binaries' on carthage
  • Loading branch information
ksidirop-laerdal committed May 15, 2024
1 parent ea8317e commit 56a35fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Laerdal.Dfu.Bindings.iOS/Laerdal.Dfu.Bindings.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
Lines="github "NordicSemiconductor/IOS-Pods-DFU-Library" "$(Nordic_Package_Version)""
Overwrite="true"/>

<Exec WorkingDirectory="$(MSBuildThisFileDirectory)" Command="GITHUB_ACCESS_TOKEN=&quot;github.com=$(Laerdal_Github_Access_Token)&quot; carthage update --project-directory Carthage --use-xcframeworks --platform iOS --no-use-binaries" />
<!-- no-use-binaries -->
<Exec WorkingDirectory="$(MSBuildThisFileDirectory)" Command="GITHUB_ACCESS_TOKEN=&quot;github.com=$(Laerdal_Github_Access_Token)&quot; carthage update --project-directory Carthage --use-xcframeworks --platform iOS" />

<RemoveDir
Condition="Exists('Carthage\Carthage\Checkouts\IOS-Pods-DFU-Library\Example')"
Expand Down

0 comments on commit 56a35fa

Please sign in to comment.