Skip to content

Commit

Permalink
Fix bindings generation (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Apr 19, 2023
1 parent 0a33374 commit 10ddff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-cocoa-bindings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (!(Get-Command sharpie -ErrorAction SilentlyContinue)) {
}

# Get iPhone SDK version
$iPhoneSdkVersion = sharpie xcode -sdks | grep -o 'iphoneos\S*'
$iPhoneSdkVersion = sharpie xcode -sdks | grep -o -m 1 'iphoneos\S*'

# Generate bindings
Write-Output 'Generating bindings with Objective Sharpie.'
Expand Down

0 comments on commit 10ddff1

Please sign in to comment.