File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 84
84
test : false
85
85
- os : catalyst
86
86
device : localhost
87
- test : true
87
+ test : false # disabled due to a permissions error on launch (OSStatus -54).
88
88
env :
89
89
SETUP : abtesting
90
90
SPM : true
Original file line number Diff line number Diff line change @@ -37,20 +37,23 @@ jobs:
37
37
include :
38
38
- os : iOS
39
39
device : iPhone 16
40
+ test : true
40
41
- os : catalyst
41
42
device : localhost
43
+ test : false # disabled due to a permissions error on launch (OSStatus -54).
42
44
- os : tvOS
43
45
device : Apple TV 4K (3rd generation) (at 1080p)
44
46
scheme : AnalyticsExampleTV
47
+ test : true
45
48
- os : macOS
46
49
device : localhost
47
50
scheme : AnalyticsExampleMac
51
+ test : true
48
52
env :
49
53
SPM : false
50
54
LEGACY : false
51
55
OS : ${{ matrix.os }}
52
56
DEVICE : ${{ matrix.device }}
53
- TEST : true
54
57
SCHEME : ${{ matrix.scheme }}
55
58
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
56
59
steps :
67
70
- name : Build Swift
68
71
run : ./scripts/test.sh
69
72
env :
73
+ TEST : ${{ matrix.test }}
70
74
SWIFT_SUFFIX : " "
71
75
72
76
# TODO: Add `spm` job.
Original file line number Diff line number Diff line change 112
112
flags+=(
113
113
CODE_SIGNING_REQUIRED=NO
114
114
CODE_SIGNING_ALLOWED=NO
115
+ CODE_SIGN_IDENTITY=-
115
116
build
116
117
)
117
118
You can’t perform that action at this time.
0 commit comments