Skip to content

Commit

Permalink
fix: correct config index
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoctp committed Sep 20, 2024
1 parent 1c41e64 commit 2650a53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/src/ios/withIosShareExtensionConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export const withShareExtensionConfig: ConfigPlugin<Parameters> = (
targetName: extName,
bundleIdentifier: shareExtensionIdentifier,
});
extConfigIndex = 0;
extConfigIndex =
config.extra.eas.build.experimental.ios.appExtensions.length - 1;
}

const extConfig =
Expand Down

0 comments on commit 2650a53

Please sign in to comment.