Skip to content

Commit

Permalink
Merge pull request ChartsOrg#4912 from matopeto/feature/build_library…
Browse files Browse the repository at this point in the history
…_for_distribution

Turn on the BUILD_LIBRARY_FOR_DISTRIBUTION flag
  • Loading branch information
pmairoldi authored Mar 21, 2023
2 parents 9f9aac4 + 5be8cde commit 2f9ccf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Charts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = YES;
Expand Down Expand Up @@ -1209,6 +1210,7 @@
isa = XCBuildConfiguration;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEAD_CODE_STRIPPING = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// https://github.com/danielgindi/Charts
//

import Algorithms
@_implementationOnly import Algorithms
import Foundation

/// Determines how to round DataSet index values for `ChartDataSet.entryIndex(x, rounding)` when an exact x-value is not found.
Expand Down
2 changes: 1 addition & 1 deletion Source/Charts/Highlight/ChartHighlighter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// https://github.com/danielgindi/Charts
//

import Algorithms
@_implementationOnly import Algorithms
import Foundation
import CoreGraphics

Expand Down
2 changes: 1 addition & 1 deletion Source/Charts/Highlight/CombinedHighlighter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// https://github.com/danielgindi/Charts
//

import Algorithms
@_implementationOnly import Algorithms
import Foundation
import CoreGraphics

Expand Down

0 comments on commit 2f9ccf7

Please sign in to comment.