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

info.plist « desktop - github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87a04b36657d3ecaa956db68102c5b3b105dd89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>CFBundleExecutable</key>
	<string>myrulib</string>
	<key>CFBundleIdentifier</key>
	<string>ru.lintest.MyRuLib</string>
	<key>CFBundleName</key>
	<string>MyRuLib</string>
	<key>CFBundleIconFile</key>
	<string>myrulib</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>ru</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
</dict>
</plist>