OlivierLDff / QtIosCMake

📱 Deploy Qt Application for iOS with a single macro when using CMake.
BSD 3-Clause "New" or "Revised" License
58 stars 15 forks source link

UILaunchStoryboardName should not contains extension #8

Closed Dushistov closed 4 years ago

Dushistov commented 4 years ago

This problem drives me nuts. It compiles and work just fine. But AppStore validator keep complains about missing LaunchScreen storyboard. And after comparing with basic Xcode/Swift project I find out that correspoinding field should not contains file extension.

OlivierLDff commented 4 years ago

Can you use spaces for indentation to keep consistency? Thanks for the PR

Dushistov commented 4 years ago

Can you use spaces for indentation to keep consistency?

should be fixed now