2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

Fixes for macOS codesigning

This commit is contained in:
Jack Andersen
2017-12-27 17:49:27 -10:00
parent 774f5ba8a7
commit d2a259c6e8
4 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ endif()
set_target_properties(urde PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/platforms/mac/Info.plist"
MACOSX_BUNDLE_BUNDLE_NAME "URDE")
MACOSX_BUNDLE_BUNDLE_NAME "urde")
if (NOT WINDOWS_STORE)
add_dependencies(urde visigen hecl)

View File

@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>URDE</string>
<string>urde</string>
<key>CFBundleGetInfoString</key>
<string>Version BETA</string>
<key>NSHumanReadableCopyright</key>
@@ -11,7 +11,7 @@
<key>CFBundleIconFile</key>
<string>mainicon.icns</string>
<key>CFBundleIdentifier</key>
<string>io.github.AxioDL.URDE</string>
<string>com.axiodl.URDE</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

2
amuse

Submodule amuse updated: 4c2a262478...e37128d657