File: SmalltalkInfo.plist

package info (click to toggle)
adun.app 0.81-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,596 kB
  • ctags: 1,200
  • sloc: objc: 71,025; ansic: 6,681; yacc: 394; python: 75; makefile: 52; cpp: 36; xml: 15; awk: 3
file content (32 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (14)
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
<?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>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>${EXECUTABLE_NAME}</string>
	<key>CFBundleIdentifier</key>
	<string>com.agentfarms.Smalltalk</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>BNDL</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
	<key>StepTalkLanguages</key>
	<dict>
		<key>Smalltalk</key>
		<dict>
			<key>EngineClass</key>
			<string>SmalltalkEngine</string>
			<key>FileTypes</key>
			<array>
				<string>st</string>
			</array>
		</dict>
	</dict>
</dict>
</plist>