IFMajorVersion: is it really an int?
IFMajorVersion: is it really an int?
- Subject: IFMajorVersion: is it really an int?
- From: Stéphane Sudre <email@hidden>
- Date: Sun, 30 Nov 2003 23:11:01 +0100
According to the Apple Documentation, IFMajorVersion is an integer.
And indeed, when a Package is build with PackageMaker 10.2, the
MajorVersion and MinorVersion are correctly saved as:
<key>IFMajorVersion</key>
<integer>0</integer>
<key>IFMinorVersion</key>
<integer>0</integer>
But I was shown a package for an Apple product which was defining it as
a <string> in a plist with a real string in it.
So is this a bug or an undocumented feature?
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.