mved files to prepare for Linux version

This commit is contained in:
Jeena Paradies 2012-11-05 17:47:26 +01:00
parent 5687a30077
commit 248d8fa1b6
175 changed files with 12602 additions and 0 deletions

View file

@ -0,0 +1,39 @@
{
IBClasses = (
{
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
CLASS = NSApplication;
LANGUAGE = ObjC;
SUPERCLASS = NSResponder;
},
{
CLASS = NSObject;
LANGUAGE = ObjC;
},
{
ACTIONS = {
installUpdate = id;
remindMeLater = id;
skipThisVersion = id;
};
CLASS = SUUpdateAlert;
LANGUAGE = ObjC;
OUTLETS = {
delegate = id;
description = NSTextField;
releaseNotesView = WebView;
};
SUPERCLASS = SUWindowController;
},
{
CLASS = SUWindowController;
LANGUAGE = ObjC;
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}

View file

@ -0,0 +1,18 @@
<?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>IBDocumentLocation</key>
<string>69 14 356 240 0 0 1280 778 </string>
<key>IBFramework Version</key>
<string>489.0</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../Sparkle.xcodeproj</string>
<key>IBOldestOS</key>
<integer>5</integer>
<key>IBSystem Version</key>
<string>9D34</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
</plist>