Skip to content

Commit

Permalink
- update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Dec 22, 2016
1 parent cc44d01 commit ff55a9e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Lighty.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx tvos";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
Expand Down Expand Up @@ -575,7 +575,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MTL_ENABLE_DEBUG_INFO = NO;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx tvos";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -783,6 +783,7 @@
A4867E7C1E0B9B5700AEA042 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A4E45E281E0A5CDE00C77A11 /* Build configuration list for PBXNativeTarget "Lighty macOS" */ = {
isa = XCConfigurationList;
Expand Down
9 changes: 5 additions & 4 deletions Lighty.xcodeproj/xcshareddata/xcschemes/Lighty macOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A4E45E201E0A5CDE00C77A11"
BuildableName = "Lighty macOS.framework"
BuildableName = "Lighty.framework"
BlueprintName = "Lighty macOS"
ReferencedContainer = "container:Lighty.xcodeproj">
</BuildableReference>
Expand All @@ -26,7 +26,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
</Testables>
<AdditionalOptions>
Expand All @@ -46,7 +47,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A4E45E201E0A5CDE00C77A11"
BuildableName = "Lighty macOS.framework"
BuildableName = "Lighty.framework"
BlueprintName = "Lighty macOS"
ReferencedContainer = "container:Lighty.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +65,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A4E45E201E0A5CDE00C77A11"
BuildableName = "Lighty macOS.framework"
BuildableName = "Lighty.framework"
BlueprintName = "Lighty macOS"
ReferencedContainer = "container:Lighty.xcodeproj">
</BuildableReference>
Expand Down
12 changes: 10 additions & 2 deletions Pods/Pods.xcodeproj/project.pbxproj

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

0 comments on commit ff55a9e

Please sign in to comment.