Skip to content

Commit 08e210c

Browse files
committed
PR feedback
1 parent 82f12fe commit 08e210c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@v5
101101
- 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
103103
shell: sh
104-
- name: Upload SPM Test Logs
104+
- name: Upload Distribution Test Logs
105105
uses: actions/upload-artifact@v4
106106
if: ${{ failure() || cancelled() }}
107107
with:
108-
name: raw-test-output-spm
108+
name: raw-test-output-distribution
109109
path: |
110-
raw-test-output-spm.log
110+
raw-test-output-distribution.log
111111
112112
unit-tests:
113113
name: Unit ${{matrix.name}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.DistributionSample
1+
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.sample.DistributionSample
22
INFOPLIST_FILE = DistributionSample/Info.plist
33
SUPPORTED_PLATFORMS = iphoneos iphonesimulator
44
IPHONEOS_DEPLOYMENT_TARGET = 15.0

Samples/DistributionSample/DistributionSample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ configs:
55
Debug: debug
66
Release: release
77
options:
8-
bundleIdPrefix: io.sentry
8+
bundleIdPrefix: io.sentry.sample.
99
packages:
1010
Sentry:
1111
path: ../../

0 commit comments

Comments
 (0)