Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/ios/exportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>provisioningProfiles</key>
<dict>
<key>com.datadog.react.native.BenchmarkRunner</key>
<string>React Native Benchmark App</string>
<string>React Native SDK Benchmark App</string>
</dict>
<key>uploadBitcode</key>
<false/>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/scripts/build-ios-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source ./scripts/secrets/get-secret.sh

CODE_SIGN_STYLE="${CODE_SIGN_STYLE:-Manual}"
CODE_SIGN_IDENTITY="${CODE_SIGN_IDENTITY:-Apple Development: Sergio Barrio (64DLL4SMU9)}"
PROVISIONING_PROFILE_SPECIFIER="${PROVISIONING_PROFILE_SPECIFIER:-React Native Benchmark App}"
PROVISIONING_PROFILE_SPECIFIER="${PROVISIONING_PROFILE_SPECIFIER:-React Native SDK Benchmark App}"
DEVELOPMENT_TEAM="${DEVELOPMENT_TEAM:-JKFCB4CN7C}"

function setup_ios_singing {
Expand Down
Loading