forked from ChartsOrg/Charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'danielgindi/master'
- Loading branch information
Showing
600 changed files
with
27,125 additions
and
91,793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
osx_image: xcode7.2 | ||
osx_image: xcode8.2 | ||
language: objective-c | ||
|
||
rvm: | ||
- 2.2 | ||
env: | ||
global: | ||
- LANG=en_US.UTF-8 | ||
|
||
- LANG=en_US.UTF-8 | ||
- secure: HRl5Cg3/LmTJYCSDGtV8Fiqf6OgWXR6C5YkNviOElU9YmcCTvnmE7MCm+gK8hJNIQ2mWCBTlxTC7jJxeYlx0D+JQ6IhRc75B4zXgbtth6HCzlvhWDcBbNU/K+JPDjy2EAoVgvf8Xseq6GqM4WcVg2Pwr9PS3aaH/SKDE6yVoPXRM2wXRAxIdxayqm/RQgG88jAKgg+Ub5DKW/c9NLLbUf/WdY9SgQDJtqeZCMv7G3/IzW34KZgVPsqSrPByzZXbf7KgYkYLQlscH4mcUctk1qxhdCae//zcgUZo/utpXWbPXQqtvDpuqrg9IRvoGxa/D1I7dLSJsVnk4aP7RW18vn4HJ82C2AiEp+lU2TQE9y5lXcGssZVIa5aZNTWL90HVer3Kg6AnHffvdCSZ/UHsMZJFURUXL9fRIlWVGuEDeQOqlV6lUmEtp/BiEdV4D5PuCyT6snsmEwkc51goyqh6uS6XhJyqYEQdxdoybznwp91tVmASsRybppIGHTkcWN5csF4zQt40tEwd8LoqM+bBUo0wxKiKsNsecL4JA+YDYs2saZY9U3s8jAaIon+qDu071fPRaPEvBhYHYDhy4cTvBXibyGUYGHkrgLu0w19wDfHcJKt2In58yOmaCCLNoTGp/ZLNVRyZ8VDlj/NdJ2dWpMsL2Aj7OxU065kCL2FlvuRU= | ||
matrix: | ||
- PLATFORM="iOS" | ||
- PLATFORM="tvOS" | ||
- PLATFORM="macOS" | ||
cache: | ||
- bundler | ||
|
||
- bundler | ||
before_install: | ||
- brew update | ||
- cd Charts && carthage bootstrap | ||
|
||
- brew update | ||
- brew upgrade carthage || true | ||
- carthage version | ||
- travis_wait carthage bootstrap --platform $PLATFORM | ||
script: | ||
- rake test | ||
|
||
# after_success: | ||
# - bash <(curl -s https://codecov.io/bash) | ||
- bundle exec rake ci[$PLATFORM] | ||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github "facebook/ios-snapshot-test-case" "master" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github "facebook/ios-snapshot-test-case" "c1808fb4435ffc3db2203e7623935f39fc31aa8f" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// Carthage.xcconfig | ||
// Charts | ||
// | ||
// Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda | ||
// A port of MPAndroidChart for iOS | ||
// Licensed under Apache License 2.0 | ||
// | ||
// https://github.com/danielgindi/Charts | ||
// | ||
|
||
FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(SRCROOT)/Carthage/Build/Mac/ $(inherited) | ||
FRAMEWORK_SEARCH_PATHS[sdk=iphone*] = $(SRCROOT)/Carthage/Build/iOS/ $(inherited) | ||
FRAMEWORK_SEARCH_PATHS[sdk=watch*] = $(SRCROOT)/Carthage/Build/watchOS/ $(inherited) | ||
FRAMEWORK_SEARCH_PATHS[sdk=appletv*] = $(SRCROOT)/Carthage/Build/tvOS/ $(inherited) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Charts" | ||
s.version = "2.2.3" | ||
s.summary = "ios-charts is a powerful & easy to use chart library for iOS, tvOS and OSX" | ||
s.homepage = "https://github.com/danielgindi/ios-charts" | ||
s.version = "3.0.2" | ||
s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)" | ||
s.homepage = "https://github.com/danielgindi/Charts" | ||
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } | ||
s.authors = "Daniel Cohen Gindi", "Philipp Jahoda" | ||
s.ios.deployment_target = "8.0" | ||
s.tvos.deployment_target = "9.0" | ||
s.osx.deployment_target = "10.11" | ||
s.source = { :git => "https://github.com/danielgindi/ios-charts.git", :tag => "v#{s.version}" } | ||
s.source = { :git => "https://github.com/danielgindi/Charts.git", :tag => "v#{s.version}" } | ||
s.default_subspec = "Core" | ||
s.prepare_command = "sed -i '' -e 's/import Charts//g' ChartsRealm/Classes/**/*.swift" | ||
|
||
s.subspec "Core" do |ss| | ||
ss.source_files = "Charts/Classes/**/*.swift" | ||
end | ||
|
||
s.subspec "Realm" do |ss| | ||
ss.source_files = "ChartsRealm/Classes/**/*.swift" | ||
ss.dependency "Charts/Core" | ||
ss.dependency "RealmSwift", "~> 0.97" | ||
ss.source_files = "Source/Charts/**/*.swift" | ||
end | ||
end |
Oops, something went wrong.