apps-projectcenter/Framework/English.lproj/Builder.gorm/data.classes

51 lines
861 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"showOptionsPanel:",
"showFindView:",
"showProjectBuild:",
"showProjectInspector:",
"showProjectLaunch:",
"showProjectLoadedFiles:",
"startBuild:",
"startClean:",
"startInstall:"
);
Super = NSObject;
};
PCButton = {
Actions = (
);
Outlets = (
);
Super = NSButton;
};
PCProjectBuilder = {
Actions = (
"startInstall:",
"startBuild:",
"startClean:",
"showOptionsPanel:"
);
Outlets = (
buildButton,
cleanButton,
componentView,
installButton,
split,
optionsButton,
buildStatusField,
targetField,
errorsCountField
);
Super = NSObject;
};
PCSplitView = {
Actions = (
);
Outlets = (
);
Super = NSSplitView;
};
}