Skip to content
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

Add BreadBuddy to projects.json #662

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

maxhumber
Copy link

@maxhumber maxhumber commented Apr 28, 2022

Pull Request Description

BreadBuddy is an open-source reference app for using MVVM with SwiftUI.

Acceptance Criteria

To be accepted into the Swift source compatibility test suite, a project must:

  • be an Xcode or swift package manager project
  • support building on either Linux or macOS
  • target Linux, macOS, or iOS/tvOS/watchOS device
  • be contained in a publicly accessible git repository
  • maintain a project branch that builds against Swift 4.0 and passes any unit tests
  • have maintainers who will commit to resolve issues in a timely manner
  • be compatible with the latest GM/Beta versions of Xcode and swiftpm
  • add value not already included in the suite
  • be licensed with one of the following permissive licenses:
    • BSD
    • MIT
    • Apache License, version 2.0
    • Eclipse Public License
    • Mozilla Public License (MPL) 1.1
    • MPL 2.0
    • CDDL
  • pass ./project_precommit_check script run

Ensure project meets all listed requirements before submitting a pull request.

BreadBuddy is an open-source reference app for using MVVM with SwiftUI.
projects.json Outdated
"branch": "master",
"maintainer": "max@bracket.ltd",
"compatibility": {
"5.6.1": {
Copy link
Member

Choose a reason for hiding this comment

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

Can we update this to 5.0? we are trying to keep the compatibility to supported swift versions.

  • Swift 4.0
  • Swift 4.2
  • Swift 5.0

Copy link
Author

Choose a reason for hiding this comment

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

Yeah, shouldn’t be a problem. Would you like me to adjust? Or leave it to you?

@shahmishal
Copy link
Member

@swift-ci test

Change version to 5.0
@maxhumber
Copy link
Author

Just bumped it down to 5.0. Let me know if you need anything else!

@shahmishal
Copy link
Member

@swift-ci test

@maxhumber
Copy link
Author

Identified problems: No identified problem
No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

🤪

@justice-adams-apple
Copy link
Contributor

Hi @maxhumber 👋 , looks like the build system had an issue finding the xcodeproj file specified in this PR

xcodebuild: error: '/Users/ec2-user/jenkins/workspace/swift-PR-source-compat-suite-test-macOS/swift-source-compat-suite/project_cache/BreadBuddy/BreadBuddy/BreadBuddy.xcodeproj' does not exist.

projects.json Outdated Show resolved Hide resolved
Co-authored-by: Mishal Shah <shahmishal@users.noreply.github.com>
@maxhumber
Copy link
Author

Changes committed!

@justice-adams-apple
Copy link
Contributor

@swift-ci test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants