Franklin Byaruhanga
Franklin Byaruhanga
This PR does some cleaning up the gitignore - Removed Carthage - Added Fastlane comment header
Carthage is listed in the gitignore file but since the project now uses SPM this can be removed. ```shell # IDEA .idea Carthage/ # Required for Glean ``` ┆Issue is...
Xcode Version 13.4.1 (13F100) has the warning to update to recommended settings below:
### Checklist - [x] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md). - [x] This pull request is complete and ready for review. ### Description Updated the swift Version and project files...
This pull request fixes #3364 by updating the App Store Links, from the older itunes.apple.com to the newer apps.apple.com.
Currently, the README.md has a link to the app store starting with the older itunes.apple.com instead of apps.apple.com.
Task/Issue URL: #1260, https://app.asana.com/0/414709148257752/1202716717386020/f Tech Design URL: CC: **Description**: This PR corrects a few minor misspelled words in the swift comments & Class name. Example class: ```swift class OnboardingDefaultBroswerViewController: OnboardingContentViewController...
There are minor misspelled words in the swift comments & Class name class example: ```swift class OnboardingDefaultBroswerViewController: OnboardingContentViewController { } ``` comments example: ```swift // Make sure muliline labels are...
Could we [enable GitHub discussions](https://docs.github.com/en/discussions/quickstart) on this repository, Discussions are great for questions and ideas that require team communication to make a decision, while Issues are defined pieces of work....
Could we add and display [Achievements Badges](https://www.raywenderlich.com/achievements), to view achievements and set goals? this would go hand in hand with #644