Skip to content

Commit

Permalink
Bump iOS target to 16.3 to hopefully fix GitHub Actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Nov 12, 2024
1 parent fe7025f commit 0e1973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/iOS.toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(IOS 1)
set(CMAKE_SYSTEM_NAME iOS)
set(CMAKE_OSX_DEPLOYMENT_TARGET 12.4)
set(CMAKE_OSX_DEPLOYMENT_TARGET 16.3)
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) # Required for libogg
SET(CMAKE_XCODE_ATTRIBUTE_TARGETED_DEVICE_FAMILY "1,2")

0 comments on commit 0e1973d

Please sign in to comment.