Welcome to mirror list, hosted at ThFree Co, Russian Federation.

codesigning_rules_player.plist « darwin « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a85041f307521420dfbaeb53a99c214b7bf8f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>rules</key>
	<dict>
		<!-- Exclude datafiles, python and scripts -->
		<key>^MacOS/2.69</key>
		<false/>
		<!-- Exclude Resources for placing game.blend and own icons -->
		<key>^Resources/</key>
		<false/>
	</dict>
</dict>
</plist>