tuist/fixtures
Pedro Piñera Buendía 92f37c4390
Generate a scheme with all the project targets (#226)
* Generate project scheme

* Test the generation of the project scheme

* Sort the targets based on the dependencies between them

* Add acceptance tests

* Address comments

* Update changelog and fix Dangerfile
2019-02-18 08:52:07 -05:00
..
app_with_framework_and_tests Generate a scheme with all the project targets (#226) 2019-02-18 08:52:07 -05:00
invalid_workspace_manifest_name Add acceptance tests for generate command (#208) 2019-02-16 08:31:55 +01:00
ios_app_with_frameworks Add acceptance tests for generate command (#208) 2019-02-16 08:31:55 +01:00
ios_app_with_setup Add acceptance tests for generate command (#208) 2019-02-16 08:31:55 +01:00
ios_app_with_tests Remove up attribute from the Project model (#228) 2019-02-18 05:44:28 -05:00
README.md Add acceptance tests for generate command (#208) 2019-02-16 08:31:55 +01:00

README.md

Fixtures

This folder contains sample projects we use in the integration and acceptance tests. Please keep this keep in alphabetical order.

app_with_frameworks

Slightly more complicated project consists of an iOS app and few frameworks.

Structure

Workspace:
  - App:
    - MainApp (iOS app)
    - MainAppTests (iOS unit tests)
  - Framework1:
    - Framework1 (dynamic iOS framework)
    - Framework1Tests (iOS unit tests)
  - Framework2:
    - Framework2 (dynamic iOS framework)
    - Framework2Tests (iOS unit tests)

Dependencies:

  • App -> Framework1
  • App -> Framework2
  • Framework1 -> Framework2

app_with_tests

Simple app with tests.

invalid_workspace_manifest_name

Contains a single file Workspac.swift, incorrectly named workspace manifest file.