This file is indexed.

/usr/lib/monodevelop/AddIns/MonoDevelop.MonoGame/templates/MonoGameiOSProject.xpt.xml is in monodevelop-monogame 2.5.1+dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<Template>
	<TemplateConfiguration>
		<_Name>MonoGame iOS Application</_Name>
		<_Category>C#/MonoGame</_Category>
		<Icon>monogame-project</Icon>
		<LanguageName>C#</LanguageName>
		<_Description>Creates a MonoGame Application for iOS</_Description>
	</TemplateConfiguration>
	
	<Actions>
		<Open filename = "${ProjectName}Game.cs"/>
	</Actions>
	
	<Combine name = "${ProjectName}" directory = ".">
		<Options>
			<StartupProject>${ProjectName}</StartupProject>
		</Options>
		
		<Project name = "${ProjectName}" directory = "." type = "IPhone">
			<Options />
			<References>
				<Reference type="Gac" refto="System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" />
				<Reference type="Gac" refto="System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" />
				<Reference type="Gac" refto="System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" />				
				<Reference type="Gac" refto="monotouch" />
				<Reference type="Gac" refto="OpenTK" />

				<Reference type="Project" refto="MonoGame.Framework.iOS" />
				<Reference type="Project" refto="Lidgren.Network.iOS" />
			</References>
			<Files>
				<File name="${ProjectName}Game.cs" AddStandardHeader="True" src="MonoGameApplication/iOSGame.cs" />
				<File name="Main.cs" AddStandardHeader="True" src="MonoGameApplication/iOSMain.cs" />
				<File name="Info.plist" AddStandardHeader="False" src="MonoGameApplication/iOSInfo.plist" />
				<RawFile name="Default.png" src="MonoGameApplication/iOSDefault.png" />
				<RawFile name="GameThumbnail.png" src="MonoGameApplication/iOSGameThumbnail.png" />
				<Directory name="Content">
					<RawFile name="logo.png" src="MonoGameApplication/Icon-hd.png" />
				</Directory>
				<Directory name="Properties">
					<File name="AssemblyInfo.cs" AddStandardHeader="True" src="MonoGameApplication/iOSAssemblyInfo.cs" />
				</Directory>
			</Files>
		</Project>
	</Combine>
</Template>