Merge pull request #17 from mattparks/patch-2

Fix tools/geometryc iOS bundle gui identifier.
This commit is contained in:
loanselot
2021-08-06 00:28:41 +03:00
committed by GitHub

View File

@@ -22,5 +22,5 @@ endif()
if (IOS)
set_target_properties(geometryc PROPERTIES MACOSX_BUNDLE ON
MACOSX_BUNDLE_GUI_IDENTIFIER example-${ARG_NAME})
MACOSX_BUNDLE_GUI_IDENTIFIER geometryc)
endif()