Welcome to the Xcode Project Repository! This repository contains a collection of clean Xcode project that can be used for various purposes, such as automated testing, quickly setting up new projects for CI or for historical purpose.
The purpose of this repository is to provide a centralized location for clean Xcode project. These projects serve as a starting point for developers who need to create projects quickly during CI or require a baseline for automated testing. By using these templates, you can save time and effort by avoiding repetitive setup tasks.
This repository contains the following Xcode projects:
- iOS projects
- macOS Projects
- tvOS Projects
- watchOS Projects
Contributions to this repository are welcome! If you want to add additional Xcode projects that are not contemplated in this repository, please follow these steps:
- Fork this repository.
- Add the project to the appropriate directory or create a new one if needed.
- Update this README file to include the new project.
- Submit a pull request, and we will review your contribution.
Every project should be an unmodified Xcode project that was created using the Xcode project wizard alone. No changes after the wizard closes are allowed.