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

Commit

Permalink
Merge pull request #314 from CocoaPods/main_menu
Browse files Browse the repository at this point in the history
Remove the auto repo update button on the main menu
  • Loading branch information
orta committed May 10, 2016
2 parents ae7956f + 2f68ff3 commit 7fc03fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## master
## Master

* Removes an unused menu item for specs repo updating
[orta](https://github.com/orta)
[#314](https://github.com/CocoaPods/CocoaPods-app/pull/314)

## [1.0.0.rc.1](https://github.com/CocoaPods/CocoaPods-app/releases/tag/1.0.0.rc.1)

* Fixes to Sparkle updates, by returning to CocoaPods' version numbers
[orta](https://github.com/orta)
Expand Down
11 changes: 2 additions & 9 deletions app/CocoaPods/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
Expand Down Expand Up @@ -475,13 +475,6 @@
<action selector="installUpdateVerbose:" target="-1" id="zdL-aU-D8R"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="Lmb-6g-oqt"/>
<menuItem title="Auto-Update Specs Repos" id="bei-ab-BDq">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="toggleUpdateSpecsRepo:" target="-1" id="NBL-g1-bOd"/>
</connections>
</menuItem>
</items>
</menu>
</menuItem>
Expand Down

0 comments on commit 7fc03fd

Please sign in to comment.