@@ -15,68 +15,52 @@ test-swift:
15
15
test-workspace :
16
16
xcodebuild test \
17
17
-scheme ComposableArchitecture \
18
- -destination platform=" $( PLATFORM_IOS) " \
19
- -quiet
18
+ -destination platform=" $( PLATFORM_IOS) "
20
19
xcodebuild test \
21
20
-scheme ComposableArchitecture \
22
- -destination platform=" $( PLATFORM_MACOS) " \
23
- -quiet
21
+ -destination platform=" $( PLATFORM_MACOS) "
24
22
xcodebuild test \
25
23
-scheme ComposableArchitecture \
26
- -destination platform=" $( PLATFORM_TVOS) " \
27
- -quiet
24
+ -destination platform=" $( PLATFORM_TVOS) "
28
25
xcodebuild test \
29
26
-scheme ComposableCoreLocation \
30
- -destination platform=" $( PLATFORM_IOS) " \
31
- -quiet
27
+ -destination platform=" $( PLATFORM_IOS) "
32
28
xcodebuild test \
33
29
-scheme ComposableCoreLocation \
34
- -destination platform=" $( PLATFORM_MACOS) " \
35
- -quiet
30
+ -destination platform=" $( PLATFORM_MACOS) "
36
31
xcodebuild test \
37
32
-scheme ComposableCoreLocation \
38
- -destination platform=" $( PLATFORM_TVOS) " \
39
- -quiet
33
+ -destination platform=" $( PLATFORM_TVOS) "
40
34
xcodebuild test \
41
35
-scheme " CaseStudies (SwiftUI)" \
42
- -destination platform=" $( PLATFORM_IOS) " \
43
- -quiet
36
+ -destination platform=" $( PLATFORM_IOS) "
44
37
xcodebuild test \
45
38
-scheme " CaseStudies (UIKit)" \
46
- -destination platform=" $( PLATFORM_IOS) " \
47
- -quiet
39
+ -destination platform=" $( PLATFORM_IOS) "
48
40
xcodebuild test \
49
41
-scheme MotionManager \
50
- -destination platform=" $( PLATFORM_IOS) " \
51
- -quiet
42
+ -destination platform=" $( PLATFORM_IOS) "
52
43
xcodebuild test \
53
44
-scheme LocationManagerDesktop \
54
- -destination platform=" $( PLATFORM_MACOS) " \
55
- -quiet
45
+ -destination platform=" $( PLATFORM_MACOS) "
56
46
xcodebuild test \
57
47
-scheme LocationManagerMobile \
58
- -destination platform=" $( PLATFORM_IOS) " \
59
- -quiet
48
+ -destination platform=" $( PLATFORM_IOS) "
60
49
xcodebuild test \
61
50
-scheme Search \
62
- -destination platform=" $( PLATFORM_IOS) " \
63
- -quiet
51
+ -destination platform=" $( PLATFORM_IOS) "
64
52
xcodebuild test \
65
53
-scheme SpeechRecognition \
66
- -destination platform=" $( PLATFORM_IOS) " \
67
- -quiet
54
+ -destination platform=" $( PLATFORM_IOS) "
68
55
xcodebuild test \
69
56
-scheme TicTacToe \
70
- -destination platform=" $( PLATFORM_IOS) " \
71
- -quiet
57
+ -destination platform=" $( PLATFORM_IOS) "
72
58
xcodebuild test \
73
59
-scheme Todos \
74
- -destination platform=" $( PLATFORM_IOS) " \
75
- -quiet
60
+ -destination platform=" $( PLATFORM_IOS) "
76
61
xcodebuild test \
77
62
-scheme VoiceMemos \
78
- -destination platform=" $( PLATFORM_IOS) " \
79
- -quiet
63
+ -destination platform=" $( PLATFORM_IOS) "
80
64
81
65
format :
82
66
swift format --in-place --recursive ./Package.swift ./Sources ./Tests
0 commit comments