Skip to content

Commit

Permalink
Fix compile error in MacOS 10.6 and upper
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm2473 committed Jan 5, 2019
1 parent 7b8e2a3 commit 4eaba2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/macosx/prefpane/English.lproj/fuse_ext2Pref.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">9L30</string>
<string key="IBDocument.InterfaceBuilderVersion">677</string>
<string key="IBDocument.AppKitVersion">949.54</string>
Expand Down
2 changes: 2 additions & 0 deletions tools/macosx/prefpane/fuse-ext2.xcodeproj/project.pbxproj
Expand Up @@ -252,6 +252,7 @@
INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
PRODUCT_NAME = "fuse-ext2";
SDKROOT = macosx;
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = prefPane;
ZERO_LINK = YES;
};
Expand All @@ -270,6 +271,7 @@
INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
PRODUCT_NAME = "fuse-ext2";
SDKROOT = macosx;
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = prefPane;
};
name = Release;
Expand Down

0 comments on commit 4eaba2d

Please sign in to comment.