fix swift 3 compile issue for mac os

This commit is contained in:
phimage
2016-09-22 15:18:24 +02:00
parent 9104458f49
commit b5270a4892
3 changed files with 19 additions and 16 deletions

View File

@@ -538,6 +538,7 @@
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
@@ -562,6 +563,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 3.0;
};
name = Release;
};