mirror of https://github.com/AxioDL/metaforce.git
Fixes for macOS codesigning
This commit is contained in:
parent
774f5ba8a7
commit
d2a259c6e8
|
@ -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)
|
||||
|
|
|
@ -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
2
amuse
|
@ -1 +1 @@
|
|||
Subproject commit 4c2a26247886fd6b0baaef37d57b6c4ad78bf42b
|
||||
Subproject commit e37128d657641c8776dbe34d4f20fbb81b3b46c6
|
2
hecl-gui
2
hecl-gui
|
@ -1 +1 @@
|
|||
Subproject commit a389cbcb01369cd2e3cb83eb5e0027478332275a
|
||||
Subproject commit a706f86b3edd4744f5535a2b17c01f478ede135c
|
Loading…
Reference in New Issue