UNPKG

shipthis

Version:

ShipThis manages building and uploading your Godot games to the App Store and Google Play.

11 lines (8 loc) 253 B
import { B as BaseAuthenticatedCommand } from './index-BwnzoldS.js'; class BaseAppleCommand extends BaseAuthenticatedCommand { async init() { await super.init(); await this.ensureWeHaveAppleCookies(); } } export { BaseAppleCommand as B };