Skip to content

Commit

Permalink
Merge pull request #225 from bugsnag/je/test-ms-arm-13-2
Browse files Browse the repository at this point in the history
Switch Apple developer account for CI
  • Loading branch information
joshedney committed Oct 10, 2023
2 parents 146cc13 + 8780054 commit f1abfaa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ManualIPAddress=
BundleDisplayName=BugsnagExample
BundleIdentifier=com.bugsnag.unreal.BugsnagExample
BundleName=BugsnagExample
IOSTeamID=372ZUL2ZB7
IOSTeamID=7W9PZ27Y5F
bAutomaticSigning=True
bGeneratedSYMBundle=True
bGeneratedSYMFile=True
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ e2e_ios: $(TEST_IOS_APP)

.PHONY: e2e_ios_local
e2e_ios_local: $(TEST_IOS_APP)
ideviceinstaller --uninstall com.bugsnag.TestFixture
bundle exec maze-runner --app=$< --farm=local --os=ios --os-version=14 --apple-team-id=372ZUL2ZB7 --udid="$(shell idevice_id -l)" $(TESTS) --color
ideviceinstaller --uninstall com.bugsnag.examples.UnrealTestFixture
bundle exec maze-runner --app=$< --farm=local --os=ios --os-version=14 --apple-team-id=7W9PZ27Y5F --udid="$(shell idevice_id -l)" $(TESTS) --color

.PHONY: e2e_mac
e2e_mac: $(TEST_MAC_APP)
Expand Down
6 changes: 3 additions & 3 deletions features/fixtures/generic/Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GameDefaultMap=/Game/MainLevel.MainLevel

[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
Orientation=Portrait
PackageName=com.bugsnag.TestFixture
PackageName=com.bugsnag.examples.UnrealTestFixture
bBuildForArm64=True
bPackageDataInsideApk=True
bShowLaunchImage=False
Expand All @@ -35,9 +35,9 @@ ManualIPAddress=

[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
BundleDisplayName=TestFixture
BundleIdentifier=com.bugsnag.TestFixture
BundleIdentifier=com.bugsnag.examples.UnrealTestFixture
BundleName=TestFixture
IOSTeamID=372ZUL2ZB7
IOSTeamID=7W9PZ27Y5F
MobileProvision=
SigningCertificate=
bAutomaticSigning=True
Expand Down
2 changes: 1 addition & 1 deletion features/handled_errors.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Feature: Reporting handled errors
And the event "context" starts with "Lorem ipsum dolor sit amet"
And the event "app.duration" equals 37
And the event "app.durationInForeground" is not null
And the event "app.id" equals "com.bugsnag.TestFixture"
And the event "app.id" equals "com.bugsnag.examples.UnrealTestFixture"
And the event "app.inForeground" is true
And the event "app.isLaunching" is true
And the event "app.releaseStage" equals "production"
Expand Down
2 changes: 1 addition & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def artifact_path
end

def app_state
Maze.driver.app_state('com.bugsnag.TestFixture')
Maze.driver.app_state('com.bugsnag.examples.UnrealTestFixture')
end

Maze.hooks.before do
Expand Down

0 comments on commit f1abfaa

Please sign in to comment.