File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ setup_cocos_app_config(${APP_NAME})
561
561
if (APPLE )
562
562
set_target_properties (${APP_NAME} PROPERTIES RESOURCE "${APP_UI_RES} " )
563
563
set_xcode_property (${APP_NAME} INSTALL_PATH "\$ (LOCAL_APPS_DIR)" )
564
- set_xcode_property (${APP_NAME} PRODUCT_BUNDLE_IDENTIFIER "org.axys1.cpp_tests " )
564
+ set_xcode_property (${APP_NAME} PRODUCT_BUNDLE_IDENTIFIER "org.axys1.cpp-tests " )
565
565
566
566
if (MACOSX )
567
567
set_target_properties (${APP_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR} /proj.mac/Info.plist" )
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ setup_cocos_app_config(${APP_NAME})
130
130
if (XCODE )
131
131
set_target_properties (${APP_NAME} PROPERTIES RESOURCE "${APP_UI_RES} " )
132
132
set_xcode_property (${APP_NAME} INSTALL_PATH "\$ (LOCAL_APPS_DIR)" )
133
- set_xcode_property (${APP_NAME} PRODUCT_BUNDLE_IDENTIFIER "org.axys1.fairygui_tests " )
133
+ set_xcode_property (${APP_NAME} PRODUCT_BUNDLE_IDENTIFIER "org.axys1.fairygui-tests " )
134
134
135
135
if (MACOSX )
136
136
set_target_properties (${APP_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR} /proj.mac/Info.plist" )
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ setup_cocos_app_config(${APP_NAME})
141
141
if (APPLE )
142
142
set_target_properties (${APP_NAME} PROPERTIES RESOURCE "${APP_UI_RES} " )
143
143
set_xcode_property (${APP_NAME} INSTALL_PATH "\$ (LOCAL_APPS_DIR)" )
144
- set_xcode_property (${APP_NAME} PRODUCT_BUNDLE_IDENTIFIER "org.axys1.live2d_tests " )
144
+ set_xcode_property (${APP_NAME} PRODUCT_BUNDLE_IDENTIFIER "org.axys1.live2d-tests " )
145
145
146
146
if (MACOSX )
147
147
set_target_properties (${APP_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR} /proj.ios_mac/mac/Info.plist" )
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ setup_cocos_app_config(${APP_NAME})
145
145
if (APPLE )
146
146
set_target_properties (${APP_NAME} PROPERTIES RESOURCE "${APP_UI_RES} " )
147
147
set_xcode_property (${APP_NAME} INSTALL_PATH "\$ (LOCAL_APPS_DIR)" )
148
- set_xcode_property (${APP_NAME} PRODUCT_BUNDLE_IDENTIFIER "org.axys1.lua_tests " )
148
+ set_xcode_property (${APP_NAME} PRODUCT_BUNDLE_IDENTIFIER "org.axys1.lua-tests " )
149
149
150
150
if (MACOSX )
151
151
set_target_properties (${APP_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR} /proj.ios_mac/mac/Info.plist" )
You can’t perform that action at this time.
0 commit comments