Skip to content

Commit

Permalink
add 5.3.2 specific xcode settings to the fixture DefaultEngine.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Jan 16, 2024
1 parent e52e2f4 commit f64effa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/fixtures/generic/Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ bDisableHTTPS=True

[/Script/Bugsnag.BugsnagSettings]
bStartAutomaticallyAtLaunch=False

[/Script/MacTargetPlatform.XcodeProjectSettings]
CodeSigningTeam=7W9PZ27Y5F
BundleIdentifier=com.bugsnag.examples.UnrealTestFixture
CodeSigningPrefix=$(UE_SIGNING_PREFIX).$(UE_PRODUCT_NAME_STRIPPED)
bUseAutomaticCodeSigning=True
bUseModernXcode=False

0 comments on commit f64effa

Please sign in to comment.