Skip to content

Commit

Permalink
Revert "chore: Raised iOS/tvOS target to 11.0, since this is the mini…
Browse files Browse the repository at this point in the history
…mum version for Unity 2020 LTS"

It broke the build

This reverts commit 1eb874b.
  • Loading branch information
atteneder committed Oct 26, 2023
1 parent eee3292 commit 8ccd63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
-DCMAKE_BUILD_TYPE=MinSizeRel
-DCMAKE_SYSTEM_NAME=iOS
-DCMAKE_OSX_ARCHITECTURES=armv7\;armv7s\;arm64
-DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.0
-DDRACO_UNITY_PLUGIN=ON
-DDRACO_GLTF_BITSTREAM=ON
-DDRACO_BACKWARDS_COMPATIBILITY=OFF
Expand All @@ -85,7 +85,7 @@ jobs:
cmake . -G Xcode -B build_tvos
-DCMAKE_BUILD_TYPE=MinSizeRel
-DCMAKE_SYSTEM_NAME=tvOS
-DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.0
-DDRACO_UNITY_PLUGIN=ON
-DDRACO_GLTF_BITSTREAM=ON
-DDRACO_BACKWARDS_COMPATIBILITY=OFF
Expand Down

0 comments on commit 8ccd63e

Please sign in to comment.