apps-gorm/Resources/VersionProfiles.plist

22 lines
617 B
Text
Raw Normal View History

{
"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;
};
};
"Latest Version" = {
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;
};
};
}