diff options
author | Teddy Wing | 2016-11-16 05:24:26 -0500 |
---|---|---|
committer | Teddy Wing | 2016-11-16 05:24:26 -0500 |
commit | 1069fd4f08e851d5e5be095544011702016836b3 (patch) | |
tree | da2e7772425ea351f743d0a58d5c9f24cee37bd0 | |
parent | 0b1664252de3afe11a67492dc99f81facdb82a0a (diff) | |
download | Low-Battery-Yup-1069fd4f08e851d5e5be095544011702016836b3.tar.bz2 |
MainMenu.xib: Remove `IBDocument.UseAutolayout` key
Xcode (4.5.2) was crashing whenever I tried to open the MainMenu.xib
file. A Stack Overflow post turned up that recommended removing this key
in order to get it working again:
http://stackoverflow.com/questions/27167679/xcode-6-1-crashes-whenever-i-use-interface-builder/27932154#27932154
Sure, works for me.
-rw-r--r-- | Low Battery Yup/en.lproj/MainMenu.xib | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Low Battery Yup/en.lproj/MainMenu.xib b/Low Battery Yup/en.lproj/MainMenu.xib index bacd2e7..be0c5a4 100644 --- a/Low Battery Yup/en.lproj/MainMenu.xib +++ b/Low Battery Yup/en.lproj/MainMenu.xib @@ -4661,6 +4661,5 @@ <string key="NSMenuCheckmark">{11, 11}</string> <string key="NSMenuMixedState">{10, 3}</string> </dictionary> - <bool key="IBDocument.UseAutolayout">YES</bool> </data> </archive> |