Skip to content

Conversation

trufae
Copy link
Member

@trufae trufae commented Jun 3, 2021

No description provided.

throw new Error('Invalid parameters for adjustInfoPlist');
}
if (file.indexOf('.appex/') != -1) {
bundleid += '.share';
Copy link
Member Author

Choose a reason for hiding this comment

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

network extensions may use: .network-extension so this is just a partial fix.

Probably the way to go is to check for the NSExtension array and see which is the NSExtensionPrincipalClass used for each appex

Copy link
Member Author

Choose a reason for hiding this comment

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

.SiriExtension for NSExtension.NSExtensionPointIdentifier == com.apple.intents-service

Copy link
Member Author

Choose a reason for hiding this comment

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

com.apple.networkextension.packet-tunnel -> network-extension

Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't this happen only if bundleId is defined? AFAIK overriding the bundle id is optional

Copy link

Choose a reason for hiding this comment

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

F

Copy link
Contributor

Choose a reason for hiding this comment

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

LOL for the single letter contributor

@trufae trufae force-pushed the fix-appex-rebundle branch from d7ccca0 to cde5a20 Compare June 4, 2021 13:28
@trufae trufae force-pushed the fix-appex-rebundle branch from cde5a20 to ac9fa81 Compare December 27, 2021 19:12
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.

3 participants