Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
core
Commits
2fc26cc2
Verified
Commit
2fc26cc2
authored
Feb 14, 2021
by
Tobias WEBER
Browse files
adapted bundle identifiers
parent
6fe66111
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2fc26cc2
...
...
@@ -470,7 +470,7 @@ add_executable(takinmod_py
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
target_link_options
(
takinmod_py
# create an __info_plist section in the binary
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/setup_mac/Info
Bundle
.plist
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/setup_mac/Info
ModPy
.plist
)
endif
()
...
...
setup_mac/Info
Bundle
.plist
→
setup_mac/Info
ModPy
.plist
View file @
2fc26cc2
...
...
@@ -4,7 +4,7 @@
<dict>
<key>
CFBundleName
</key>
<string>
Takin
</string>
<key>
CFBundleDisplayName
</key>
<string>
Takin
</string>
<key>
CFBundleIdentifier
</key>
<string>
eu.ill.cs.takin
</string>
<key>
CFBundleIdentifier
</key>
<string>
eu.ill.cs.takin
.modpy
</string>
<key>
CFBundleVersion
</key>
<string>
2.0.0
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.0.0
</string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment