Skip to content

Commit

Permalink
CLeanup...
Browse files Browse the repository at this point in the history
  • Loading branch information
macmade committed Mar 24, 2017
1 parent b7d961f commit 0317266
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CPPAtomic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -720,10 +720,10 @@
057E72661E847D62006B9999 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_CODE_COVERAGE = YES;
CODE_SIGN_IDENTITY = "-";
GCC_C_LANGUAGE_STANDARD = gnu99;
MACOSX_DEPLOYMENT_TARGET = 10.12;
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = NO;
};
Expand All @@ -732,11 +732,10 @@
057E72671E847D62006B9999 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_ENABLE_CODE_COVERAGE = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
MACOSX_DEPLOYMENT_TARGET = 10.12;
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
RUN_CLANG_STATIC_ANALYZER = NO;
};
Expand Down
19 changes: 19 additions & 0 deletions CPPAtomic.xcodeproj/xcshareddata/xcschemes/CPPAtomic.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,26 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "053BEDAB1B8EFDC1007D82A4"
BuildableName = "CPPAtomic-Tests.xctest"
BlueprintName = "CPPAtomic-Tests"
ReferencedContainer = "container:CPPAtomic.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "05EC8A461E81E854007233F2"
BuildableName = "libCPPAtomic.a"
BlueprintName = "CPPAtomic"
ReferencedContainer = "container:CPPAtomic.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand Down

0 comments on commit 0317266

Please sign in to comment.