diff options
author | Teddy Wing | 2018-09-05 18:03:19 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-05 18:09:56 +0200 |
commit | eae8538ad69274b3c2e3487e5a2561763106a8b7 (patch) | |
tree | 3451d0356328f01f9e40cbb4d528359ea2edb15f /CopyMailto/Base.lproj/MainMenu.xib | |
parent | 5aeed5af8334baad05159ca75e4d72e7179d70c8 (diff) | |
download | Copy-Mailto-eae8538ad69274b3c2e3487e5a2561763106a8b7.tar.bz2 |
MainMenu.xib: Change data format to Xcode 8
Allow the file to be opened in the previous version of Xcode. Couldn't
pick anything lower.
Diffstat (limited to 'CopyMailto/Base.lproj/MainMenu.xib')
-rw-r--r-- | CopyMailto/Base.lproj/MainMenu.xib | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index e41be1b..41ae9e8 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -1,7 +1,10 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> +<?xml version="1.0" encoding="UTF-8"?> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11134"/> + <deployment identifier="macosx"/> + <development version="8000" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/> + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> @@ -10,8 +13,8 @@ </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSApplication"/> - <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModuleProvider=""> + <customObject id="-3" userLabel="Application"/> + <customObject id="Voe-Tx-rLC" customClass="AppDelegate"> <connections> <outlet property="window" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/> </connections> @@ -648,8 +651,8 @@ <action selector="performMiniaturize:" target="-1" id="VwT-WD-YPe"/> </connections> </menuItem> - <menuItem title="Zoom" id="R4o-n2-Eq4"> - <modifierMask key="keyEquivalentModifierMask"/> + <menuItem title="Zoom" keyEquivalent="z" id="R4o-n2-Eq4"> + <modifierMask key="keyEquivalentModifierMask" shift="YES" control="YES" option="YES"/> <connections> <action selector="performZoom:" target="-1" id="DIl-cC-cCs"/> </connections> |