Skip to content

Commit

Permalink
Fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonMrozek committed May 10, 2018
1 parent 29c9865 commit 84b3ba9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
4 changes: 3 additions & 1 deletion Cedric.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@
};
AD5EAD29209F6D9400AEB97E /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AD6651B220A4C613009FF7AB /* Cedric.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
Expand All @@ -550,7 +551,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.AppUnite.Cedric;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
SUPPORTED_PLATFORMS = "appletvsimulator appletvos macosx iphonesimulator iphoneos";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -559,6 +560,7 @@
};
AD5EAD2A209F6D9400AEB97E /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AD6651B220A4C613009FF7AB /* Cedric.xcconfig */;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
Expand Down
30 changes: 0 additions & 30 deletions Cedric.xcodeproj/xcshareddata/xcschemes/Cedric.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,9 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
onlyGenerateCoverageForSpecifiedTargets = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
<CodeCoverageTargets>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AD5EAD1F209F6D9400AEB97E"
BuildableName = "Cedric.framework"
BlueprintName = "Cedric"
ReferencedContainer = "container:Cedric.xcodeproj">
</BuildableReference>
</CodeCoverageTargets>
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "ADAC172120A034A90033FA7B"
BuildableName = "CedricTests.xctest"
BlueprintName = "CedricTests"
ReferencedContainer = "container:Cedric.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "AD5EAD1F209F6D9400AEB97E"
BuildableName = "Cedric.framework"
BlueprintName = "Cedric"
ReferencedContainer = "container:Cedric.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand Down
2 changes: 1 addition & 1 deletion Cedric/Cedric.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2018 AppUnite. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

//! Project version number for Cedric.
FOUNDATION_EXPORT double CedricVersionNumber;
Expand Down

0 comments on commit 84b3ba9

Please sign in to comment.