Skip to content

Commit 33d918d

Browse files
committed
chore: cleanup old bundleIDs
1 parent e248bf3 commit 33d918d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/platforms/ios/runner-client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ function resolveRunnerContainerBundleIds(env: NodeJS.ProcessEnv = process.env):
4141
normalizeBundleId(env.AGENT_DEVICE_IOS_RUNNER_CONTAINER_BUNDLE_ID),
4242
`${testBundleId}.xctrunner`,
4343
appBundleId,
44-
'com.myapp.AgentDeviceRunnerUITests.xctrunner',
45-
'com.myapp.AgentDeviceRunner',
4644
].filter((id) => id.length > 0)));
4745
}
4846

0 commit comments

Comments
 (0)