diff --git a/ChartsDemo/ChartsDemo.xcodeproj/project.pbxproj b/ChartsDemo/ChartsDemo.xcodeproj/project.pbxproj index 2e83ee5a69..4126859aa7 100644 --- a/ChartsDemo/ChartsDemo.xcodeproj/project.pbxproj +++ b/ChartsDemo/ChartsDemo.xcodeproj/project.pbxproj @@ -25,10 +25,6 @@ 5B43162C1AB8D8AE0009FCAA /* Icon-60@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B4316241AB8D8AE0009FCAA /* Icon-60@3x.png */; }; 5B43162D1AB8D8AE0009FCAA /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = 5B4316251AB8D8AE0009FCAA /* iTunesArtwork */; }; 5B43162E1AB8D8AE0009FCAA /* iTunesArtwork@2x in Resources */ = {isa = PBXBuildFile; fileRef = 5B4316261AB8D8AE0009FCAA /* iTunesArtwork@2x */; }; - 5B4316351AB8D8B70009FCAA /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B4316311AB8D8B70009FCAA /* Default-568h@2x.png */; }; - 5B4316361AB8D8B70009FCAA /* Default-667h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B4316321AB8D8B70009FCAA /* Default-667h@2x.png */; }; - 5B4316371AB8D8B70009FCAA /* Default-736h@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B4316331AB8D8B70009FCAA /* Default-736h@3x.png */; }; - 5B4316381AB8D8B70009FCAA /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5B4316341AB8D8B70009FCAA /* Default@2x.png */; }; 5B57BBB51A9B26AA0036A6CC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B57BBB41A9B26AA0036A6CC /* main.m */; }; 5B57BBB81A9B26AA0036A6CC /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B57BBB71A9B26AA0036A6CC /* AppDelegate.m */; }; 5B57BBBB1A9B26AA0036A6CC /* DemoListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B57BBBA1A9B26AA0036A6CC /* DemoListViewController.m */; }; @@ -84,6 +80,7 @@ 5BEAED3C1ABC199F0013F194 /* ColoredLineChartViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5BEAED3A1ABC199F0013F194 /* ColoredLineChartViewController.xib */; }; 5BEAED401ABC1AC60013F194 /* SinusBarChartViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BEAED3E1ABC1AC60013F194 /* SinusBarChartViewController.m */; }; 5BEAED411ABC1AC60013F194 /* SinusBarChartViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5BEAED3F1ABC1AC60013F194 /* SinusBarChartViewController.xib */; }; + B64D06EB1FB199130067418D /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B64D06EA1FB199130067418D /* Launch Screen.storyboard */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -146,10 +143,6 @@ 5B4316241AB8D8AE0009FCAA /* Icon-60@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-60@3x.png"; sourceTree = ""; }; 5B4316251AB8D8AE0009FCAA /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = ""; }; 5B4316261AB8D8AE0009FCAA /* iTunesArtwork@2x */ = {isa = PBXFileReference; lastKnownFileType = file; path = "iTunesArtwork@2x"; sourceTree = ""; }; - 5B4316311AB8D8B70009FCAA /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - 5B4316321AB8D8B70009FCAA /* Default-667h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-667h@2x.png"; sourceTree = ""; }; - 5B4316331AB8D8B70009FCAA /* Default-736h@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-736h@3x.png"; sourceTree = ""; }; - 5B4316341AB8D8B70009FCAA /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; 5B57BBAF1A9B26AA0036A6CC /* ChartsDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ChartsDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; 5B57BBB31A9B26AA0036A6CC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 5B57BBB41A9B26AA0036A6CC /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; @@ -234,6 +227,7 @@ 5BEAED3D1ABC1AC60013F194 /* SinusBarChartViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SinusBarChartViewController.h; sourceTree = ""; }; 5BEAED3E1ABC1AC60013F194 /* SinusBarChartViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SinusBarChartViewController.m; sourceTree = ""; }; 5BEAED3F1ABC1AC60013F194 /* SinusBarChartViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SinusBarChartViewController.xib; sourceTree = ""; }; + B64D06EA1FB199130067418D /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -272,17 +266,6 @@ path = "app-icon"; sourceTree = ""; }; - 5B4316301AB8D8B70009FCAA /* launch-image */ = { - isa = PBXGroup; - children = ( - 5B4316311AB8D8B70009FCAA /* Default-568h@2x.png */, - 5B4316321AB8D8B70009FCAA /* Default-667h@2x.png */, - 5B4316331AB8D8B70009FCAA /* Default-736h@3x.png */, - 5B4316341AB8D8B70009FCAA /* Default@2x.png */, - ); - path = "launch-image"; - sourceTree = ""; - }; 5B57BBA61A9B26AA0036A6CC = { isa = PBXGroup; children = ( @@ -340,9 +323,9 @@ 5B8EAF2E1AB32E15009697AA /* Resources */ = { isa = PBXGroup; children = ( + B64D06EA1FB199130067418D /* Launch Screen.storyboard */, 5B8EAF2F1AB32E15009697AA /* Images.xcassets */, 5B43161E1AB8D8AE0009FCAA /* app-icon */, - 5B4316301AB8D8B70009FCAA /* launch-image */, 5B613DA21D526AD5000F1E98 /* markers */, ); path = Resources; @@ -543,21 +526,18 @@ 5B43162B1AB8D8AE0009FCAA /* Icon-60@2x.png in Resources */, 5B43162E1AB8D8AE0009FCAA /* iTunesArtwork@2x in Resources */, 5B4316281AB8D8AE0009FCAA /* Icon-29@3x.png in Resources */, - 5B4316361AB8D8B70009FCAA /* Default-667h@2x.png in Resources */, 5BEAED2D1ABC160F0013F194 /* CandleStickChartViewController.xib in Resources */, 5B613DB51D526EA8000F1E98 /* RadarMarkerView.xib in Resources */, 5BD47E611ABB3C91008FCEC6 /* LineChart2ViewController.xib in Resources */, 5BEAED131ABBFB2B0013F194 /* AnotherBarChartViewController.xib in Resources */, 5BEAED411ABC1AC60013F194 /* SinusBarChartViewController.xib in Resources */, 5BEAED371ABC192F0013F194 /* RadarChartViewController.xib in Resources */, - 5B4316351AB8D8B70009FCAA /* Default-568h@2x.png in Resources */, 5B8EAF241AB3271B009697AA /* DemoListViewController.xib in Resources */, 5BEAED261ABC0BE20013F194 /* MultipleBarChartViewController.xib in Resources */, 5B43162A1AB8D8AE0009FCAA /* Icon-40@3x.png in Resources */, 5BEAED3C1ABC199F0013F194 /* ColoredLineChartViewController.xib in Resources */, 5BEAED321ABC18F00013F194 /* CubicLineChartViewController.xib in Resources */, 5BEAED281ABC0BE20013F194 /* MultipleLinesChartViewController.xib in Resources */, - 5B4316381AB8D8B70009FCAA /* Default@2x.png in Resources */, 5B9624421B38608C007763E2 /* NegativeStackedBarChartViewController.xib in Resources */, 5B613DA41D526AD5000F1E98 /* radar_marker@3x.png in Resources */, 5BE7E7631C693098000A0377 /* PositiveNegativeBarChartViewController.xib in Resources */, @@ -566,11 +546,11 @@ 0471CBFC1CA1090A00E52DBC /* PiePolylineChartViewController.xib in Resources */, 5BD8F0751AB89CE500566E05 /* LineChart1ViewController.xib in Resources */, 5BE673811D5B496500A87BA2 /* HalfPieChartViewController.xib in Resources */, + B64D06EB1FB199130067418D /* Launch Screen.storyboard in Resources */, 5B43162D1AB8D8AE0009FCAA /* iTunesArtwork in Resources */, 5BD47E661ABB424E008FCEC6 /* BarChartViewController.xib in Resources */, 5BDEDC421ABB7F73007D3A60 /* HorizontalBarChartViewController.xib in Resources */, 5BDEDC481ABB871E007D3A60 /* CombinedChartViewController.xib in Resources */, - 5B4316371AB8D8B70009FCAA /* Default-736h@3x.png in Resources */, 5BE673951D5B4E0900A87BA2 /* LineChartTimeViewController.xib in Resources */, 5B4316291AB8D8AE0009FCAA /* Icon-40@2x.png in Resources */, 5BEAED1E1ABBFB340013F194 /* StackedBarChartViewController.xib in Resources */, @@ -736,12 +716,12 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Manual; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = "$(SOURCE_ROOT)/../Carthage/Build/iOS"; INFOPLIST_FILE = "Supporting Files/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.dcg.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = ChartsDemo; @@ -759,12 +739,12 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Manual; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = "$(SOURCE_ROOT)/../Carthage/Build/iOS"; INFOPLIST_FILE = "Supporting Files/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.dcg.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = ChartsDemo; diff --git a/ChartsDemo/Classes/DemoListViewController.xib b/ChartsDemo/Classes/DemoListViewController.xib index 70df94ae66..8c1fb6664a 100644 --- a/ChartsDemo/Classes/DemoListViewController.xib +++ b/ChartsDemo/Classes/DemoListViewController.xib @@ -1,8 +1,12 @@ - - + + + + + - + + @@ -18,6 +22,7 @@ + @@ -27,11 +32,12 @@ - + + diff --git a/ChartsDemo/Classes/Demos/AnotherBarChartViewController.xib b/ChartsDemo/Classes/Demos/AnotherBarChartViewController.xib index 546a6bd904..67b6b0ff66 100644 --- a/ChartsDemo/Classes/Demos/AnotherBarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/AnotherBarChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/BarChartViewController.xib b/ChartsDemo/Classes/Demos/BarChartViewController.xib index 2098f36e87..a80597e1e1 100644 --- a/ChartsDemo/Classes/Demos/BarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/BarChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/BubbleChartViewController.xib b/ChartsDemo/Classes/Demos/BubbleChartViewController.xib index 5883ff604f..8e6c7a5e56 100644 --- a/ChartsDemo/Classes/Demos/BubbleChartViewController.xib +++ b/ChartsDemo/Classes/Demos/BubbleChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/CandleStickChartViewController.xib b/ChartsDemo/Classes/Demos/CandleStickChartViewController.xib index 2f814db531..f12abdfc1d 100644 --- a/ChartsDemo/Classes/Demos/CandleStickChartViewController.xib +++ b/ChartsDemo/Classes/Demos/CandleStickChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/ColoredLineChartViewController.xib b/ChartsDemo/Classes/Demos/ColoredLineChartViewController.xib index 7f92d45b88..c5969e1434 100644 --- a/ChartsDemo/Classes/Demos/ColoredLineChartViewController.xib +++ b/ChartsDemo/Classes/Demos/ColoredLineChartViewController.xib @@ -1,8 +1,12 @@ - - + + + + + - + + @@ -21,37 +25,42 @@ + + + + - + - - - + + + - - - - - + + + + + + diff --git a/ChartsDemo/Classes/Demos/CombinedChartViewController.xib b/ChartsDemo/Classes/Demos/CombinedChartViewController.xib index 54477530db..31e5bdfaef 100644 --- a/ChartsDemo/Classes/Demos/CombinedChartViewController.xib +++ b/ChartsDemo/Classes/Demos/CombinedChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -18,6 +27,7 @@ + - - + + - - + + + diff --git a/ChartsDemo/Classes/Demos/CubicLineChartViewController.xib b/ChartsDemo/Classes/Demos/CubicLineChartViewController.xib index a991036be4..3f86d792bc 100644 --- a/ChartsDemo/Classes/Demos/CubicLineChartViewController.xib +++ b/ChartsDemo/Classes/Demos/CubicLineChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/HalfPieChartViewController.xib b/ChartsDemo/Classes/Demos/HalfPieChartViewController.xib index 29922a188a..2750f4e64a 100644 --- a/ChartsDemo/Classes/Demos/HalfPieChartViewController.xib +++ b/ChartsDemo/Classes/Demos/HalfPieChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -18,6 +27,7 @@ + - + - - - + + + + diff --git a/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.xib b/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.xib index c2eca08e9b..fc1fd2bb7d 100644 --- a/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/HorizontalBarChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/LineChart1ViewController.xib b/ChartsDemo/Classes/Demos/LineChart1ViewController.xib index 84be1eb5de..03ec930fb2 100644 --- a/ChartsDemo/Classes/Demos/LineChart1ViewController.xib +++ b/ChartsDemo/Classes/Demos/LineChart1ViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/LineChart2ViewController.xib b/ChartsDemo/Classes/Demos/LineChart2ViewController.xib index c37e4dd5d0..0fa259d36b 100644 --- a/ChartsDemo/Classes/Demos/LineChart2ViewController.xib +++ b/ChartsDemo/Classes/Demos/LineChart2ViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/LineChartFilledViewController.xib b/ChartsDemo/Classes/Demos/LineChartFilledViewController.xib index 116668ae42..ab13b21438 100644 --- a/ChartsDemo/Classes/Demos/LineChartFilledViewController.xib +++ b/ChartsDemo/Classes/Demos/LineChartFilledViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,19 +31,23 @@ + + + + @@ -43,6 +56,7 @@ + @@ -54,20 +68,21 @@ - - + + - - + + - + - + + diff --git a/ChartsDemo/Classes/Demos/LineChartTimeViewController.xib b/ChartsDemo/Classes/Demos/LineChartTimeViewController.xib index 16b53d9d1b..c4bfdb5447 100644 --- a/ChartsDemo/Classes/Demos/LineChartTimeViewController.xib +++ b/ChartsDemo/Classes/Demos/LineChartTimeViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -20,6 +29,7 @@ + + @@ -41,6 +53,7 @@ + @@ -49,17 +62,18 @@ - + - + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/MultipleBarChartViewController.xib b/ChartsDemo/Classes/Demos/MultipleBarChartViewController.xib index 99fd12c09a..82d926249b 100644 --- a/ChartsDemo/Classes/Demos/MultipleBarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/MultipleBarChartViewController.xib @@ -1,13 +1,19 @@ - + - + + + + + HelveticaNeue-Light + + @@ -71,23 +77,24 @@ - + - + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.xib b/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.xib index 664ed9881c..ab3f88a207 100644 --- a/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.xib +++ b/ChartsDemo/Classes/Demos/MultipleLinesChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.xib b/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.xib index a2ce947ba2..3fad1f0a2b 100644 --- a/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/NegativeStackedBarChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -18,6 +27,7 @@ + - + - - - + + + + diff --git a/ChartsDemo/Classes/Demos/PieChartViewController.xib b/ChartsDemo/Classes/Demos/PieChartViewController.xib index 9561343870..a302811fad 100644 --- a/ChartsDemo/Classes/Demos/PieChartViewController.xib +++ b/ChartsDemo/Classes/Demos/PieChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + @@ -50,6 +63,7 @@ + @@ -58,28 +72,30 @@ + - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/PiePolylineChartViewController.xib b/ChartsDemo/Classes/Demos/PiePolylineChartViewController.xib index 9ef36e8e63..cccc27431b 100644 --- a/ChartsDemo/Classes/Demos/PiePolylineChartViewController.xib +++ b/ChartsDemo/Classes/Demos/PiePolylineChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + @@ -50,6 +63,7 @@ + @@ -58,6 +72,7 @@ + @@ -72,23 +87,24 @@ - + - - + + - + - + - - + + + diff --git a/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.xib b/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.xib index 311a874345..5620b00f20 100644 --- a/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/PositiveNegativeBarChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -18,6 +27,7 @@ + - + - - - + + + + diff --git a/ChartsDemo/Classes/Demos/RadarChartViewController.xib b/ChartsDemo/Classes/Demos/RadarChartViewController.xib index fb3209f598..c583828242 100644 --- a/ChartsDemo/Classes/Demos/RadarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/RadarChartViewController.xib @@ -1,11 +1,20 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -19,6 +28,7 @@ + - - + + - - + + + diff --git a/ChartsDemo/Classes/Demos/ScatterChartViewController.xib b/ChartsDemo/Classes/Demos/ScatterChartViewController.xib index 8fb1ad6909..a5b0dcea1d 100644 --- a/ChartsDemo/Classes/Demos/ScatterChartViewController.xib +++ b/ChartsDemo/Classes/Demos/ScatterChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/Demos/SinusBarChartViewController.xib b/ChartsDemo/Classes/Demos/SinusBarChartViewController.xib index 27fd60b479..ebe1d48687 100644 --- a/ChartsDemo/Classes/Demos/SinusBarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/SinusBarChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -20,6 +29,7 @@ + + @@ -43,23 +55,25 @@ + - - + + - + - - + + + diff --git a/ChartsDemo/Classes/Demos/StackedBarChartViewController.xib b/ChartsDemo/Classes/Demos/StackedBarChartViewController.xib index c61b6170ca..b162c60b82 100644 --- a/ChartsDemo/Classes/Demos/StackedBarChartViewController.xib +++ b/ChartsDemo/Classes/Demos/StackedBarChartViewController.xib @@ -1,10 +1,19 @@ - - + + + + + - + + + + + HelveticaNeue-Light + + @@ -22,6 +31,7 @@ + + + + @@ -53,6 +67,7 @@ + @@ -64,22 +79,23 @@ - - + + - - + + - - + + - + + diff --git a/ChartsDemo/Classes/RealmDemosViewController.xib b/ChartsDemo/Classes/RealmDemosViewController.xib index 0d3788dd13..b15cd41f15 100644 --- a/ChartsDemo/Classes/RealmDemosViewController.xib +++ b/ChartsDemo/Classes/RealmDemosViewController.xib @@ -1,13 +1,19 @@ - + - + + + + + HelveticaNeue-Light + + @@ -34,9 +40,10 @@ Please go to https://github.com/danielgindi/ChartsRealm and follow the instructi - - + + + diff --git a/ChartsDemo/Resources/Images.xcassets/AppIcon.appiconset/Contents.json b/ChartsDemo/Resources/Images.xcassets/AppIcon.appiconset/Contents.json index fe9ab4226e..6568fb7f37 100644 --- a/ChartsDemo/Resources/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/ChartsDemo/Resources/Images.xcassets/AppIcon.appiconset/Contents.json @@ -45,6 +45,12 @@ "idiom" : "iphone", "filename" : "Icon-60@3x.png", "scale" : "3x" + }, + { + "size" : "1024x1024", + "idiom" : "ios-marketing", + "filename" : "iTunesArtwork@2x.png", + "scale" : "1x" } ], "info" : { diff --git a/ChartsDemo/Resources/Images.xcassets/AppIcon.appiconset/iTunesArtwork@2x.png b/ChartsDemo/Resources/Images.xcassets/AppIcon.appiconset/iTunesArtwork@2x.png new file mode 100644 index 0000000000..808316d631 Binary files /dev/null and b/ChartsDemo/Resources/Images.xcassets/AppIcon.appiconset/iTunesArtwork@2x.png differ diff --git a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json b/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json deleted file mode 100644 index 205398ad48..0000000000 --- a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "images" : [ - { - "extent" : "full-screen", - "idiom" : "iphone", - "subtype" : "736h", - "filename" : "Default-736h@3x.png", - "minimum-system-version" : "8.0", - "orientation" : "portrait", - "scale" : "3x" - }, - { - "extent" : "full-screen", - "idiom" : "iphone", - "subtype" : "667h", - "filename" : "Default-667h@2x.png", - "minimum-system-version" : "8.0", - "orientation" : "portrait", - "scale" : "2x" - }, - { - "orientation" : "portrait", - "idiom" : "iphone", - "extent" : "full-screen", - "minimum-system-version" : "7.0", - "filename" : "Default@2x.png", - "scale" : "2x" - }, - { - "extent" : "full-screen", - "idiom" : "iphone", - "subtype" : "retina4", - "filename" : "Default-568h@2x.png", - "minimum-system-version" : "7.0", - "orientation" : "portrait", - "scale" : "2x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png b/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png deleted file mode 100644 index 25a46804f7..0000000000 Binary files a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-568h@2x.png and /dev/null differ diff --git a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png b/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png deleted file mode 100644 index a3bc101148..0000000000 Binary files a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-667h@2x.png and /dev/null differ diff --git a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-736h@3x.png b/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-736h@3x.png deleted file mode 100644 index cd359b756e..0000000000 Binary files a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default-736h@3x.png and /dev/null differ diff --git a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default@2x.png b/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default@2x.png deleted file mode 100644 index 16802b260b..0000000000 Binary files a/ChartsDemo/Resources/Images.xcassets/LaunchImage.launchimage/Default@2x.png and /dev/null differ diff --git a/ChartsDemo/Resources/Launch Screen.storyboard b/ChartsDemo/Resources/Launch Screen.storyboard new file mode 100644 index 0000000000..c9e454f2e2 --- /dev/null +++ b/ChartsDemo/Resources/Launch Screen.storyboard @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ChartsDemo/Resources/launch-image/Default-568h@2x.png b/ChartsDemo/Resources/launch-image/Default-568h@2x.png deleted file mode 100755 index 25a46804f7..0000000000 Binary files a/ChartsDemo/Resources/launch-image/Default-568h@2x.png and /dev/null differ diff --git a/ChartsDemo/Resources/launch-image/Default-667h@2x.png b/ChartsDemo/Resources/launch-image/Default-667h@2x.png deleted file mode 100755 index a3bc101148..0000000000 Binary files a/ChartsDemo/Resources/launch-image/Default-667h@2x.png and /dev/null differ diff --git a/ChartsDemo/Resources/launch-image/Default-736h@3x.png b/ChartsDemo/Resources/launch-image/Default-736h@3x.png deleted file mode 100755 index cd359b756e..0000000000 Binary files a/ChartsDemo/Resources/launch-image/Default-736h@3x.png and /dev/null differ diff --git a/ChartsDemo/Resources/launch-image/Default@2x.png b/ChartsDemo/Resources/launch-image/Default@2x.png deleted file mode 100755 index 16802b260b..0000000000 Binary files a/ChartsDemo/Resources/launch-image/Default@2x.png and /dev/null differ diff --git a/ChartsDemo/Supporting Files/Info.plist b/ChartsDemo/Supporting Files/Info.plist index 4a1b14c07a..271c7988a2 100644 --- a/ChartsDemo/Supporting Files/Info.plist +++ b/ChartsDemo/Supporting Files/Info.plist @@ -22,6 +22,10 @@ 1 LSRequiresIPhoneOS + NSPhotoLibraryUsageDescription + This app requires access to the photo library to store shots of charts there. + UILaunchStoryboardName + Launch Screen UIRequiredDeviceCapabilities armv7 @@ -32,7 +36,5 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - NSPhotoLibraryUsageDescription - This app requires access to the photo library to store shots of charts there.