Skip to content

Commit

Permalink
Remove MainMenu.xib
Browse files Browse the repository at this point in the history
  • Loading branch information
codler committed Aug 6, 2012
1 parent 9b9a139 commit a525f0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3,206 deletions.
12 changes: 0 additions & 12 deletions Battery Time Remaining.xcodeproj/project.pbxproj
Expand Up @@ -12,7 +12,6 @@
2841C7ED15C91CC100F4F15F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2841C7EC15C91CC100F4F15F /* main.m */; };
2841C7F115C91CC100F4F15F /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2841C7EF15C91CC100F4F15F /* Credits.rtf */; };
2841C7F415C91CC100F4F15F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2841C7F315C91CC100F4F15F /* AppDelegate.m */; };
2841C7F715C91CC200F4F15F /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2841C7F515C91CC200F4F15F /* MainMenu.xib */; };
2841C7FE15C91CEF00F4F15F /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2841C7FD15C91CEF00F4F15F /* IOKit.framework */; };
D570489C15CF1B9200E488C4 /* battery.icns in Resources */ = {isa = PBXBuildFile; fileRef = D570489B15CF1B9200E488C4 /* battery.icns */; };
D58C7EF815CD7C6100C07E0C /* StartAtLoginHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D58C7EF715CD7C6100C07E0C /* StartAtLoginHelper.m */; };
Expand All @@ -31,7 +30,6 @@
2841C7F015C91CC100F4F15F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
2841C7F215C91CC100F4F15F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
2841C7F315C91CC100F4F15F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
2841C7F615C91CC200F4F15F /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
2841C7FD15C91CEF00F4F15F /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
D570489B15CF1B9200E488C4 /* battery.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = battery.icns; sourceTree = "<group>"; };
D58C7EF615CD7C6100C07E0C /* StartAtLoginHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StartAtLoginHelper.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -96,7 +94,6 @@
2841C7F315C91CC100F4F15F /* AppDelegate.m */,
D58C7EF615CD7C6100C07E0C /* StartAtLoginHelper.h */,
D58C7EF715CD7C6100C07E0C /* StartAtLoginHelper.m */,
2841C7F515C91CC200F4F15F /* MainMenu.xib */,
2841C7E715C91CC100F4F15F /* Supporting Files */,
);
path = "Battery Time Remaining";
Expand Down Expand Up @@ -167,7 +164,6 @@
files = (
2841C7EB15C91CC100F4F15F /* InfoPlist.strings in Resources */,
2841C7F115C91CC100F4F15F /* Credits.rtf in Resources */,
2841C7F715C91CC200F4F15F /* MainMenu.xib in Resources */,
D570489C15CF1B9200E488C4 /* battery.icns in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -204,14 +200,6 @@
name = Credits.rtf;
sourceTree = "<group>";
};
2841C7F515C91CC200F4F15F /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
2841C7F615C91CC200F4F15F /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
Expand Down
1 change: 0 additions & 1 deletion Battery Time Remaining/AppDelegate.h
Expand Up @@ -13,7 +13,6 @@
- (void)updateStatusItem;
- (NSImage *)getBatteryIconNamed:(NSString *)iconName;

@property (assign) IBOutlet NSWindow *window;
@property (strong) NSStatusItem *statusItem;
@property (strong) NSMenuItem *startupToggle;

Expand Down
4 changes: 2 additions & 2 deletions Battery Time Remaining/Battery Time Remaining-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>LSUIElement</key>
Expand Down

0 comments on commit a525f0f

Please sign in to comment.