view examples/iAudioDB/version.plist @ 766:6a5117d68ac4

More sample fix Amazingly, it's still the same bit of code that is wrong, and this time I deserve to suffer shame from Chris Cannam, with whom just last month I had a discussion about the relative merits of signed- and unsigned integers by default: the error I made here was Chris' textbook example...
author mas01cr
date Thu, 02 Jun 2011 16:31:40 +0000
parents 780ebab29268
children
line wrap: on
line source
<?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>BuildVersion</key>
	<string>3</string>
	<key>CFBundleVersion</key>
	<string>1.0</string>
	<key>ProductBuildVersion</key>
	<string>9M2729</string>
	<key>ProjectName</key>
	<string>DevToolsWizardTemplates</string>
	<key>SourceVersion</key>
	<string>11600000</string>
</dict>
</plist>