Skip to content

Commit f35e8c5

Browse files
committed
iphoneos26.1
1 parent 86ae2ff commit f35e8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate-cocoa-bindings.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if (!(Test-Path '/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/
102102
}
103103
}
104104

105-
# Get iPhone SDK version (TODO: fix iphoneos26.0 compat)
106-
$iPhoneSdkVersion = sharpie xcode -sdks | grep -v 'iphoneos26.0' | grep -o -m 1 'iphoneos\S*'
105+
# Get iPhone SDK version (TODO: fix iphoneos26+ compat)
106+
$iPhoneSdkVersion = sharpie xcode -sdks | grep -v 'iphoneos2' | grep -o -m 1 'iphoneos\S*'
107107
Write-Output "iPhoneSdkVersion: $iPhoneSdkVersion"
108108

109109
## Imports in the various header files are provided in the "new" style of:

0 commit comments

Comments
 (0)