Skip to content

Commit

Permalink
chore: Raised iOS/tvOS target to 11.0, since this is the minimum vers…
Browse files Browse the repository at this point in the history
…ion for Unity 2020 LTS
  • Loading branch information
atteneder committed Oct 25, 2023
1 parent ae55a20 commit 1eb874b
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=10.0
-DCMAKE_OSX_DEPLOYMENT_TARGET=11.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=10.0
-DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
-DDRACO_UNITY_PLUGIN=ON
-DDRACO_GLTF_BITSTREAM=ON
-DDRACO_BACKWARDS_COMPATIBILITY=OFF
Expand Down

0 comments on commit 1eb874b

Please sign in to comment.