Commit Graph

58 Commits

Author SHA1 Message Date
Yannick Loriot cf7c6eed08 Update project structure 2020-07-16 14:19:01 +02:00
Yannick Loriot d9beca13ca Fix version numbers 2020-06-28 21:56:23 +01:00
Richard Groves 548c1295c6 Reset signing team to default ‘None’ 2020-06-23 11:17:31 +01:00
Richard Groves 80a26b375f Updating Deployment target to 11.0 so it builds in release modes 2020-05-13 11:48:57 +01:00
Yannick Jérôme Loriot f2d630f177 Update to v5.0 2019-12-24 14:41:49 +01:00
Yannick Jérôme Loriot b310ab1d6b Add basic SwiftUI color support 2019-12-24 14:27:31 +01:00
Yannick Loriot bf0c9e6151 Update swift test configs 2019-09-22 18:37:51 +01:00
Yannick Loriot 339d7443a9 Bump to v4.2.0 2019-09-15 18:28:59 +01:00
Yannick Loriot cc68113e2c Bump to v4.1.0 2019-05-27 19:09:26 +02:00
Yannick Loriot 9070b3a7de Fix Xcode 10.2 warnings 2019-05-27 18:56:12 +02:00
Yannick Loriot df00efcdae Bump to v4.0.3 2018-12-10 15:19:52 +01:00
Yannick Loriot d15740a175 Updating test cases 2018-12-10 15:13:52 +01:00
Yannick Loriot 6de9d203c2 Updating the exemple project to Swift 4.2 2018-09-18 11:31:56 +02:00
Yannick Loriot 8b3e06c00f Updating the test cases 2018-08-21 12:52:07 +02:00
Yannick Loriot b5750c541c Bump Version 2017-11-17 22:30:13 +01:00
Yannick Loriot 261ffb4871 Bump version 2017-11-08 15:39:31 +01:00
Yannick Loriot dfc638c08b Fixing tests 2017-11-08 10:20:39 +01:00
Yannick Loriot 36dd533e89 Bump Version 2017-11-07 22:15:03 +01:00
Yannick Loriot f4088ed397 Xcode9 support #39 2017-11-07 22:11:03 +01:00
Yannick Loriot 6ad45a420b Bump version 2017-04-15 22:00:01 +02:00
Yannick Loriot 9879cc59bb Adding the macOS, tvOS and watchOS framework target for Carthage #32 2017-01-15 22:10:32 +01:00
Yannick Loriot 6e469e1969 Bump to v3.2.1 2016-12-15 12:33:54 +01:00
Yannick Loriot 786556bf19 Bump to v3.2.0 2016-12-12 22:16:41 +01:00
Julien Quéré 4defa553e8 Enable swiftlint on ./Sources 2016-11-28 13:56:45 +01:00
Julien Quéré 78460f9677 Swiftlint autocorrect 2016-11-28 13:54:30 +01:00
Julien Quéré 5cc8a76e18 Fix (or disable) major swiftlint errors 2016-11-28 13:46:11 +01:00
Julien Quéré 19fe077266 Add Swiftlint build phase into iOSExample 2016-11-28 13:41:24 +01:00
Yannick Loriot 537625ad24 Fixing the access controls 2016-11-26 19:02:26 +01:00
Yannick Loriot 8fca337a2e Updating to Xcode 8.1 2016-11-02 09:42:27 +01:00
Yannick Loriot 95ae5b278b Updating travis/test configuration 2016-09-23 16:48:09 +02:00
Yannick Loriot a5eda67413 Bump to v3.1.0 2016-09-08 21:59:30 +02:00
Yannick Loriot 2555d1ee05 Update example 2016-09-08 19:51:24 +02:00
Yannick Loriot b62f9de8d3 Updating example projects 2016-09-08 18:54:27 +02:00
Yannick Loriot 1c73cbaf7e Updating test cases 2016-09-08 17:23:44 +02:00
Yannick Loriot f4723d923e Adding the HSB color space 2016-09-08 16:23:00 +02:00
Yannick Loriot 4515f25391 Adding DynamicColorSpace enum 2016-09-08 16:00:13 +02:00
Yannick Loriot e5e70297c4 Add DynamicGradient object #2 2016-09-08 14:51:46 +02:00
Yannick Loriot edffb75775 Use CGFloat instead of Double everywhere 2016-09-08 13:57:05 +02:00
Yannick Loriot a68c4ab958 Updating test cases 2016-09-05 21:54:42 +02:00
Yannick Loriot 6e9942e0b3 Updating example project to expose the gradient functions 2016-09-05 20:39:19 +02:00
Yannick Loriot d528bdabc1 Fixing example 2016-08-26 21:21:55 +02:00
Yannick Loriot 9d815f02b7 Fixing for Xcode 8 - beta 6 2016-08-20 22:38:40 +02:00
Alex Pawlowski 35920d158b Fixed build on Xcode 8.4 2016-08-04 16:32:05 +03:00
Yannick Loriot 75ed282049 adding tests 2016-07-16 22:34:43 +02:00
Yannick Loriot c639729446 [ADD] colors method to array 2016-07-15 12:46:06 +02:00
Yannick Loriot f57328a183 Adding test cases 2016-07-15 12:34:00 +02:00
Yannick Loriot ddfa24a9e5 [ADD] from array of color 2016-07-15 11:51:50 +02:00
Yannick Loriot d3995602b7 Update examples 2016-07-14 18:48:35 +02:00
Yannick Loriot 3f8952238d Hue range is now from 0° and 360° instead of 0.0 and 1.0 2016-07-14 18:26:38 +02:00
Yannick Loriot 02401a494f [ADD] CIE L*a*b* Color Space 2016-07-12 17:04:21 +02:00