We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95aaa7a commit 2325155Copy full SHA for 2325155
libogg_build.bash
@@ -1,12 +1,7 @@
1
IDZ_OGG_VERSION=1.3.2
2
3
-#Update IDZ_OGG_SDK_VERSION to the version available on your mac
4
-#Run xcodebuild -showsdks to see the iOS version available on your mac
5
-echo Available SDKs
6
-xcodebuild -showsdks
7
-
8
-#On GitHub this needs to be an SDK version supported by Travis
9
-IDZ_OGG_SDK_VERSION=8.1
+#Automatically set the current sdk version for ios
+IDZ_OGG_SDK_VERSION=`xcrun --sdk iphoneos --show-sdk-version`
10
11
pushd $IDZ_BUILD_ROOT
12
mkdir -p libogg/$IDZ_OGG_VERSION
0 commit comments