Skip to content

Commit

Permalink
Initial version of a retina menubar icon (fixes #30).
Browse files Browse the repository at this point in the history
  • Loading branch information
amyworrall committed Dec 26, 2012
1 parent c90c447 commit e1b2860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions QuickRadar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
E1B6F9E115E3E284004F37F7 /* QROpenRadarSubmissionServicePreferencesViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E1B6F9DF15E3E284004F37F7 /* QROpenRadarSubmissionServicePreferencesViewController.xib */; };
E1C10ACA158A7D02003A3C01 /* License in Resources */ = {isa = PBXBuildFile; fileRef = E1C10AC9158A7D02003A3C01 /* License */; };
E1C10AE71593B4C8003A3C01 /* QRWebScraper.m in Sources */ = {isa = PBXBuildFile; fileRef = E1C10AE61593B4C8003A3C01 /* QRWebScraper.m */; };
E1C99998168B42C70049C7CD /* MenubarTemplate@2x.tif in Resources */ = {isa = PBXBuildFile; fileRef = E1C99997168B42C70049C7CD /* MenubarTemplate@2x.tif */; };
E1CC518E156257BF0027FB83 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1CC518D156257BF0027FB83 /* Cocoa.framework */; };
E1CC519A156257BF0027FB83 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E1CC5199156257BF0027FB83 /* main.m */; };
E1CC519E156257BF0027FB83 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = E1CC519C156257BF0027FB83 /* Credits.rtf */; };
Expand Down Expand Up @@ -122,6 +123,7 @@
E1C10AC9158A7D02003A3C01 /* License */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = License; path = ../License; sourceTree = "<group>"; };
E1C10AE51593B4C8003A3C01 /* QRWebScraper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QRWebScraper.h; sourceTree = "<group>"; };
E1C10AE61593B4C8003A3C01 /* QRWebScraper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QRWebScraper.m; sourceTree = "<group>"; };
E1C99997168B42C70049C7CD /* MenubarTemplate@2x.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "MenubarTemplate@2x.tif"; sourceTree = "<group>"; };
E1CC5189156257BF0027FB83 /* QuickRadar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = QuickRadar.app; sourceTree = BUILT_PRODUCTS_DIR; };
E1CC518D156257BF0027FB83 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
E1CC5190156257BF0027FB83 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -370,6 +372,7 @@
B4EC27EE1591577A00E79E8B /* PTKeyComboPanel.xib */,
B4688667158FF91A00C94B09 /* Appicon.icns */,
E1E9090F1590ABBA0019F189 /* MenubarTemplate.tif */,
E1C99997168B42C70049C7CD /* MenubarTemplate@2x.tif */,
B4688665158FF4D900C94B09 /* README.md */,
E1CC5195156257BF0027FB83 /* QuickRadar-Info.plist */,
E1CC5199156257BF0027FB83 /* main.m */,
Expand Down Expand Up @@ -513,6 +516,7 @@
E169F3C215E50D990019383F /* QRAppDotNetSubmissionServicePreferencesViewController.xib in Resources */,
E1F53053161359AA000FCAC3 /* Config in Resources */,
E1F53056161359CA000FCAC3 /* Readme.md in Resources */,
E1C99998168B42C70049C7CD /* MenubarTemplate@2x.tif in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -641,7 +645,6 @@
"\"$(SRCROOT)/PTHotkey\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand All @@ -662,7 +665,6 @@
"\"$(SRCROOT)/PTHotkey\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down
Binary file added QuickRadar/MenubarTemplate@2x.tif
Binary file not shown.

0 comments on commit e1b2860

Please sign in to comment.