Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure AndroidManifest.xml / Info.plist with the Plugin #2301

Open
gmitch215 opened this issue Sep 19, 2024 · 0 comments
Open

Configure AndroidManifest.xml / Info.plist with the Plugin #2301

gmitch215 opened this issue Sep 19, 2024 · 0 comments

Comments

@gmitch215
Copy link

The generated builds are great, but lack a lot of extensions necessary for proper development.

It would be really beneficial if we could be able to process AndroidManifest.xml or Info.plist manually during the build process.

Specifically:

  • I have to check "None" when asked about encryption algorithms every time I upload a build to TestFlight.
  • The names of the XCode output are always "app" and not the configured project name.
  • I would like to have a different app logo for the play store/app store since pictures can't be transparent (see below)
  • Android integrations with the phone's sensors require specific AndroidManifest.xml configurations I have to do manually every time
  • Change the Certificate Bundle Identifier for the outputted XCode project that overrides the app-<build architecture>-Release identifier

On a Side Note:

  • The output icon1024.png as apart of the assets can't be transparent, and it fails validation on the initial output. This should be seen as a user bug fixed with this enhancement.
  • Why is there a separate Debug release type with every Release release type? They seem identical and don't serve a purpose outside of the Debug button in IntelliJ / XCode. This seems to slow down builds by 2x.
  • What is the purpose of including iosX64? The only Apple products that have an X64 chip are pre-2020 MacBooks (which can simulate Arm64 iPhones anyways)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pending
Development

No branches or pull requests

1 participant