Merge branch 'backport-BundleUtilities-os9-newlines' into release
This commit is contained in:
commit
81a4ca57f8
|
@ -237,6 +237,7 @@ function(get_bundle_main_executable bundle result_var)
|
||||||
file(READ "${bundle}/Contents/Info.plist" info_plist)
|
file(READ "${bundle}/Contents/Info.plist" info_plist)
|
||||||
string(REGEX REPLACE ";" "\\\\;" info_plist "${info_plist}")
|
string(REGEX REPLACE ";" "\\\\;" info_plist "${info_plist}")
|
||||||
string(REGEX REPLACE "\n" "${eol_char};" info_plist "${info_plist}")
|
string(REGEX REPLACE "\n" "${eol_char};" info_plist "${info_plist}")
|
||||||
|
string(REGEX REPLACE "\r" "${eol_char};" info_plist "${info_plist}")
|
||||||
|
|
||||||
# Scan the lines for "<key>CFBundleExecutable</key>" - the line after that
|
# Scan the lines for "<key>CFBundleExecutable</key>" - the line after that
|
||||||
# is the name of the main executable.
|
# is the name of the main executable.
|
||||||
|
|
Loading…
Reference in New Issue