From 55f0110478fc3342058b7bb31ca6267aaf43de5d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:22:00 +0000 Subject: [PATCH 1/2] Initial plan From 4ff0831a8d069668d24c2e11f29336bbe094ac8a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:26:09 +0000 Subject: [PATCH 2/2] Update README.md: remove tip jar, add LICENSE link, update to swift6-module-template Co-authored-by: fulldecent <382183+fulldecent@users.noreply.github.com> --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf71300..21f11c0 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Easily take a photo or video or choose from library -**:beer: Author's tip jar: https://amazon.com/hz/wishlist/ls/EE78A23EEGQB** - ## Usage To run the example project, clone the repo and open `iOS Example/iOS Example.xcodeproj`. @@ -167,8 +165,8 @@ We support targets for the latest released versions of Xcode and Swift Package M ## License -FDTake is available under the MIT license. See the LICENSE file for more info. +FDTake is available under the MIT license. See the [LICENSE](LICENSE) file for more info. ## Contributing -This project's layout is based on https://github.com/fulldecent/swift4-module-template If you would like to change the layout, please change that project FIRST. Also you may appreciate that project has "recipes" -- you don't just change the code, you explain why you are doing things. As a maintainer this makes my job MUCH simpler. In a similar respect, if you are introducing non-minor changes, it will be VERY helpful if you could please reference to another project (like AlamoFire) that has seen and discussed the types of design challenges you are touching.) Thanks again and we all really do appreciate your contributions. +This project's layout is based on https://github.com/fulldecent/swift6-module-template If you would like to change the layout, please change that project FIRST. Also you may appreciate that project has "recipes" -- you don't just change the code, you explain why you are doing things. As a maintainer this makes my job MUCH simpler. In a similar respect, if you are introducing non-minor changes, it will be VERY helpful if you could please reference to another project (like AlamoFire) that has seen and discussed the types of design challenges you are touching.) Thanks again and we all really do appreciate your contributions.