File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Samples/DistributionSample Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,15 +99,15 @@ jobs:
99
99
steps :
100
100
- uses : actions/checkout@v5
101
101
- run : rm -r Sentry.xcodeproj && rm -r Sentry.xcworkspace
102
- - run : set -o pipefail && NSUnbufferedIO=YES xcodebuild test -scheme SentryDistributionTests -sdk iphoneos -destination 'generic/platform=iphoneos' | tee raw-test-output-spm.log | xcbeautify
102
+ - run : set -o pipefail && NSUnbufferedIO=YES xcodebuild test -scheme SentryDistributionTests -sdk iphoneos -destination 'generic/platform=iphoneos' | tee raw-test-output-spm.log | xcbeautify --preserve-unbeautified
103
103
shell : sh
104
- - name : Upload SPM Test Logs
104
+ - name : Upload Distribution Test Logs
105
105
uses : actions/upload-artifact@v4
106
106
if : ${{ failure() || cancelled() }}
107
107
with :
108
- name : raw-test-output-spm
108
+ name : raw-test-output-distribution
109
109
path : |
110
- raw-test-output-spm .log
110
+ raw-test-output-distribution .log
111
111
112
112
unit-tests :
113
113
name : Unit ${{matrix.name}}
Original file line number Diff line number Diff line change 1
- PRODUCT_BUNDLE_IDENTIFIER = io.sentry.DistributionSample
1
+ PRODUCT_BUNDLE_IDENTIFIER = io.sentry.sample. DistributionSample
2
2
INFOPLIST_FILE = DistributionSample/Info.plist
3
3
SUPPORTED_PLATFORMS = iphoneos iphonesimulator
4
4
IPHONEOS_DEPLOYMENT_TARGET = 15.0
Original file line number Diff line number Diff line change 5
5
Debug : debug
6
6
Release : release
7
7
options :
8
- bundleIdPrefix : io.sentry
8
+ bundleIdPrefix : io.sentry.sample.
9
9
packages :
10
10
Sentry :
11
11
path : ../../
You can’t perform that action at this time.
0 commit comments