diff options
author | Teddy Wing | 2018-09-05 20:28:33 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-05 20:28:33 +0200 |
commit | 4df36ebdb0889b4c3542f0d6a9ad073feabc9652 (patch) | |
tree | 7129db5cfe7515413a9773d14f0eb1845c641f31 /CopyMailto/Base.lproj/MainMenu.xib | |
parent | 42778b8279444872811b855989d4d2fdec2572bf (diff) | |
download | Copy-Mailto-4df36ebdb0889b4c3542f0d6a9ad073feabc9652.tar.bz2 |
MainMenu.xib: Disable Auto Layout
Uncheck the "Use Auto Layout" box as I was getting this error:
Auto Layout on OS X prior to 10.7
Thanks much to these Stack Overflow answers (geez damn it Apple):
- https://stackoverflow.com/questions/19612778/how-can-i-delete-the-xcode-constraints/19612829#19612829
- https://stackoverflow.com/questions/9566789/remove-autolayout-constraints-in-interface-builder/9566972#9566972
Diffstat (limited to 'CopyMailto/Base.lproj/MainMenu.xib')
-rw-r--r-- | CopyMailto/Base.lproj/MainMenu.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index dfe1969..27b3521 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -1,5 +1,5 @@ <?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"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" customObjectInstantitationMethod="direct"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/> |