1. Update iOS deployment target to 14 (#4266)
2. Set MacOS default deployment target to 11. Signed-off-by: amzn-sj <srikkant@amazon.com>
This commit is contained in:
@@ -37,6 +37,10 @@ endif()
|
||||
# Set the default asset type for deployment
|
||||
set(LY_ASSET_DEPLOY_ASSET_TYPE "mac" CACHE STRING "Set the asset type for deployment.")
|
||||
|
||||
# Set the deployment target for MacOS
|
||||
set(LY_MAC_DEPLOYMENT_TARGET "11.0" CACHE STRING "Mac Deployment Target")
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET ${LY_MAC_DEPLOYMENT_TARGET})
|
||||
|
||||
# Set the python cmd tool
|
||||
ly_set(LY_PYTHON_CMD ${CMAKE_CURRENT_SOURCE_DIR}/python/python.sh)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ set(CMAKE_OSX_ARCHITECTURES arm64)
|
||||
|
||||
|
||||
set(LY_IOS_CODE_SIGNING_IDENTITY "iPhone Developer" CACHE STRING "iPhone Developer")
|
||||
set(LY_IOS_DEPLOYMENT_TARGET "13.0" CACHE STRING "iOS Deployment Target")
|
||||
set(LY_IOS_DEPLOYMENT_TARGET "14.0" CACHE STRING "iOS Deployment Target")
|
||||
set(LY_IOS_DEVELOPMENT_TEAM "CF9TGN983S" CACHE STRING "The development team ID")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user