Skip to content

Instantly share code, notes, and snippets.

@kambala-decapitator
Last active August 27, 2025 17:52
Show Gist options
  • Save kambala-decapitator/59438030c34b53aed7d3895aaa48b718 to your computer and use it in GitHub Desktop.
Save kambala-decapitator/59438030c34b53aed7d3895aaa48b718 to your computer and use it in GitHub Desktop.
local CMake presets for VCMI iOS
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 21,
"patch": 0
},
"configurePresets": [
{
"name": "ios-common",
"displayName": "iOS base",
"hidden": true,
"cacheVariables": {
"APP_DISPLAY_NAME": "VCMI-debug",
"BUNDLE_IDENTIFIER_PREFIX": "com.kambala",
"CMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM": "4XHN44TEVG"
},
"warnings": {
"dev": false
}
},
{
"name": "ios-conan",
"displayName": "iOS Conan",
"inherits": ["ios-device-conan", "ios-common"],
"cacheVariables": {
"APP_DISPLAY_NAME": "VCMI-conan",
"BUNDLE_IDENTIFIER_PREFIX": "com.kambala1"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment