Skip to content

Commit

Permalink
Selectable current application
Browse files Browse the repository at this point in the history
  • Loading branch information
britg committed Jul 4, 2011
1 parent f83a8e5 commit f26a726
Show file tree
Hide file tree
Showing 10 changed files with 30,211 additions and 15,085 deletions.
6 changes: 6 additions & 0 deletions New Relic Menus.xcodeproj/project.pbxproj
Expand Up @@ -38,6 +38,7 @@
EA7B09C613AD32A3001ABD88 /* MenuView.xib in Resources */ = {isa = PBXBuildFile; fileRef = EA7B09C513AD32A3001ABD88 /* MenuView.xib */; };
EA7B09C913AD49A5001ABD88 /* StatsView.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7B09C813AD49A5001ABD88 /* StatsView.m */; };
EA7B09CF13AD538F001ABD88 /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = EA7B09CE13AD538F001ABD88 /* Icon.icns */; };
EADCE92E13C1648F00224A8D /* NRMApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = EADCE92D13C1648F00224A8D /* NRMApplication.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -109,6 +110,8 @@
EA7B09C713AD49A5001ABD88 /* StatsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StatsView.h; sourceTree = "<group>"; };
EA7B09C813AD49A5001ABD88 /* StatsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StatsView.m; sourceTree = "<group>"; };
EA7B09CE13AD538F001ABD88 /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = "<group>"; };
EADCE92C13C1648F00224A8D /* NRMApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NRMApplication.h; sourceTree = "<group>"; };
EADCE92D13C1648F00224A8D /* NRMApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NRMApplication.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -197,6 +200,8 @@
EA438DD6139BEC9200B6F79E /* APIHandler.m */,
EA7B09C713AD49A5001ABD88 /* StatsView.h */,
EA7B09C813AD49A5001ABD88 /* StatsView.m */,
EADCE92C13C1648F00224A8D /* NRMApplication.h */,
EADCE92D13C1648F00224A8D /* NRMApplication.m */,
);
path = "New Relic Menus";
sourceTree = "<group>";
Expand Down Expand Up @@ -403,6 +408,7 @@
EA438E0F139BF0A900B6F79E /* ASIInputStream.m in Sources */,
EA438E10139BF0A900B6F79E /* ASINetworkQueue.m in Sources */,
EA7B09C913AD49A5001ABD88 /* StatsView.m in Sources */,
EADCE92E13C1648F00224A8D /* NRMApplication.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit f26a726

Please sign in to comment.