1. 04 8月, 2015 1 次提交
    • I
      Allow iOS apps to restart by copying the app.skyx to the Documents · 05779881
      Ian Fischer 提交于
      directory on the device.
      
      This work is to support a workflow where developers testing on an iOS
      device will automatically see their app updates as they change their Sky
      code. Currently this works by using the ios-deploy tool:
      $ ios-deploy --bundle_id 'org.domokit.sky.game' --upload out/ios_Debug/game_app.app/app.skyx --to Documents/app.skyx
      Upcoming commits will incorporate this into skytool.
      05779881