File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
dev :
4
4
(killall Xcode || true)
5
5
6
+ # Create generated mocks file which will be populated later.
7
+ touch "Tests/Swift/Generated/GeneratedMocks.swift"
8
+
6
9
# Generate Xcode structure.
7
10
TUIST_PROJECT_DIR=$(PWD) tuist generate --no-open
8
11
@@ -15,18 +18,12 @@ init:
15
18
# Install Gemfile dependencies if `bundle` is available.
16
19
if ! command -v bundle &> /dev/null; then bundle install; fi
17
20
18
- # Create generated mocks file which will be populated later.
19
- touch "Tests/Swift/Generated/GeneratedMocks.swift"
20
-
21
21
# Generate Cuckoo workspace.
22
22
make dev
23
23
24
24
ci :
25
25
# Install Tuist if not present.
26
26
if ! command -v tuist & > /dev/null; then curl -Ls https://install.tuist.io | bash; fi
27
27
28
- # Create generated mocks file which will be populated later.
29
- touch "Tests/Swift/Generated/GeneratedMocks.swift"
30
-
31
28
# Generate Cuckoo workspace.
32
29
make dev
You can’t perform that action at this time.
0 commit comments