Created
February 14, 2013 06:02
-
-
Save kyleconroy/4950877 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> | |
<string>11B26</string> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundleExecutable</key> | |
<string>physfs</string> | |
<key>CFBundleIdentifier</key> | |
<string>org.icculus.physfs</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<key>CFBundleName</key> | |
<string>physfs</string> | |
<key>CFBundlePackageType</key> | |
<string>FMWK</string> | |
<key>CFBundleShortVersionString</key> | |
<string>1.0</string> | |
<key>CFBundleSignature</key> | |
<string>????</string> | |
<key>CFBundleVersion</key> | |
<string>1</string> | |
<key>DTCompiler</key> | |
<string>com.apple.compilers.llvm.clang.1_0</string> | |
<key>DTPlatformBuild</key> | |
<string>4B110</string> | |
<key>DTPlatformVersion</key> | |
<string>GM</string> | |
<key>DTSDKBuild</key> | |
<string>11A511a</string> | |
<key>DTSDKName</key> | |
<string>macosx10.7</string> | |
<key>DTXcode</key> | |
<string>0410</string> | |
<key>DTXcodeBuild</key> | |
<string>4B110</string> | |
<key>NSHumanReadableCopyright</key> | |
<string>Copyright © 2011 Bill Meltsner. All rights reserved.</string> | |
</dict> | |
</plist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Localized versions of Info.plist keys */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment