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

Fix Upload to MacAppStore #1849

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Fix Upload to MacAppStore #1849

merged 1 commit into from
Apr 25, 2024

Conversation

martinking71
Copy link
Contributor

Describe your changes

Info.plist is set multiple times in the CMake project and this causes a failure to upload to the MacAppStore with shared bundle path failure as the same asset is in 2 places.

Removed one instance of Info.plist from CMakelists.txt so it's not double included in a mac project - shouldn't be in the Resources folder should just be in the root of the app folder

Issue ticket number and link

Checklist before requesting a review

For each PR

  • Add Copyright if it missed:
    - "Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."

  • [x ] I have performed a self-review of my code.

    Optional:

    • [x ] I have checked readme and add important infos to this PR.
    • I have added/adapted some tests too.

For core/new feature PR

  • [ x] I have checked readme and add important infos to this PR.
  • I have added thorough tests.

Set elsewhere and fails upload to MacAppStore with shared bundle path
@halx99 halx99 added this to the 2.1.3 milestone Apr 25, 2024
@halx99 halx99 added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Apr 25, 2024
@halx99 halx99 merged commit 7bbcb86 into axmolengine:dev Apr 25, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants