Skip to content

Commit

Permalink
Merge pull request #6 from keijiro/macos-32bit
Browse files Browse the repository at this point in the history
macOS 32-bit support
  • Loading branch information
keijiro committed Aug 31, 2017
2 parents 91bd7aa + d7c285f commit a187a53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Assets/Lasp/Internal/macOS/Lasp.bundle.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Assets/Lasp/Internal/macOS/Lasp.bundle/Contents/MacOS/Lasp
Binary file not shown.
2 changes: 2 additions & 0 deletions Plugin/Xcode/Lasp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
Expand Down Expand Up @@ -357,6 +358,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
Expand Down

0 comments on commit a187a53

Please sign in to comment.