fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Support for Universal tvOS/iOS apps #539

Closed hufkens closed 8 years ago

hufkens commented 8 years ago

I tried the latest version of fastlane and deliver on my tvOS project. The project is not a standalone tvOS app, but I added one to my iOS app.

When I run deliver it will only download the iOS part. Technically both Xcode projects are different projects and can have a different fastlane setup. At the moment I can't find a way to set this up.

Is there a way to use fastlane on tvOS project that has the same bundle id as it's iOS app?

samrobbins commented 8 years ago

@hufkens There are some assumptions in spaceship that make this a non trivial task, at least in my eyes. I would like to tackle this at some point but it's not on the horizon yet. Happy coding.

hufkens commented 8 years ago

All right. Good to know. I just wanted to check since the tvOS support was announced. So building with gym should work, only the iTunes Connect stuff is not yet supported. Right?

Keep up up the good work 👍

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1533. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: