-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further DRY by generating example 5 start from 4 end
- Loading branch information
Showing
15 changed files
with
20 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,4 @@ DerivedData | |
# | ||
# Pods/ | ||
|
||
*.xcodeproj |
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
05-fixtures/0-start/Albertos/Assets.xcassets/AccentColor.colorset/Contents.json
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
05-fixtures/0-start/Albertos/Assets.xcassets/AppIcon.appiconset/Contents.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
05-fixtures/0-start/Albertos/Preview Content/Preview Assets.xcassets/Contents.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
include: | ||
- ../../constants.yml | ||
targets: | ||
Albertos: | ||
type: application | ||
platform: iOS | ||
sources: [Albertos] | ||
scheme: | ||
testTargets: [AlbertosTests] | ||
AlbertosTests: | ||
target: Albertos | ||
type: bundle.unit-test | ||
platform: iOS | ||
sources: [AlbertosTests] | ||
settings: | ||
# No need for code signing in this demo, plus, it's the test target | ||
CODE_SIGNING_ALLOWED: NO | ||
dependencies: | ||
- target: Albertos | ||
- ../../04-tdd-in-the-real-world/1-end/project.yml | ||
|
||
# targets: | ||
# Albertos: | ||
# type: application | ||
# platform: iOS | ||
# sources: [Albertos] | ||
# scheme: | ||
# testTargets: [AlbertosTests] | ||
# AlbertosTests: | ||
# target: Albertos | ||
# type: bundle.unit-test | ||
# platform: iOS | ||
# sources: [AlbertosTests] | ||
# settings: | ||
# # No need for code signing in this demo, plus, it's the test target | ||
# CODE_SIGNING_ALLOWED: NO | ||
# dependencies: | ||
# - target: Albertos |