diff options
author | Kevin Smith <git@kismith.co.uk> | 2018-11-14 14:39:29 (GMT) |
---|---|---|
committer | Edwin Mons <edwin.mons@isode.com> | 2018-11-14 15:11:43 (GMT) |
commit | 851cc362832f3332ea5485360fc11068f1f580d1 (patch) | |
tree | 4362dc1df9d93e61c413338f431c29db79b0197e | |
parent | ccad2debbf8d7322c9d2b517763d7b8e3902a828 (diff) | |
download | swift-851cc362832f3332ea5485360fc11068f1f580d1.zip swift-851cc362832f3332ea5485360fc11068f1f580d1.tar.bz2 |
Build on Mojave
We can't target 10.5 any more with the latest xcode, so instead
of thinking too much about the right thing, just bump to 10.6
for the moment.
Test-Information:
Builds again on Mojave
Change-Id: I3975a3ce0c8246ba4dabb0f86390060c4c4a1972
-rw-r--r-- | Slimber/Cocoa/MainMenu.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/Cocoa/MainMenu.xib b/Slimber/Cocoa/MainMenu.xib index bed7223..fb124d4 100644 --- a/Slimber/Cocoa/MainMenu.xib +++ b/Slimber/Cocoa/MainMenu.xib @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03"> <data> - <int key="IBDocument.SystemTarget">1050</int> + <int key="IBDocument.SystemTarget">1060</int> <string key="IBDocument.SystemVersion">9J61</string> <string key="IBDocument.InterfaceBuilderVersion">677</string> <string key="IBDocument.AppKitVersion">949.46</string> |