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

[cmake/Xcode] - fix missing text and icon resources when using target Xcode #14693

Merged
merged 1 commit into from Oct 24, 2018

Conversation

Memphiz
Copy link
Member

@Memphiz Memphiz commented Oct 23, 2018

When using Xcode as cmake generator the launch images, app icons and text resources were placed into Kodi.app/Kodi.app instead of Kodi.app.

Not sure if this changed with recent Xcode versions or not - but it resulted in broken app bundle when using Xcode.
Jenkins uses make generator and was not affected.

@Memphiz Memphiz added Type: Fix non-breaking change which fixes an issue Platform: iOS v18 Leia labels Oct 23, 2018
else()
set(RESOURCE_LOCATION ".")
endif()
set(RESOURCE_LOCATION ".")

This comment was marked as spam.

@Memphiz
Copy link
Member Author

Memphiz commented Oct 23, 2018

changed

Copy link
Member

@Rechi Rechi left a comment

Choose a reason for hiding this comment

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

If it works, not tested myself.

@Memphiz Memphiz merged commit ae5103b into xbmc:master Oct 24, 2018
@Memphiz Memphiz deleted the fix_xcode_resources branch October 24, 2018 05:09
@Rechi Rechi added this to the Leia 18.0-beta5 milestone Oct 24, 2018
@Rechi Rechi added the CMake label Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake Platform: iOS Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants