September 11, 2014
New features and updates in this AppBuilder (formerly Icenium) release are grouped as follows:
For a list of issues you need to be aware of in this release, see Known Issues.
This section contains features and updates across all AppBuilder clients and tools (formerly Icenium).
This section contains features and updates in the AppBuilder in-browser client (formerly Icenium Mist).
HTML files.This section contains features and updates in the AppBuilder Windows client (formerly Icenium Graphite).
This section contains features and updates in the AppBuilder extension for Visual Studio (formerly Icenium extension for Visual Studio).
This section contains features and updates in the AppBuilder command-line interface.
IPA, APK, or XAP files from the bin and obj subdirectories from your application package.console.log for debugging in the device simulator on OS X systems.This section contains features and updates in the AppBuilder package for Sublime Text.
console.log for debugging in the device simulator on OS X systems.This section contains notable resolved issues in AppBuilder.
This section contains notable resolved issues across all mobile platforms that AppBuilder supports.
Missing the required key: CFBundleShortVersionString.Waiting for Upload state. This section contains notable resolved issues in the AppBuilder in-browser client (formerly Icenium Mist).
This section contains notable resolved issues in the AppBuilder Windows client (formerly Icenium Graphite).
System.InvalidOperationException: This repository is not part of your GitHub repositories.localFileSystem.root.getFile does not work properly.Add to Watch and Evaluate in Console options show incorrect values.This section contains notable resolved issues in the AppBuilder extension for Visual Studio (formerly Icenium extension for Visual Studio).
localFileSystem.root.getFile does not work properly.TypeScriptCompile build action setting and does not include your TypeScript project in the built application package..abproject project file for your file is hidden on your file system, you cannot save changes to the project properties. This section contains notable resolved issues in the AppBuilder command-line interface.
appbuilder build <Platform> --download, the AppBuilder command-line interface prints an incorrect file path for the download location.appbuilder device log is running, the AppBuilder command-line interface becomes unresponsive.localFileSystem.root.getFile does not work properly.appbuilder appmanager upload, the AppBuilder command-line interface throws an exception.appbuilder init hybrid on the same project more than once.This section contains notable resolved issues in the AppBuilder companion app.
AppBuilder now sets CFBundleShortVersionString for your iOS apps
If you have previously modified your Info.plist, AppBuilder cannot set CFBundleShortVersionString properly and you might not be able to upload your app to iTunes Connect. Verify that the following code is present in your modified Info.plist.
<key>CFBundleShortVersionString</key>
<string>$BundleVersion$</string>