-
Notifications
You must be signed in to change notification settings - Fork 0
Update Swiftlint and remove CocoaPods #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good! What's the other issue you mentioned at the bottom?
There is an issue with Xcode Cloud that prevented the build from archiving successfully, but I believe I already resolved it. Not sure though. |
I saw the earlier comment Caitlyn made and also the original PR mentioned a bug. How can I help test for this on my end? |
No need to test. Once this PR gets merged, you will just need to make changes to your Xcode project. |
* Update README.md * Create pull_request_template.md * Removed building hours and replaced status * Replaced GYMS with RECREATION CENTERS in home view * Replaced capacities with FITNESS CENTER CAPACITIES * Replaced buildings hours in gym cells - Created functions for open/close time logic based on fitness centers - Changed open/close status and time * Addressed Vin's comments - Renamed home page labels - Removed `GymDetailViewModel` - Added `fitnessCenterIsOpen()` and `determineStatus()` to `Gym` model - Created test cases for the above functions - Created dummy data for Teagle - Simplified status logic in `HomeGymCell` * Fixed dummy data and removed unused code * Fixed status colors and removed unused code * Addressed Vin's comments - Fixed grammatical errors * Implemented stretchy header (#37) * Made fitness center images stretchy headers * Modified gym images as stretchy headers * Update Package.resolved * Addressed Vin's comments - Renamed geometry proxy * Addressed Vin's comments - Fixed naming error * Create Package.resolved * Tab bar styling adjustment (#38) * Made fitness center images stretchy headers * Modified gym images as stretchy headers * Adjusted font/color on tab bar and added divider * Update Package.resolved * Addressed Vin's comments - Renamed variable name * Update project.pbxproj * Update Package.resolved * Update Swiftlint and remove CocoaPods (#40) * Update Swiftlint * Fix typo * Update ci_post_clone.sh * Update ENV * Update project.pbxproj * Update Package.resolved --------- Co-authored-by: Vin Bui <[email protected]> Co-authored-by: Vin Bui <[email protected]>
Overview
Updated Swiftlint package and removed CocoaPods.
Changes Made
Swiftlint
brew install swiftlint
Other Changes
README.md
with the new changes.ci_post_clone.sh
to remove CocoaPod installation and add Swiftlint installation.UpliftEnvironment.swift
.Test Coverage
Next Steps
ci_post_clone.sh
are correct. Note that there is also currently another issue regarding this that should be resolved.Screenshots
Swiftlint not installed
Swiftlint installed