Info.plist 1.28 KB
Newer Older
1 2 3 4 5
<?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>BuildMachineOSBuild</key>
6
	<string>17G65</string>
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>SDL2</string>
	<key>CFBundleGetInfoString</key>
	<string>http://www.libsdl.org</string>
	<key>CFBundleIdentifier</key>
	<string>org.libsdl.SDL2</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Simple DirectMedia Layer</string>
	<key>CFBundlePackageType</key>
	<string>FMWK</string>
	<key>CFBundleShortVersionString</key>
22
	<string>2.0.9</string>
23 24 25 26 27 28 29
	<key>CFBundleSignature</key>
	<string>SDLX</string>
	<key>CFBundleSupportedPlatforms</key>
	<array>
		<string>MacOSX</string>
	</array>
	<key>CFBundleVersion</key>
30
	<string>2.0.9</string>
31 32 33
	<key>DTCompiler</key>
	<string>com.apple.compilers.llvm.clang.1_0</string>
	<key>DTPlatformBuild</key>
34
	<string>10A255</string>
35 36 37
	<key>DTPlatformVersion</key>
	<string>GM</string>
	<key>DTSDKBuild</key>
38
	<string>18A384</string>
39
	<key>DTSDKName</key>
40
	<string>macosx10.14</string>
41
	<key>DTXcode</key>
42
	<string>1000</string>
43
	<key>DTXcodeBuild</key>
44
	<string>10A255</string>
45 46
</dict>
</plist>