Modernize iOS toolchain: remove BUILD_ARM64, drop support for Xcode <4.3 and don't pretend defining official CMake variables
This commit is contained in:
parent
b47f738635
commit
5189589ce2
3 changed files with 41 additions and 65 deletions
|
@ -21,5 +21,5 @@ sfml_add_example(ios_demo GUI_APP
|
|||
"-framework OpenGLES")
|
||||
|
||||
# The app needs an identifier and signing to work correctly
|
||||
SET_XCODE_PROPERTY(ios_demo CODE_SIGN_IDENTITY "iPhone Developer")
|
||||
sfml_set_xcode_property(ios_demo CODE_SIGN_IDENTITY "iPhone Developer")
|
||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER "com.sfml.ios_demo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue