apps-gorm/Resources/VersionProfiles.plist
Gregory John Casamento 621b49441a Added version information for NSButtonCell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25416 72102866-910b-0410-8b05-ffd578937521
2007-08-25 02:36:37 +00:00

74 lines
No EOL
2.1 KiB
Text

{
"GNUstep gui-0.9.3" = {
GSNibContainer = {
comment = "Will not properly store any non-UI objects which have been dragged into the objects view.";
version = 0;
};
NSTextFieldCell = {
comment = "Will store the old default settings in the action mask field.";
version = 1;
};
GSWindowTemplate = {
comment = "Will not store autoposition mask information.";
version = 0;
};
NSButtonCell = {
comment = "NSEvent masks are not compatible with Mac OS X.";
version = 0;
};
};
"GNUstep gui-0.9.5" = {
GSNibContainer = {
comment = "Not compatible with GNUstep gui-0.9.3 or earlier.";
version = 1;
};
NSTextFieldCell = {
comment = "Change the default behavior defined in the action mask, this will not be useable under older versions.";
version = 2;
};
GSWindowTemplate = {
comment = "Will not store autoposition mask information.";
version = 0;
};
NSButtonCell = {
comment = "NSEvent masks are not compatible with Mac OS X.";
version = 1;
};
};
"GNUstep gui-0.10.3" = {
GSNibContainer = {
comment = "Not compatible with GNUstep gui-0.9.5 or earlier.";
version = 1;
};
NSTextFieldCell = {
comment = "Change the default behavior defined in the action mask, this will not be useable under older versions.";
version = 2;
};
GSWindowTemplate = {
comment = "New attribute to store auto-position mask. Not compatible with 0.9.5 or earlier.";
version = 1;
};
NSButtonCell = {
comment = "NSEvent masks are not compatible with Mac OS X.";
version = 2;
};
};
"Latest Version" = {
GSNibContainer = {
comment = "Not compatible with GNUstep gui-0.10.3 or earlier.";
version = 2;
};
NSTextFieldCell = {
comment = "Change the default behavior defined in the action mask, this will not be useable under older versions.";
version = 2;
};
GSWindowTemplate = {
comment = "New attribute to store auto-position mask. Not compatible with 0.9.5 or earlier.";
version = 1;
};
NSButtonCell = {
comment = "Not compatible with GNUstep gui-0.10.3 or earlier.";
version = 3;
};
};
}