Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
add couchdb support
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbojsb committed Apr 27, 2013
1 parent b0907c3 commit 0966ab9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LaunchRocket.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
0351F878170558EC00CE9495 /* SegmentButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 0351F876170558EC00CE9495 /* SegmentButton.m */; };
0351F87B1705594400CE9495 /* ToggleButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0351F8791705594400CE9495 /* ToggleButton.h */; };
0351F87C1705594400CE9495 /* ToggleButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 0351F87A1705594400CE9495 /* ToggleButton.m */; };
0365C9F71726389300905761 /* couchdb.png in Resources */ = {isa = PBXBuildFile; fileRef = 0365C9F61726389300905761 /* couchdb.png */; };
03A051B117091D4B00BDA527 /* homebrew-mapping.plist in Resources */ = {isa = PBXBuildFile; fileRef = 03A051B017091D4B00BDA527 /* homebrew-mapping.plist */; };
03BA205F1705EEC2002D5889 /* postgres.png in Resources */ = {isa = PBXBuildFile; fileRef = 03BA205E1705EEC2002D5889 /* postgres.png */; };
03EE9DA216FFD39900E09197 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03EE9DA116FFD39900E09197 /* Cocoa.framework */; };
Expand Down Expand Up @@ -49,6 +50,7 @@
0351F876170558EC00CE9495 /* SegmentButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SegmentButton.m; sourceTree = "<group>"; };
0351F8791705594400CE9495 /* ToggleButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ToggleButton.h; sourceTree = "<group>"; };
0351F87A1705594400CE9495 /* ToggleButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ToggleButton.m; sourceTree = "<group>"; };
0365C9F61726389300905761 /* couchdb.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = couchdb.png; sourceTree = "<group>"; };
03A051B017091D4B00BDA527 /* homebrew-mapping.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "homebrew-mapping.plist"; sourceTree = "<group>"; };
03BA205E1705EEC2002D5889 /* postgres.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = postgres.png; sourceTree = "<group>"; };
03EE9D9E16FFD39900E09197 /* LaunchRocket.prefPane */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LaunchRocket.prefPane; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -175,6 +177,7 @@
03BA205E1705EEC2002D5889 /* postgres.png */,
03233D5B170544B1009727CB /* beanstalkd.png */,
03F2EBCC17054180000077DE /* php-fpm.png */,
0365C9F61726389300905761 /* couchdb.png */,
03EE9DD016FFFF8200E09197 /* mongodb.png */,
03EE9DD116FFFF8200E09197 /* mysql.png */,
03EE9DD216FFFF8200E09197 /* nginx.png */,
Expand Down Expand Up @@ -266,6 +269,7 @@
03233D5C170544B1009727CB /* beanstalkd.png in Resources */,
03BA205F1705EEC2002D5889 /* postgres.png in Resources */,
03A051B117091D4B00BDA527 /* homebrew-mapping.plist in Resources */,
0365C9F71726389300905761 /* couchdb.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file added LaunchRocket/couchdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions LaunchRocket/homebrew-mapping.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<string>nginx.png</string>
<key>homebrew.mxcl.beanstalk</key>
<string>beanstalkd.png</string>
<key>homebrew.mxcl.couchdb</key>
<string>couchdb.png</string>
<key>homebrew.mxcl.postgresql</key>
<string>postgres.png</string>
</dict>
Expand Down

0 comments on commit 0966ab9

Please sign in to comment.