quick-start-02-03.shell 746 B

1234567891011121314151617181920
  1. [~/]$ swift-bundler create HelloWorld --template SwiftCrossUI
  2. info: Creating package from the 'SwiftCrossUI' template
  3. info: Applying 'Base' template
  4. info: Applying 'SwiftCrossUI' template
  5. info: Updating indentation to 'spaces=4'
  6. info: Done in 0.47s. Package located at './HelloWorld'
  7. [~/]$ cd HelloWorld
  8. [~/HelloWorld/]$ swift-bundler run
  9. info: Loading package manifest
  10. info: Starting debug build
  11. ...
  12. Build of product 'HelloWorld' complete! (93.60s)
  13. info: Bundling 'HelloWorld.app'
  14. info: Copying executable
  15. info: Creating 'PkgInfo'
  16. info: Creating 'Info.plist'
  17. info: Copying dynamic libraries
  18. info: Codesigning app bundle
  19. info: Done in 96.26s. App bundle located at './.build/bundler/apps/HelloWorld/HelloWorld.app'
  20. info: Running 'HelloWorld.app'