Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
6443d433
Verified
Commit
6443d433
authored
Feb 14, 2021
by
Tobias WEBER
Browse files
adapted bundle identifiers
parent
949d5db4
Changes
9
Show whitespace changes
Inline
Side-by-side
setup_mac/InfoCif2Xml.plist
0 → 100755
View file @
6443d433
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleName
</key>
<string>
Takin
</string>
<key>
CFBundleDisplayName
</key>
<string>
Takin
</string>
<key>
CFBundleIdentifier
</key>
<string>
eu.ill.cs.takin.cif2xml
</string>
<key>
CFBundleVersion
</key>
<string>
2.0.0
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.0.0
</string>
<key>
CFBundleSupportedPlatforms
</key>
<array>
<string>
MacOSX
</string>
</array>
<key>
LSMinimumSystemVersion
</key>
<string>
10.13
</string>
</dict>
</plist>
<!--
This Info.plist has to be linked to the external tool binaries as section "__TEXT" -> "__info_plist".
-->
setup_mac/InfoFindSG.plist
0 → 100755
View file @
6443d433
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleName
</key>
<string>
Takin
</string>
<key>
CFBundleDisplayName
</key>
<string>
Takin
</string>
<key>
CFBundleIdentifier
</key>
<string>
eu.ill.cs.takin.findsg
</string>
<key>
CFBundleVersion
</key>
<string>
2.0.0
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.0.0
</string>
<key>
CFBundleSupportedPlatforms
</key>
<array>
<string>
MacOSX
</string>
</array>
<key>
LSMinimumSystemVersion
</key>
<string>
10.13
</string>
</dict>
</plist>
<!--
This Info.plist has to be linked to the external tool binaries as section "__TEXT" -> "__info_plist".
-->
setup_mac/InfoMagStructFact.plist
0 → 100755
View file @
6443d433
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleName
</key>
<string>
Takin
</string>
<key>
CFBundleDisplayName
</key>
<string>
Takin
</string>
<key>
CFBundleIdentifier
</key>
<string>
eu.ill.cs.takin.magstructfact
</string>
<key>
CFBundleVersion
</key>
<string>
2.0.0
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.0.0
</string>
<key>
CFBundleSupportedPlatforms
</key>
<array>
<string>
MacOSX
</string>
</array>
<key>
LSMinimumSystemVersion
</key>
<string>
10.13
</string>
</dict>
</plist>
<!--
This Info.plist has to be linked to the external tool binaries as section "__TEXT" -> "__info_plist".
-->
setup_mac/InfoPol.plist
0 → 100755
View file @
6443d433
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleName
</key>
<string>
Takin
</string>
<key>
CFBundleDisplayName
</key>
<string>
Takin
</string>
<key>
CFBundleIdentifier
</key>
<string>
eu.ill.cs.takin.pol
</string>
<key>
CFBundleVersion
</key>
<string>
2.0.0
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.0.0
</string>
<key>
CFBundleSupportedPlatforms
</key>
<array>
<string>
MacOSX
</string>
</array>
<key>
LSMinimumSystemVersion
</key>
<string>
10.13
</string>
</dict>
</plist>
<!--
This Info.plist has to be linked to the external tool binaries as section "__TEXT" -> "__info_plist".
-->
setup_mac/InfoStructFact.plist
0 → 100755
View file @
6443d433
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleName
</key>
<string>
Takin
</string>
<key>
CFBundleDisplayName
</key>
<string>
Takin
</string>
<key>
CFBundleIdentifier
</key>
<string>
eu.ill.cs.takin.structfact
</string>
<key>
CFBundleVersion
</key>
<string>
2.0.0
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.0.0
</string>
<key>
CFBundleSupportedPlatforms
</key>
<array>
<string>
MacOSX
</string>
</array>
<key>
LSMinimumSystemVersion
</key>
<string>
10.13
</string>
</dict>
</plist>
<!--
This Info.plist has to be linked to the external tool binaries as section "__TEXT" -> "__info_plist".
-->
tools/cif2xml/CMakeLists.txt
View file @
6443d433
...
@@ -40,11 +40,11 @@ target_link_libraries(takin_findsg)
...
@@ -40,11 +40,11 @@ target_link_libraries(takin_findsg)
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
target_link_options
(
takin_cif2xml
target_link_options
(
takin_cif2xml
# create an __info_plist section in the binary
# create an __info_plist section in the binary
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../
../core/
setup_mac/Info
Bundle
.plist
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../setup_mac/Info
Cif2Xml
.plist
)
)
target_link_options
(
takin_findsg
target_link_options
(
takin_findsg
# create an __info_plist section in the binary
# create an __info_plist section in the binary
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../
../core/
setup_mac/Info
Bundle
.plist
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../setup_mac/Info
FindSG
.plist
)
)
endif
()
endif
()
tools/magstructfact/CMakeLists.txt
View file @
6443d433
...
@@ -52,7 +52,7 @@ endif()
...
@@ -52,7 +52,7 @@ endif()
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
target_link_options
(
takin_magstructfact
target_link_options
(
takin_magstructfact
# create an __info_plist section in the binary
# create an __info_plist section in the binary
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../
../core/
setup_mac/Info
Bundle
.plist
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../setup_mac/Info
MagStructFact
.plist
)
)
endif
()
endif
()
...
...
tools/pol/CMakeLists.txt
View file @
6443d433
...
@@ -62,7 +62,7 @@ endif()
...
@@ -62,7 +62,7 @@ endif()
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
target_link_options
(
takin_pol
target_link_options
(
takin_pol
# create an __info_plist section in the binary
# create an __info_plist section in the binary
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../
../core/
setup_mac/Info
Bundle
.plist
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../setup_mac/Info
Pol
.plist
)
)
endif
()
endif
()
...
...
tools/structfact/CMakeLists.txt
View file @
6443d433
...
@@ -54,7 +54,7 @@ endif()
...
@@ -54,7 +54,7 @@ endif()
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
if
(
CMAKE_SYSTEM_NAME STREQUAL
"Darwin"
)
target_link_options
(
takin_structfact
target_link_options
(
takin_structfact
# create an __info_plist section in the binary
# create an __info_plist section in the binary
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../
../core/
setup_mac/Info
Bundle
.plist
PRIVATE LINKER:-sectcreate,__TEXT,__info_plist,
${
PROJECT_SOURCE_DIR
}
/../../setup_mac/Info
StructFact
.plist
)
)
endif
()
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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