Roland

Results 16 issues of Roland

Hi, Whenever I delete + regenerate a project it seems to default to a random scheme/simulator target. Is there a way to set a "default" simulator and/or scheme? I've been...

**Is your feature request related to a problem? Please describe.** Compare Xcode project scheme's **Describe the solution you'd like** I would like to compare an Xcode project with a modified...

enhancement

## Project structure **Why?** For continuous integration, unit tests and coverage reports it becomes difficult if multiple "artifacts" are within the same repository. Therefore I recommend splitting the code into...

It will "Automatically detect common vulnerability and coding errors". This might be handy feature to have going in CI. I did run it on my fork and it scanned through...

The goal of this automation is to attempt to build all artifacts and make sure that the build is **not** broken. It also documents, tests and validates the different build/runtime...

# Goal Upload artifacts/built JAR's to a maven artifact repository. # Options * [Maven Central](https://maven.apache.org) * [GitLab Maven Repository](https://docs.gitlab.com/ee/user/packages/maven_repository/) * Private Maven Server (e.g. Artifactory) # Requirements for Maven Central...

Hey @ericcwlaw ## CI Friendly Versioning, based on git tags I'm proposing to change: ```xml 1.2.3 ``` to ```xml ${revision} 1.2-SNAPSHOT ... ``` This will change the behaviour of the...

Sometimes it is necessary to include targets of an external project in an aggregate target. -> Aggregate targets, currently do not support the use of external targets. With this PR...

I have a project where we want to add linked or embedded binaries always also to the `Target Dependencies` of the target to make them declared as specific as possible....

I want to test if [external test targets](https://github.com/yonaskolb/XcodeGen/pull/1169) can be generated with spec-generation. In order for this to work it's important to create example fixtures for this scenario. This PR...