瀏覽代碼

Added note on contentless bundle

Björn Ritzl 2 年之前
父節點
當前提交
d5e535789c
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/en/manuals/dev-app.md
  2. 二進制
      docs/en/manuals/images/dev-app/contentless-bundle.png

+ 4 - 0
docs/en/manuals/dev-app.md

@@ -17,6 +17,10 @@ Any iOS or Android application that is bundled in Debug mode will be able to act
 The stand-alone version will only work for projects without any [native extensions](/manuals/extensions/). If your project contains native extensions you must bundle a Debug variant of your project to ensure that the dev app contains the native extensions that you intend to use.
 :::
 
+Starting with Defold 1.4.0 it is possible to bundle a Debug variant of your project without any content. Use this option to create a version of your application with native extensions, suitable for iterative development as described in this manual.
+
+![content less bundle](images/dev-app/contentless-bundle.png)
+
 ### Installing on iOS
 
 Follow the [instructions in the iOS manual](/manuals/ios/#creating-an-ios-application-bundle) to bundle for iOS. Make sure to select Debug as variant!

二進制
docs/en/manuals/images/dev-app/contentless-bundle.png