Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6cd46bdb
Commit
6cd46bdb
authored
Mar 12, 2014
by
Glenn Morris
Browse files
* nextstep/templates/Info.plist.in: Make it strictly valid xml.
Fixes: debbugs:17002
parent
a5765a3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
nextstep/ChangeLog
nextstep/ChangeLog
+4
-0
nextstep/templates/Info.plist.in
nextstep/templates/Info.plist.in
+1
-1
No files found.
nextstep/ChangeLog
View file @
6cd46bdb
2014
-
03
-
13
Glenn
Morris
<
rgm
@
gnu
.
org
>
*
templates
/
Info
.
plist
.
in
:
Make
it
strictly
valid
xml
.
(
Bug
#
17002
)
2013
-
10
-
23
Glenn
Morris
<
rgm
@
gnu
.
org
>
*
Makefile
.
in
(${
ns_check_file
}
${
ns_appdir
}):
...
...
nextstep/templates/Info.plist.in
View file @
6cd46bdb
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2008-2014 Free Software Foundation, Inc.
...
...
@@ -17,7 +18,6 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
...
...
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