iOS build should be more "ITC friendly" (can we have more options in .uxproj?)

While uploading files to iTunes Connect for TestFlight, I noticed the following message : ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle ‘(redacted)’."

So, I’d like to see the following :

  • an option (in .unoproj) to tell if the app is iPad/iPhone or Universal;
  • fuse should create defaults for the launch images, like it does for the icons;
  • a documented option (in .unoproj) to set the orientations. Today we have ‘Orientations’ but what values are allowed?
  • (wish) a option to set the team id. Today I’m just patching the file before using fastlane;
  • the iPad Pro icon is missing in .unoproj;

Also, seriously, we need better documentation on export. Look at https://www.fusetools.com/learn/guides/preview-and-export-ios for instance, there is absolutely no mention how to change the default icon, launch images, or even the bundle id.

Great suggestions Marcelo, we’re making a few tickets on them now. :slight_smile:

And yes, export documentation needs some love. Right now it’s a little scattered – for example the default icon setup, launch images and such you can find documented here: https://www.fusetools.com/learn/uno#uno-project-format-overview (but it looks like you might have found it already since you commented on the missing iPad Pro icon setting).

Yup, I noticed the documentation about that :slight_smile:

And I apologize for being harsh. I just wanted to point out the documentation about the export process would benefit with a link to the uno project format :slight_smile:

Haha, on relax - your post wasn’t harsh at all. :slight_smile: Pointing out glaring holes in our documentation and/or file-format specs is perfectly fine. Not a trace of profanity in your post, which is appreciated :slight_smile:

Hey, thanks for the new options in unoproj :smiley: