Skip to content

Remove Travis and Cocopods config#16

Merged
mrbiggred merged 7 commits intomainfrom
feature/remove-travis-and-podspec
Oct 1, 2025
Merged

Remove Travis and Cocopods config#16
mrbiggred merged 7 commits intomainfrom
feature/remove-travis-and-podspec

Conversation

@mrbiggred
Copy link
Copy Markdown
Member

Removed the Travis and Cocopods configs. I use GitHub Actions instead of Travis and Cocopods is going readonly soon so no point in publishing a new pod.

Also removed some xuserdata files as they are specific to users and shouldn't be committed to Git.

@mrbiggred mrbiggred self-assigned this Oct 1, 2025
@mrbiggred mrbiggred added this to the v2.1.0 milestone Oct 1, 2025
@mrbiggred mrbiggred requested a review from Copilot October 1, 2025 03:22
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes legacy CI and package management configuration files in favor of GitHub Actions and removes user-specific Xcode files that shouldn't be version controlled.

  • Removes Travis CI configuration as GitHub Actions is now used instead
  • Removes CocoaPods podspec configuration as the service is going read-only
  • Cleans up user-specific Xcode files that were incorrectly committed

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Sample Project/CheckBox.xcodeproj/xcuserdata/Bobo.xcuserdatad/xcschemes/xcschememanagement.plist Removes user-specific Xcode scheme management file
Sample Project/CheckBox.xcodeproj/xcuserdata/Bobo.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist Removes user-specific Xcode debugger breakpoints file
CHANGELOG.md Updates issue count and adds enhancement entry
BEMCheckBox.podspec.json Removes CocoaPods specification file
.travis.yml Removes Travis CI configuration file

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@mrbiggred mrbiggred merged commit 13f0c6f into main Oct 1, 2025
5 checks passed
@mrbiggred mrbiggred deleted the feature/remove-travis-and-podspec branch October 1, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants