Commit Graph

275 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
Yannick Loriot dc32d63fcb
Merge pull request #63 from NoodlFroot/master
Fix build version issues
2020-06-28 21:47:08 +01:00
Richard Groves 548c1295c6 Reset signing team to default ‘None’ 2020-06-23 11:17:31 +01:00
Richard Groves 983f6e5ca9 Use a static enum rather than string literal for platform version 2020-05-16 14:30:40 +01:00
Richard Groves 3e834f14fc Put a minimum iOS deployment level in
Stops the SwiftUI / Color build failure in Profile/Release configs.
2020-05-16 14:24:35 +01:00
Richard Groves 5b32807bb8 Update version number and iOS deployment target to fix build issues in release modes 2020-05-13 11:53:13 +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 Loriot 31383de322
Merge pull request #55 from regexident/grayscaled-mode
Add support for grayscale modes
2020-01-25 20:48:22 +00:00
Yannick Loriot ea8c4b22ac
Merge pull request #56 from regexident/fix-to-rgba-components
Fix `final func toRGBAComponents()` on macOS for non-RGB colors
2020-01-22 17:36:32 +01:00
Yannick Loriot d56122538a
Merge pull request #54 from regexident/fix-typo
Fix typo ("mininimum" -> "minimum")
2020-01-20 19:53:26 +00:00
Vincent Esche 5c7d7324a8 Add missing unit tests for `func grayscaled(mode:)` 2020-01-13 17:51:36 +01:00
Vincent Esche 80f2613d40 Add convenience overload of `XCTAssertEqual` function for comparing `DynamicColor` with accuracy 2020-01-13 17:51:36 +01:00
Vincent Esche 3997359fc1 Add support for grayscale modes 2020-01-13 17:51:36 +01:00
Vincent Esche 4fcc489c3b Improve unit test for `func toRGBAComponents()` 2020-01-13 17:41:28 +01:00
Vincent Esche 04f7891d8c Fix `final func toRGBAComponents()` on macOS for non-RGB colors 2020-01-13 17:34:17 +01:00
Vincent Esche 1d3c3d4b64 Fix typo ("mininimum" -> "minimum") 2020-01-13 14:49:41 +01:00
Yannick Jérôme Loriot 1e85f9461f Merge branch 'master' of github.com:yannickl/DynamicColor 2019-12-24 14:53:53 +01:00
Yannick Jérôme Loriot 5b74f7d281 Fix the access modifier 2019-12-24 14:53:41 +01:00
Yannick Loriot 50d8ddc546
Update README.md 2019-12-24 14:44:21 +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 077cf71171
Update CONTRIBUTORS.md 2019-10-06 21:38:30 +01:00
Yannick Loriot 0921ec25e8
Merge pull request #53 from DmitryFrishbuter/readme-typos
Fix typo in README.md
2019-10-06 21:35:50 +01:00
Yannick Loriot c9bb069469
Merge pull request #52 from landtanin/update-swift-package-manager-syntax
Update SPM syntax with 4.2.1
2019-10-06 21:34:18 +01:00
Dmitry Frishbuter c6fcc1728d Fix typo in README.md 2019-10-05 20:59:03 +06:00
Tanin Rojanapiansatith 69545376c4 Update SPM syntax with 4.2.1 2019-10-02 19:00:19 +01:00
Yannick Loriot bf0c9e6151 Update swift test configs 2019-09-22 18:37:51 +01:00
Yannick Loriot ba23ba6a20 Add missing imports in the test cases 2019-09-22 11:49:01 +01:00
Yannick Loriot 68fe9c6f17 Fix dependency manager configs 2019-09-15 18:43:36 +01:00
Yannick Loriot 339d7443a9 Bump to v4.2.0 2019-09-15 18:28:59 +01:00
Yannick Loriot a859fc170d Add decimal information to constants #51 2019-09-15 18:19:39 +01:00
Yannick Loriot 0dfcf55012 Add the toRGBA and toABGR methods #50 2019-09-15 18:06:51 +01:00
Yannick Loriot 79048e2f8e Fix the mathematical operator precedence overload #51 2019-09-14 22:01:33 +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 cfc6bb4d46 Merge branch 'master' of github.com:yannickl/DynamicColor 2018-09-18 12:33:14 +02:00
Yannick Loriot 6de9d203c2 Updating the exemple project to Swift 4.2 2018-09-18 11:31:56 +02:00
Yannick Loriot 436e96a96e Update issue templates 2018-08-21 12:59:12 +02:00
Yannick Loriot 25dd7059b5 Merge conflict 2018-08-21 12:54:50 +02:00
Yannick Loriot 8b3e06c00f Updating the test cases 2018-08-21 12:52:07 +02:00
Yannick Loriot 29244bc8b1
Merge pull request #41 from puelocesar/master
Fixes crash on iPhone 5
2018-02-04 23:03:20 +01:00
Paulo Cesar Ferreira cf9478bbc2 Fixes crash on iPhone 5 2017-12-05 16:52:39 +01:00
Yannick Loriot b5750c541c Bump Version 2017-11-17 22:30:13 +01:00
Yannick Loriot c78eb0d76f
Update CONTRIBUTORS.md 2017-11-16 15:36:51 +01:00
Yannick Loriot 2b9460a023
Merge pull request #40 from puelocesar/master
Fixes a crash when UIColor returns a color component with negative value
2017-11-16 15:35:55 +01:00
Paulo Cesar Ferreira 8af423e8bf Making suggested changes 2017-11-16 12:29:12 +01:00
Paulo Cesar Ferreira 9fed645d0b Fixes a crash when UIColor returns a color component with negative value 2017-11-16 12:12:26 +01:00