Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jul 11, 2018
1 parent 9965a97 commit 308e9da
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions WhateverGreen.xcodeproj/project.pbxproj
Expand Up @@ -28,6 +28,16 @@
CEB402A61F17F5C400716912 /* kern_con.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CEB402A41F17F5C400716912 /* kern_con.hpp */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
CE7FC0D120F68CFE00138088 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 1C748C1E1C21952C0024EED2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = CE7FC0BC20F6821600138088;
remoteInfo = ResourceConverter;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
1C642F521C8F157A006B4C51 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
Expand Down Expand Up @@ -300,6 +310,7 @@
buildRules = (
);
dependencies = (
CE7FC0D220F68CFE00138088 /* PBXTargetDependency */,
);
name = WhateverGreen;
productName = WhateverGreen;
Expand Down Expand Up @@ -421,6 +432,14 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
CE7FC0D220F68CFE00138088 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = CE7FC0BC20F6821600138088 /* ResourceConverter */;
targetProxy = CE7FC0D120F68CFE00138088 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
1C748C2F1C21952C0024EED2 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -607,15 +626,15 @@
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.8;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -626,15 +645,15 @@
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LANGUAGE_STANDARD = "c++1y";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
COPY_PHASE_STRIP = NO;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.8;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down

0 comments on commit 308e9da

Please sign in to comment.