stfbee / fastlane-plugin-rustore

Fastlane плагин для заливки приложений в Rustore
MIT License
18 stars 7 forks source link

Загрузка AAB #4

Open kapitoshka438 opened 9 months ago

kapitoshka438 commented 9 months ago

Кажется, это свершилось: https://www.rustore.ru/help/work-with-rustore-api/api-upload-publication-app/apk-file-upload/file-upload-aab

MarinaRomanovna commented 4 months ago

появилась ли теперь возможность загружать .aab с помощью данного плагина?

Splicer97 commented 2 months ago

Добавил ПР с возможностью загрузки aab, но сам еще не тестировал https://github.com/stfbee/fastlane-plugin-rustore/pull/9

Splicer97 commented 2 months ago

Для того чтобы использовать форк добавьте в файл Pluginfile в папке fastlane строку gem 'fastlane-plugin-rustore', git: "https://github.com/Splicer97/fastlane-plugin-rustore", branch: "aab" и переустановите плагины fastlane install_plugins

cursxx commented 1 month ago

Для того чтобы использовать форк добавьте в файл Pluginfile в папке fastlane строку gem 'fastlane-plugin-rustore', git: "https://github.com/Splicer97/fastlane-plugin-rustore", branch: "aab" и переустановите плагины fastlane install_plugins

В Gemfile добавил: gem 'fastlane-plugin-rustore', git: "https://github.com/Splicer97/fastlane-plugin-rustore", branch: "aab"

Протестировал, ловлю следующие ошибки:

$ bundle exec fastlane ${DEPLOY_TO_RUSTORE}
[16:52:15]: Error loading plugin 'fastlane-plugin-rustore': /var/lib/gems/2.7.0/bundler/gems/fastlane-plugin-rustore-b84c1a083a36/lib/fastlane/plugin/rustore/actions/rustore_publish_action.rb:74: syntax error, unexpected constant, expecting ']'
          FastlaneCore::ConfigItem.new(key: :change...
          ^~~~~~~~~~~~
/var/lib/gems/2.7.0/bundler/gems/fastlane-plugin-rustore-b84c1a083a36/lib/fastlane/plugin/rustore/actions/rustore_publish_action.rb:78: syntax error, unexpected ']', expecting `end'
        ]
        ^
/var/lib/gems/2.7.0/bundler/gems/fastlane-plugin-rustore-b84c1a083a36/lib/fastlane/plugin/rustore/actions/rustore_publish_action.rb:86: syntax error, unexpected end-of-input, expecting `end'
cursxx commented 1 month ago

@Splicer97 @kapitoshka438

Подскажите, в ближайшее время ожидается аппрув PR для AAB?