Skip to content

Conversation

@ahmetrnn
Copy link

…ement

  • Introduced SceneDelegate for better scene lifecycle management in the IntegrationApp.
  • Updated Info.plist files to include scene configuration and support for multiple scenes.
  • Cleaned up AppDelegate by removing the window property and adding scene lifecycle methods.
  • Adjusted project settings and bundle identifiers for consistency.

…ement

- Introduced SceneDelegate for better scene lifecycle management in the IntegrationApp.
- Updated Info.plist files to include scene configuration and support for multiple scenes.
- Cleaned up AppDelegate by removing the window property and adding scene lifecycle methods.
- Adjusted project settings and bundle identifiers for consistency.
@linux-foundation-easycla
Copy link

CLA Not Signed

<string/>
</dict>
</plist>
<dict>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you revert this plist update?

);
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.WebDriverAgentLib;
PRODUCT_BUNDLE_IDENTIFIER = "--com.ahmet.WebDriverAgentRunner";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert these project updates. Only SceneDelegate related changes are expected

@KazuCocoa KazuCocoa changed the title feat: add SceneDelegate support and update Info.plist for scene manag… feat(IntegrationApp): add SceneDelegate support and update Info.plist for scene management in IntegrationApp Nov 23, 2025

#pragma mark - UISceneSession Lifecycle

- (UISceneConfiguration *)application:(UIApplication *)application configurationForConnectingSceneSession:(UISceneSession *)connectingSceneSession options:(UISceneConnectionOptions *)options {
Copy link
Member

@KazuCocoa KazuCocoa Nov 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like UISceneConfiguration, UISceneSession and UISceneConnectionOptions are available since ios 13. Still this project's target iOS is set to 12, so could you apply this for ios 13+ only?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants