File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
swift-version : ${{ matrix.swift-version }}
39
39
- uses : jdx/mise-action@v2
40
+ - name : Install dependencies
41
+ run : tuist install
40
42
- name : Build
41
43
run : tuist cache warm
Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ var targets: [Target] = [
7
7
name: " XcodeGraph " ,
8
8
dependencies: [
9
9
" AnyCodable " ,
10
- " Mockable " ,
11
10
" Path " ,
12
- ] ,
13
- swiftSettings: [
14
- . define( " MOCKING " , . when( configuration: . debug) ) ,
15
11
]
16
12
) ,
17
13
. target(
@@ -24,18 +20,6 @@ var targets: [Target] = [
24
20
) ,
25
21
]
26
22
27
- #if TUIST
28
- import struct ProjectDescription. PackageSettings
29
-
30
- let packageSettings = PackageSettings (
31
- productTypes: [
32
- " Mockable " : . staticFramework,
33
- " MockableTest " : . staticFramework,
34
- ]
35
- )
36
-
37
- #endif
38
-
39
23
let package = Package (
40
24
name: " XcodeGraph " ,
41
25
platforms: [ . macOS( . v12) ] ,
@@ -52,7 +36,6 @@ let package = Package(
52
36
] ,
53
37
dependencies: [
54
38
. package ( url: " https://github.com/Flight-School/AnyCodable " , . upToNextMajor( from: " 0.6.7 " ) ) ,
55
- . package ( url: " https://github.com/Kolos65/Mockable.git " , . upToNextMajor( from: " 0.0.8 " ) ) ,
56
39
. package ( url: " https://github.com/tuist/Path.git " , . upToNextMajor( from: " 0.2.0 " ) ) ,
57
40
] ,
58
41
targets: targets
You can’t perform that action at this time.
0 commit comments