Skip to content

Commit

Permalink
Update withShareExtensionInfoPlist.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xissy authored Nov 13, 2024
1 parent a793c59 commit ddd0b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/withShareExtensionInfoPlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const withShareExtensionInfoPlist: ConfigPlugin<{
"UIInterfaceOrientationPortrait",
"UIInterfaceOrientationPortraitUpsideDown",
],
UIUserInterfaceStyle: "Light",
UIUserInterfaceStyle: "Automatic",
UIViewControllerBasedStatusBarAppearance: false,
UIApplicationSceneManifest: {
UIApplicationSupportsMultipleScenes: true,
Expand Down

0 comments on commit ddd0b17

Please sign in to comment.