Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #1

Merged
merged 296 commits into from
Mar 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
296 commits
Select commit Hold shift + click to select a range
3f88894
Merge pull request #580 from alvesjtiago/bar-chart-tests
danielgindi Nov 29, 2015
1cfe6e8
add initialize dataSets in setter
liuxuan30 Dec 9, 2015
d02783a
Added automatically generated change log file
skywinder Dec 11, 2015
2496c8b
Remove useless parentheses causing swift build error - "Expression was
chanil1218 Dec 15, 2015
cc0f59d
Merge pull request #614 from chanil1218/master
pmairoldi Dec 15, 2015
91001c0
Allow setting the max pie-chart angle
danielgindi Dec 16, 2015
0ada417
Fixed pie-chart highlight position while animating on X
danielgindi Dec 16, 2015
4599e42
Removed ambiguity of _dataNotSet (Fixes #585)
danielgindi Dec 16, 2015
69ee459
Merge pull request #600 from liuxuan30/dataSets
danielgindi Dec 16, 2015
9942aee
Prevent the matrix from reaching invalid values (#417, #607, #577, #582)
danielgindi Dec 16, 2015
3e9c260
calcYValueSum should not be ABS (Fixes #604)
danielgindi Dec 17, 2015
2e166b1
Use nil coalescing in ChartDataSet's entryCount (Fixes #631)
Dec 29, 2015
7a6f229
add missing images for bar chart tests
pmairoldi Dec 29, 2015
c8b2cb5
Merge remote-tracking branch 'danielgindi/master' into add-ci
pmairoldi Dec 29, 2015
cdb8b07
add ci file and script to run tests
pmairoldi Dec 29, 2015
86bf36a
update carthage bootstrap action
pmairoldi Dec 29, 2015
8f7390a
update tests to make more logical sense
pmairoldi Dec 29, 2015
cc7c36e
enable code coverage
pmairoldi Dec 29, 2015
d4f12d4
Merge pull request #1 from danielgindi/master
AntiMoron Dec 30, 2015
a972c08
Merge pull request #635 from danielgindi/fix-tests
danielgindi Dec 30, 2015
79534ff
Merge pull request #636 from petester42/add-ci
danielgindi Dec 30, 2015
da03c94
Merge pull request #632 from aarondaub/ad-nilCoalesceEntryCount
danielgindi Dec 30, 2015
cbe0bac
Merge pull request #605 from skywinder/add-change-log-file
danielgindi Dec 30, 2015
04c8dc3
Update ChartViewPortHandler.swift
AntiMoron Dec 31, 2015
de117c1
Update ChartViewPortHandler.swift
AntiMoron Dec 31, 2015
c3b7926
removed c-style for loops
zntfdr Jan 2, 2016
f876810
merged multiple switch-cases in one (while maintaining code readability)
zntfdr Jan 2, 2016
f93c83c
replaced if-chain with nicer switch conditional
zntfdr Jan 2, 2016
337fe67
making good use of defer control statement
zntfdr Jan 2, 2016
5f1bbc9
removed unnecessary break statements
zntfdr Jan 2, 2016
48c28c8
making good use of guard control statement
zntfdr Jan 2, 2016
65e3ae9
Merge pull request #639 from AntiMoron/master
danielgindi Jan 3, 2016
4b55450
Fix minor typo in BarLineChartViewBase
patrickreynolds Jan 5, 2016
35379a2
Merge pull request #643 from zntfdr/master
danielgindi Jan 8, 2016
b9f9972
Improved Pie Y animation
danielgindi Jan 8, 2016
1d8a24a
add an option to set line cap of axis grid line
mconintet Jan 9, 2016
4f21232
add an option to set line cap of axis grid line
mconintet Jan 9, 2016
2ec6392
Fix pie highlight base angle
danielgindi Jan 10, 2016
53dda96
Made ChartHighlighter public for extensibility (Closes #567)
danielgindi Jan 10, 2016
be61bb5
Merge pull request #651 from patrickreynolds/typo-fix
danielgindi Jan 10, 2016
092a6ed
Removed old and unusable percentOfTotal function
danielgindi Jan 11, 2016
ce75899
Improvements to yValueSum of Pie chart
danielgindi Jan 11, 2016
b3b69fa
Added utility to parse CSS colors
danielgindi Jan 14, 2016
d37eb00
Moving things around
danielgindi Oct 27, 2015
ce1f1f2
Implemented dynamic data pulling with interfaces
danielgindi Oct 27, 2015
a13a96b
Moved Pie specific stuff to the correct interface
danielgindi Nov 5, 2015
f2ed799
Fixed constructor in LineChartDataSet
danielgindi Nov 5, 2015
4c633a5
Minor improvement in calcMinMax in Bubble and Candle dataset
danielgindi Nov 18, 2015
35b3421
DRYed some constructor code
danielgindi Nov 18, 2015
e05f352
Moved function after correct MARK
danielgindi Nov 18, 2015
e76cfac
Removed unnecessary valueCount from interface
danielgindi Nov 12, 2015
86146b3
Added Realm frameworks
danielgindi Nov 12, 2015
e167368
Implemented base RealmDataSet
danielgindi Nov 12, 2015
bdf0108
Built base VC for Realm demos, pending demos implementation
danielgindi Nov 17, 2015
45d6fae
Match MPAndroidCharts counterpart naming for base interface
danielgindi Nov 18, 2015
531b1a6
Implemented more Realm base datasets
danielgindi Nov 18, 2015
8623fd3
Implemented RealmLineDataSet
danielgindi Nov 18, 2015
d14ae3d
Helper for extracting xValues from RLMResults
danielgindi Nov 18, 2015
b502156
Helper for extracting xValues from RLMArray
danielgindi Nov 18, 2015
8272e86
Implemented Realm Line chart demo
danielgindi Nov 18, 2015
e99649a
Implemented RealmScatterDataSet
danielgindi Nov 18, 2015
074a462
Implemented RealmBubbleDataSet
danielgindi Nov 18, 2015
da258e1
Implemented RealmPieDataSet
danielgindi Nov 18, 2015
d51cee4
Implemented RealmRadarDataSet
danielgindi Nov 18, 2015
653a94b
Implemented RealmCandleDataSet
danielgindi Nov 18, 2015
c7f1a93
Implemented RealmBarDataSet
danielgindi Nov 18, 2015
685a8fb
Removed duplicate `ensureCache` logic
danielgindi Nov 18, 2015
11b56da
Implemented Realm Bar chart demo
danielgindi Nov 18, 2015
f05a36d
Implemented Realm Stacked Bar chart demo
danielgindi Nov 18, 2015
26dd44b
Moved Realm.io examples to a separate list
danielgindi Jan 11, 2016
7115aed
Improvements to yValueSum of Pie chart
danielgindi Jan 11, 2016
e99647d
Do not call callYValueSum prematurely, let notifyDataSetChanged do it
danielgindi Jan 11, 2016
1363e5b
Treat increasing/decreasing color in candle chart legend
danielgindi Jan 16, 2016
74746e8
Updated Realm to 0.9.7
danielgindi Jan 11, 2016
ab15fd7
Move the setColor/s with alpha to the base DataSet
danielgindi Jan 16, 2016
1ff2e5c
Made a common Base class for DataSet
danielgindi Jan 16, 2016
bbacc37
Extended Realm examples
danielgindi Jan 11, 2016
e8f986e
Added realm field getters
danielgindi Jan 17, 2016
6aa886e
Moved Realm helpers from ChartData to dedicated Realm Data objects
danielgindi Jan 17, 2016
2274f48
Minor realm example fixes for consistency
danielgindi Jan 17, 2016
1d70d81
Fixed Realm data objects inheritance
danielgindi Jan 17, 2016
1fdb39d
Added the demo for the wiki entry
danielgindi Jan 17, 2016
14ca093
More constructors for Realm datasets
danielgindi Jan 17, 2016
ebc9bc5
Minor offsets adjustments
danielgindi Jan 17, 2016
8e27627
Updated README to reflect Realm support
danielgindi Jan 17, 2016
ff94c79
Merge branch 'dynamic-data-and-realm'
danielgindi Jan 17, 2016
4843023
Fixed Realm merge conflicts
danielgindi Jan 17, 2016
90d7fc8
Adding some offsets to the Realm wiki example
danielgindi Jan 17, 2016
ea018aa
More fixes for merge conflicts
danielgindi Jan 17, 2016
bb34c72
Fix bug where not overriding init prevents initializers from being ca…
danielgindi Jan 17, 2016
772d940
Make sure these are all in the tvOS target
danielgindi Jan 17, 2016
ede7991
Fixed Realm stacked bar dataset
danielgindi Jan 17, 2016
eb2e790
Bug fixes in Horizontal bar label drawing
danielgindi Jan 17, 2016
a864e77
Minor fixes to examples
danielgindi Jan 17, 2016
0f11fc7
Removed that Carthage folder. Why did that get checked in?
danielgindi Jan 17, 2016
ed5f25e
Fixed regression in initialising a Dataset with a label
danielgindi Jan 17, 2016
645f124
fix code indent problem in ChartYAxisRendererRadarChart, ChartYAxisRe…
liuxuan30 Jan 13, 2016
72e95a1
Merge pull request #675 from liuxuan30/minorRefactor
pmairoldi Jan 21, 2016
6faf631
Minor adjustments to default offsets
danielgindi Jan 24, 2016
4b6d0d4
Updated test reference images
danielgindi Jan 24, 2016
ba6a90f
Updated README.md
danielgindi Jan 24, 2016
19fd452
Update README.md
danielgindi Jan 24, 2016
646d9c3
Removed implementations of old delegates that don't exist anymore
danielgindi Jan 24, 2016
64ce56e
Made all renderers extensible, everything is public now (Closes #357)
danielgindi Jan 24, 2016
00ccb38
Activate require app extension safe API to be able to use library ins…
albertdonaire Jan 25, 2016
00c5782
Merge pull request #708 from adonaire-sage/app-extension
danielgindi Jan 25, 2016
2c0c9cc
Fix for cubic line chart issue when filling charts that don't start a…
Jan 26, 2016
7bd892e
Fixed framework search paths for tvOS target
danielgindi Jan 26, 2016
091890d
Updated changelog
danielgindi Jan 26, 2016
8b91b30
Bumped to 2.2.0
danielgindi Jan 26, 2016
070027a
Minor improvements to IChartDataSet/ChartBaseDataSet
danielgindi Jan 26, 2016
06267ab
drawGridBackground now defaults to false (changed on android side too)
danielgindi Jan 26, 2016
3e79808
Documentation changes
danielgindi Jan 26, 2016
a6812f1
Fixed parsing of #ARGB colors
danielgindi Jan 27, 2016
607c451
Added support for gradient/image fills for line and radar charts
danielgindi Jan 27, 2016
33f30f8
Fix a crash when setting holeColor = nil (Fixes #646)
danielgindi Jan 27, 2016
2459acd
Support for animating Radar charts (Closes #574)
danielgindi Jan 28, 2016
aa0ee18
Minor perf for pie chart
danielgindi Jan 28, 2016
718c1ad
Changed pie animation in demo
danielgindi Jan 28, 2016
1917474
Fix pie chart values animation on X axis
danielgindi Jan 28, 2016
828dd4d
These are redundant
danielgindi Jan 28, 2016
8b345b4
Easier compilation of source code when not referencing Realm.framework
danielgindi Jan 28, 2016
a633c73
Fixed test screenshots - not updated in 2.2.0 release
danielgindi Jan 29, 2016
771c236
update pod spec for relam
pmairoldi Jan 30, 2016
7b0de2e
Merge pull request #725 from danielgindi/2.2.0-podspec-improvements
danielgindi Jan 31, 2016
d8a6a53
Update README.md
danielgindi Jan 31, 2016
3a486ae
release 2.2.1
pmairoldi Feb 1, 2016
0ca505d
remove carthage install
pmairoldi Feb 1, 2016
eb42279
Added missing _yVals initializer (Fixes #734)
danielgindi Feb 4, 2016
ebb7f84
Exposed the default fill formatter for public use
danielgindi Feb 8, 2016
7b5a9c7
Created a Framework for Realm stuff in a separate project
danielgindi Feb 8, 2016
62c424b
Add support for setting different colors for values
danielgindi Feb 8, 2016
3068984
fixes realm issues
pmairoldi Feb 9, 2016
3db8e4d
fix tests
pmairoldi Feb 9, 2016
b3978fc
Removed redundant workspace
danielgindi Feb 9, 2016
3f3f5b2
Merge branch 'realm-project'
danielgindi Feb 9, 2016
a46dd80
Bumped to 2.2.2
danielgindi Feb 9, 2016
89aae3d
Updated changelog
danielgindi Feb 9, 2016
5aad6aa
Centre "no data text" (fixes #682)
danielgindi Feb 9, 2016
c6f5954
LineChartRenderer context bug
Feb 9, 2016
c8d9ada
Allow holes in scatter shapes (Closes #394)
danielgindi Feb 9, 2016
daa8103
Documentation updates
danielgindi Feb 9, 2016
dc7ba3d
New X shape for Scatter
danielgindi Feb 9, 2016
913f751
Updated default scatter size
danielgindi Feb 9, 2016
330bf57
Merge pull request #746 from leoMehlig/line_chart_drawing
danielgindi Feb 10, 2016
d8ae816
Default filled/not-filled in candle chart were wrong (#503)
danielgindi Feb 11, 2016
a8a482e
Documentation fixes
danielgindi Feb 11, 2016
2a7d842
Do not show shadow through candle bar (#503)
danielgindi Feb 11, 2016
5bf3fc4
Separate neutralColor in candlestick chart (#503)
danielgindi Feb 11, 2016
1690b34
Support for rendering candlesticks without the bars (#503)
danielgindi Feb 11, 2016
627118b
Introducing zero line which can be drawn regardless of grid lines
danielgindi Feb 11, 2016
fa38833
Renamed candleDataSet.bodySpace -> barSpace
danielgindi Feb 11, 2016
ab32539
Flipped order of properties
danielgindi Feb 11, 2016
bbc4efe
Those line operations could be done at once
danielgindi Feb 11, 2016
c74548b
Spare many get operations here
danielgindi Feb 11, 2016
c5e5318
Fixed a docs mistake
danielgindi Feb 11, 2016
c6ce830
Minor perf
danielgindi Feb 11, 2016
8a2636e
Correct the spelling of CocoaPods in README
ReadmeCritic Feb 11, 2016
23c3255
Merge pull request #751 from ReadmeCritic/master
danielgindi Feb 11, 2016
9a02527
add ci status
pmairoldi Feb 12, 2016
18d0e73
Merge pull request #752 from danielgindi/ci-status
danielgindi Feb 12, 2016
9a0f676
Updated all test screenshots
danielgindi Feb 12, 2016
e814c91
Fixed cases of missing restore GState
danielgindi Feb 12, 2016
7a52bae
update cocoapods url
stevenedds Feb 13, 2016
75151fe
Merge pull request #755 from stevenedds/master
danielgindi Feb 14, 2016
f357c0d
Port ios-charts to OS X.
pixelspark Feb 16, 2016
6c239e6
Updated cocoadocs url to not include version number
danielgindi Feb 17, 2016
fe2662c
Minor documentation and example updates
danielgindi Feb 17, 2016
f9ace6a
Remove redundant startAtZero feature from YAxis
danielgindi Feb 17, 2016
b7e3eb6
Use valueTextColors for horizontal bar (was using a single color)
danielgindi Feb 17, 2016
e747ee1
Pie slice space is now in pixels - to keep equal distance in and out
danielgindi Feb 17, 2016
fcec914
Improvements for pie hole
danielgindi Feb 17, 2016
b390f38
Minor fix for latest pie changes
danielgindi Feb 17, 2016
2c7b714
Draw full circle without slice spacing
danielgindi Feb 19, 2016
34a7cbf
Disable pinch gesture recognizer on OSX
pixelspark Feb 20, 2016
c8f6f9f
Fix ChartsDemo build on iOS (the NSUI* abstraction typealiases are no…
pixelspark Feb 20, 2016
c65359e
Merge branch 'pr/759' into osx
pmairoldi Feb 20, 2016
805415f
fix UIColor being used after merge
pmairoldi Feb 20, 2016
d12cbcd
Improved rendering of slice spaces when there's no hole in the middle
danielgindi Feb 20, 2016
00d3e27
Fixed range calculation according to customAxisMin/Max (Related to #767)
danielgindi Feb 22, 2016
3a2ff5d
Set customAxisMin for tests (Fixes #767)
danielgindi Feb 22, 2016
3608dd4
Workspace cleanup
danielgindi Feb 22, 2016
4600929
Code styling
danielgindi Feb 22, 2016
c053807
NSUIPinchGestureRecognizer mapped to NSMagnificationGestureRecognizer
danielgindi Feb 22, 2016
24cd6bc
Fixed multiplatform alias prefixes
danielgindi Feb 22, 2016
278b65b
`scale` prefixed with nsui incase there will be a clash in the future
danielgindi Feb 22, 2016
0e62a3a
Bridges gestureRecognizerShouldBegin for OSX
danielgindi Feb 22, 2016
cf33552
Use CVDisplayLink for OSX
danielgindi Feb 22, 2016
3f9f068
Update OSX fixme notes
danielgindi Feb 22, 2016
93faf2d
Implemented `backgroundColor` and `CGImage` for OSX
danielgindi Feb 22, 2016
ed81d4a
Add Carthage compatibility badge
Bogidon Feb 23, 2016
564635c
Merge pull request #769 from Bogidon/patch-1
pmairoldi Feb 23, 2016
a671c7a
Minor fixes for iOS
danielgindi Feb 23, 2016
7541040
Docs
danielgindi Feb 23, 2016
1137fee
Merge branch 'master' of https://github.com/mconintet/ios-charts into…
danielgindi Feb 23, 2016
40ffdd0
Merge branch 'mconintet-master'
danielgindi Feb 23, 2016
6e4bcbc
Fixed gridAntialiasEnabled to always take effect
danielgindi Feb 23, 2016
79b5ceb
Merge pull request #712 from gunterhager/cubic-line-chart-fill
danielgindi Feb 23, 2016
31bf942
Docs
danielgindi Feb 23, 2016
796b2f8
Always start with previous xIndex to avoid clipping the cubic too soon
danielgindi Feb 23, 2016
70cd5bd
Feature #539 Stepped line charts
ezamagni Feb 26, 2016
ab3c4ea
Fixed transparentCircle color/alpha being mixed with hole color in pie
danielgindi Feb 26, 2016
14496b4
Normalise API for allowing to show slices under the hole
danielgindi Feb 26, 2016
0bf57ae
New features for animating the viewport (Closes #318)
danielgindi Feb 23, 2016
326b793
Minor fixes to zoom methods
danielgindi Feb 27, 2016
1f24da8
Merge branch 'move-to-animatd'
danielgindi Feb 27, 2016
dee295e
Docs
danielgindi Feb 27, 2016
4b9ebfa
Minor RadarChart fix for unequal datasets in terms of entry count
danielgindi Feb 27, 2016
a16e84d
Made viewport jobs public
danielgindi Feb 27, 2016
63bb919
Add missing UIKit imports for iOS 7
asmarques Feb 28, 2016
bcc69ef
Make ChartViewBase's _data optional. (Fixes #771)
ospr Feb 28, 2016
ed1ef11
Add "toggle data" option to demo charts. (#771 Support)
ospr Feb 28, 2016
35a7cf3
Merge pull request #772 from ospr/support-optional-charts-data-property
danielgindi Feb 28, 2016
c24031b
Minor refactoring after merge
danielgindi Feb 28, 2016
796281d
Merge pull request #781 from ospr/support-toggle-data-demo-charts-option
danielgindi Feb 28, 2016
13bc03d
Minor updates
PhilJay Feb 28, 2016
c677463
DRYed duplicate demo code
danielgindi Feb 28, 2016
0dae6f0
Merge pull request #780 from asmarques/fix-ios7
danielgindi Feb 28, 2016
2dba16f
Fixed NS/UIScreen scale compatibility
danielgindi Feb 28, 2016
e433b13
Fixed OSX rotation angle being inverted
danielgindi Feb 28, 2016
dd7388c
Added mouse rotation gesture for OSX
danielgindi Feb 28, 2016
49773f6
Avoid dynamic dispatch in ChartPlatform when possible
danielgindi Feb 28, 2016
715da3e
Removed unnecessary import
danielgindi Feb 28, 2016
49e9235
Merge branch 'osx'
danielgindi Feb 28, 2016
ca8a756
More fixes for OSX/iOS merger
danielgindi Feb 28, 2016
c31294a
Adjustments to OSX pie demo
danielgindi Feb 28, 2016
ca6861f
Moved OSX demos around
danielgindi Feb 28, 2016
d8f4eb3
Added back some missing imports (to preserve iOS 7 support)
danielgindi Feb 28, 2016
bc92890
Hide unavailable gesture recognisers from tvOS
danielgindi Feb 28, 2016
e1379bd
Incorrect NSUI prefix for tvOS only stuff
danielgindi Feb 28, 2016
3e40deb
Reverted default fonts.
danielgindi Feb 28, 2016
d1c6967
Cleaned up project settings to allow Carthage to build ChartsRealm-TV
danielgindi Feb 29, 2016
1788e53
Version 2.2.3 release
danielgindi Feb 29, 2016
a7839b7
Fixed some bugs calculating offset center point for space pie slice
danielgindi Mar 1, 2016
33edc18
Fixed a minor bug where sliceSpace should be zeroed due to 1 slice
danielgindi Mar 2, 2016
0344e91
Do not create an empty highlight object
danielgindi Mar 2, 2016
8b5e806
Add trailing newline for preprocessor statement
Mar 3, 2016
b30a840
Merge pull request #795 from boourns/patch-1
pmairoldi Mar 3, 2016
f324ae8
Fixed parsing of short #abc colors
danielgindi Mar 4, 2016
c5f6fdd
change code signing identity to iPhone Developer for iOS target
krbarnes Mar 7, 2016
8eaba34
distribution for release builds
krbarnes Mar 7, 2016
a82a7e5
Merge pull request #811 from krbarnes/master
danielgindi Mar 8, 2016
987a13f
Merge branch 'stepped-linecharts' of https://github.com/ezamagni/ios-…
danielgindi Mar 9, 2016
cfa0bea
Code styling
danielgindi Mar 9, 2016
8d05dea
Minor performance enhancement
danielgindi Mar 9, 2016
674fe64
Merge branch 'ezamagni-stepped-linecharts'
danielgindi Mar 9, 2016
6251cd7
Removed yValueSum/average from PieDataSet
danielgindi Mar 9, 2016
92e626c
Added missing rounding argument in entryIndex
danielgindi Mar 9, 2016
c6bfb03
Fixed cubic fill causing borders on cubic stroke (Fixes #747)
danielgindi Mar 9, 2016
c7e5ade
More accessors on viewporthandler
danielgindi Mar 9, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
*.xcworkspace
project.xcworkspace

# CocoaPods
#
Expand All @@ -28,3 +28,4 @@ DerivedData

Carthage
Charts.framework.zip
ChartsRealm.framework.zip
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
osx_image: xcode7.2
language: objective-c

env:
global:
- LANG=en_US.UTF-8

cache:
- bundler

before_install:
- brew update
- cd Charts && carthage bootstrap

script:
- rake test

# after_success:
# - bash <(curl -s https://codecov.io/bash)
739 changes: 739 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

20 changes: 16 additions & 4 deletions Charts.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
Pod::Spec.new do |s|
s.name = "Charts"
s.version = "2.1.5"
s.summary = "ios-charts is a powerful & easy to use chart library for iOS"
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.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_files = "Classes", "Charts/Classes/**/*.swift"
s.frameworks = "Foundation", "UIKit", "CoreGraphics"
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"
end
end
1 change: 1 addition & 0 deletions Charts/Cartfile.private
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "facebook/ios-snapshot-test-case" ~> 2.0
1 change: 1 addition & 0 deletions Charts/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "facebook/ios-snapshot-test-case" "2.0.7"
1,096 changes: 883 additions & 213 deletions Charts/Charts.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions Charts/Charts.xcodeproj/xcshareddata/xcschemes/Charts-OSX.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "65B3F5BE1C7370BE000983D0"
BuildableName = "Charts.framework"
BlueprintName = "Charts-OSX"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "65B3F5BE1C7370BE000983D0"
BuildableName = "Charts.framework"
BlueprintName = "Charts-OSX"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "65B3F5BE1C7370BE000983D0"
BuildableName = "Charts.framework"
BlueprintName = "Charts-OSX"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -15,8 +15,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A52C5C361BAC5CA400594CDD"
BuildableName = "ChartsTV.framework"
BlueprintName = "ChartsTV"
BuildableName = "Charts.framework"
BlueprintName = "Charts-TV"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand Down Expand Up @@ -46,8 +46,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A52C5C361BAC5CA400594CDD"
BuildableName = "ChartsTV.framework"
BlueprintName = "ChartsTV"
BuildableName = "Charts.framework"
BlueprintName = "Charts-TV"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -64,8 +64,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A52C5C361BAC5CA400594CDD"
BuildableName = "ChartsTV.framework"
BlueprintName = "ChartsTV"
BuildableName = "Charts.framework"
BlueprintName = "Charts-TV"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -16,51 +16,47 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "5BA8EC3F1A9D14DC00CE82E1"
BuildableName = "Charts.framework"
BlueprintName = "Charts"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5BA8EC4A1A9D14DC00CE82E1"
BuildableName = "ChartsTests.xctest"
BlueprintName = "ChartsTests"
BlueprintName = "Charts-iOS"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "06AEE7A11BDC3F8B009875AE"
BuildableName = "ChartsTests.xctest"
BlueprintName = "ChartsTests"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5BA8EC3F1A9D14DC00CE82E1"
BuildableName = "Charts.framework"
BlueprintName = "Charts"
BlueprintName = "Charts-iOS"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
Expand All @@ -70,25 +66,32 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "5BA8EC3F1A9D14DC00CE82E1"
BuildableName = "Charts.framework"
BlueprintName = "Charts"
BlueprintName = "Charts-iOS"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</MacroExpansion>
<EnvironmentVariables>
<EnvironmentVariable
key = "FB_REFERENCE_IMAGE_DIR"
value = "$(SOURCE_ROOT)/$(PROJECT_NAME)Tests/ReferenceImages"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5BA8EC3F1A9D14DC00CE82E1"
BuildableName = "Charts.framework"
BlueprintName = "Charts"
BlueprintName = "Charts-iOS"
ReferencedContainer = "container:Charts.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down
19 changes: 0 additions & 19 deletions Charts/ChartsTV/ChartsTV.h

This file was deleted.

Loading