Skip to content

Commit

Permalink
commit with qsplugin build included
Browse files Browse the repository at this point in the history
  • Loading branch information
julius committed Apr 10, 2009
1 parent 88b7b97 commit 1c1d33a
Show file tree
Hide file tree
Showing 20 changed files with 446 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleVersion</key>
<string>27B</string>
<string>27C</string>
<key>QSDefaultsTemplate</key>
<dict>
<key>interface.bindingname</key>
Expand Down
8 changes: 4 additions & 4 deletions SilverFlow.xcodeproj/julius.mode2v3
Expand Up @@ -442,8 +442,8 @@
</array>
<key>TableOfContents</key>
<array>
<string>C61042C30DE5B855000ACEFC</string>
<string>C61042C40DE5B855000ACEFC</string>
<string>C6F1BF7E0F8ED3DE00824AB6</string>
<string>C6F1BF7F0F8ED3DE00824AB6</string>
<string>1C9437FD063B20B00039CFAC</string>
<string>1C9437FE063B20B00039CFAC</string>
<string>1C9437FF063B20B00039CFAC</string>
Expand Down Expand Up @@ -478,7 +478,7 @@
<integer>0</integer>
<key>WindowOrderList</key>
<array>
<string>C6A893B60DD5E71F003BB86C</string>
<string>1C530D52069F1CE1000CFCEE</string>
<string>/Users/julius/Code/qs/SilverFlow/SilverFlow.xcodeproj</string>
</array>
<key>WindowString</key>
Expand Down Expand Up @@ -696,7 +696,7 @@
<key>TableOfContents</key>
<array>
<string>1C530D52069F1CE1000CFCEE</string>
<string>C6E418310DD87EE70080DB3F</string>
<string>C6F1BF800F8ED3DE00824AB6</string>
<string>1CD0528F0623707200166675</string>
<string>XCMainBuildResultsModuleGUID</string>
</array>
Expand Down
5 changes: 2 additions & 3 deletions SilverFlow.xcodeproj/julius.pbxuser
@@ -1,16 +1,15 @@
// !$*UTF8*$!
{
0259C573FE90428111CA0C5A /* Project object */ = {
activeArchitecture = i386;
activeBuildConfigurationName = Release;
activeTarget = 8D1AC9600486D14A00FE50C9 /* SilverFlow */;
addToTargets = (
8D1AC9600486D14A00FE50C9 /* SilverFlow */,
);
codeSenseManager = C6EC8D400DCF922100CC17C8 /* Code sense */;
perUserDictionary = {
PBXPerProjectTemplateStateSaveDate = 233158708;
PBXWorkspaceStateSaveDate = 233158708;
PBXPerProjectTemplateStateSaveDate = 261018575;
PBXWorkspaceStateSaveDate = 261018575;
};
sourceControlManager = C6EC8D3F0DCF922100CC17C8 /* Source Control */;
userBuildSettings = {
Expand Down
89 changes: 89 additions & 0 deletions build/Release/SilverFlow.qsplugin/Contents/Info.plist
@@ -0,0 +1,89 @@
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>SilverFlow</string>
<key>CFBundleIdentifier</key>
<string>com.blacktree.Quicksilver.SilverFlow</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>SilverFlow</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleVersion</key>
<string>27B</string>
<key>QSDefaultsTemplate</key>
<dict>
<key>interface.bindingname</key>
<string>value</string>
<key>interface.bindingname2</key>
<string>value</string>
</dict>
<key>QSPlugIn</key>
<dict>
<key>author</key>
<string>Julius Eckert</string>
<key>categories</key>
<array>
<string>Interfaces</string>
</array>
<key>description</key>
<string></string>
<key>extendedDescription</key>
<string></string>
<key>icon</key>
<string></string>
<key>qsversion</key>
<string>29CC</string>
<key>relatedBundles </key>
<array/>
</dict>
<key>QSRegistration</key>
<dict>
<key>QSCommandInterfaceControllers</key>
<dict>
<key>SilverFlow</key>
<string>SilverFlow</string>
</dict>
<key>QSPreferencePanesTemplate</key>
<dict>
<key>SilverFlowPrefPane</key>
<dict>
<key>class</key>
<string>QSPreferencePane</string>
<key>description</key>
<string>SilverFlow interface preferences</string>
<key>icon</key>
<string></string>
<key>name</key>
<string>SilverFlow</string>
<key>nibBundle</key>
<string>com.blacktree.Quicksilver.SilverFlow</string>
<key>nibName</key>
<string>SilverFlowPrefPane</string>
<key>type</key>
<string>hidden</string>
</dict>
</dict>
</dict>
<key>QSRequirements</key>
<dict>
<key>version</key>
<string>3779</string>
</dict>
<key>QSResourceAdditions</key>
<dict>
<key>defaultAction</key>
<dict>
<key>bundle</key>
<string>com.blacktree.Quicksilver.SilverFlow</string>
<key>resource</key>
<string>defaultAction.png</string>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c1d33a

Please sign in to comment.