id
int64
0
5.38k
issuekey
stringlengths
4
16
created
stringlengths
19
19
title
stringlengths
5
252
description
stringlengths
1
1.39M
storypoint
float64
0
100
2,411
TISTUD-7720
09/21/2015 17:31:00
watchos2 section disappears if the SDK changes are not saved in tiapp
Watchos2 app section is getting disappeared from tiapp editor after creating a new watch os2 app through ti app editor. Steps: 1. Open any 4.x sdk selected tiapp.xml editor 2. Switch the sdk version from 4.x to 5.0 (Don't save here!) 3. Click on 'create' from watch os 2 app section. 4. Provide the watch os2 app name 5. watchos2 app will be created successfully in the project but watchos2 app section is disappeared from tiapp editor. To get it back, we have to close the editor and re-open it. Actual: Watchos2 app section is getting disappear after creating a watchos2 app. Expected: Watchos2 app section should not disappear and it should show the app location in tiapp editor.
5
2,412
TISTUD-7721
09/23/2015 10:37:55
Allow user to abort "Appcelerator CLI is currently installing or upgrading"
The only way to resolve _Appcelerator CLI is currently installing or upgrading_ is to let users manually delete the {{~/.appcelerator/.installing}} file. The alert should ask the user if he wishes to abort the current installation process. Related Q&A: https://community.appcelerator.com/topic/3439/can-t-setup-cli-correctly-on-windows-7-x64
5
2,413
TISTUD-7723
09/23/2015 23:44:14
Do NOT limit console output by default
By default, Studio limits console output to 200,000 characters. This is ridiculous. The builds are more verbose these days and this default makes no sense. I recommend disable limiting console output by default. Otherwise, bump this to something like 1M.
5
2,414
TISTUD-7725
09/24/2015 19:29:17
Studio defaults to Beta Update stream for GA builds
For GA builds of Studio, the default update stream points to {{Beta}}. Due to that, Studio tries to download SDKs from Beta stream (3.5.x), even though 5.0.0.GA is available in the master stream. - The GA builds of Studio should always points to master stream. - Studio should consider the latest version from stable stream, if its version is higher than the release branch highest version.
5
2,415
TISTUD-7726
09/24/2015 19:31:19
Studio throws NPE while trying to save orgs
When a new installation of Studio is run on a new workspace, then it ends up throwing NullPointerException while trying to cache a copy of orgs in the workspace.
3
2,416
TISTUD-7730
09/25/2015 18:14:52
Alloy: Remove unnecessary CLI call when creating an Alloy project
h5.Description When creating an Alloy project from Studio it makes two CLI calls, initially it makes an {{appc new}} call to create the project and then {{appc alloy new}} to generate an Alloy project. With the appc CLI it is unnecessary to make the second call and the it actually overwrites the ArrowDB related code injected to the app on project creation by the CLI. {code} !ENTRY com.aptana.core 1 0 2015-09-25 18:05:07.946 !MESSAGE (Build 4.3.1.201509222258) [INFO] com.aptana.core/debug/shell Running process: Process: "C:\Users\Ewan\AppData\Roaming\npm\appcelerator.CMD" "new" "--type" "titanium" "--platforms" "android,mobileweb,windows" "--id" "com.fwan" "--name" "alloyTwoCalls" "--sdk" "5.0.1.v20150924103934" "--project-dir" "F:\Documents\Appcelerator_Studio_Workspace\alloyTwoCalls" "--force" "--no-services" "--no-colors" "--no-progress-bars" "--no-prompt" "--no-banner" "--prompt-type" "socket-bundle" "--prompt-port" "51947" !ENTRY com.aptana.core 1 0 2015-09-25 18:05:25.370 !MESSAGE (Build 4.3.1.201509222258) [INFO] com.aptana.core/debug/shell Running process: Process: "C:\Users\Ewan\AppData\Roaming\npm\appcelerator.CMD" "alloy" "new" "--force" "F:\Documents\Appcelerator_Studio_Workspace\alloyTwoCalls" "default" "--no-colors" "--no-progress-bars" "--no-prompt" "--no-banner" "--prompt-type" "socket-bundle" "--prompt-port" "51947" {code} h5.Steps to reproduce 1. Clear your Studio logs, Help->Studio->View Log File 2. Create an Alloy project 3. Check your Studio logs, Help->Studio->View Log File h5.Actual result There will be an {{appc new}} call and then an {{appc alloy new}} call h5.Expected result Only an {{appc new}} call is needed to create an Alloy project so the {{appc alloy new}} call should not happen
3
2,417
TISTUD-7731
09/28/2015 03:16:12
Unable to build Android Module Project After upgrade to latest 4.3.0
h6.Reproduce Customer facing this problem. 1. Create a new Mobile Module Project targeting Android. 2. Attempt to Package the module. h6.Expect Result Should build well. h6.Actual Result. 1. Not able to build the module. attached the screen shot. 2. There is a red X error indicator next to the project but nowhere else within the project tree. See the attached screenshots. h6.Note Only happened to customer, I can't reproduce it in my own env. attached ti info output and appc log file as well.
5
2,418
TISTUD-7732
09/28/2015 03:48:56
NullPointerException when trying to Configure SDK
https://community.appcelerator.com/topic/479/nullpointerexception-when-trying-to-configure-sdk NullPointerException is thrown when Xcode 7.0 does not have any watchos 2 simulators. Please find the attachments for iPhone log and studio log
3
2,419
TISTUD-7740
10/02/2015 14:25:52
Unable to submit a JIRA ticket via Studio as "versions" is not defined
# Help > Studio > Submit a ticket... # Log in # Fill out fields # Error reported is: "Field 'versions' cannot be set"
3
2,420
TISTUD-7741
10/02/2015 14:42:08
Add prominent display of "what you like/what can be better" to solicit feedback
Based on what Microsoft is doing in Outlook, let's add a icon to the toolba to allow people to submit feedback more easily. It can just launch the "Submit a JIRA ticket" window.
8
2,421
TISTUD-7743
10/02/2015 19:34:34
Studio hangs in Verifying state during startup
A community user is on Node 4.0, and reported that Studio is hanging during startup in "Verifying" state. When I asked for {{appc whoami --full -o json}} output, it contains {{module loading errors}} along with the json output. Looks Studio is failing to parse the JSON output, and got hung up in the same state. Studio has to fail over the invalid JSON output, and has to recover from that state.
5
2,422
TISTUD-7800
10/05/2015 12:02:36
Creating a controller in a folder doesn't work
When you right-click on a folder within the "controllers" folder, and try to generate a new controller by clicking "new -> Alloy Controller" it will not be generated within that folder, but be added to the root "controllers" folder, and the generated controller/view/tss files need to be moved to the folder manually. Imo this should be fixed as it is also advised to work with folders within the controllers folder.
5
2,423
TISTUD-7746
10/05/2015 13:59:53
LiveView via CLI does not work (anymore) until it has been used via Studio after install/update
LiveView is a CLI plugin that lives under Studio and is not hooked into the (Unified) Titanium CLI until it has been run via Studio. Every time the LiveView version changes because you've updated Studio you also have to run it once via Studio to have the hook path updated. The LiveView hook should be moved to the Unified CLI so that it no longer depends on Studio.
8
2,424
TISTUD-7747
10/05/2015 14:51:09
LiveView does not work: Script Error Couldn't find module: localeStrings for architecture: x86_64
We've had a number of users reporting LiveView does not work anymore on Q&A: https://community.appcelerator.com/topic/3518/error-script-error-couldn-t-find-module-localestrings-for-architecture-x86_64/11 On a freshly installed El Capitan I can now reproduce this as well, every time. LiveView never works. Suspecting NodeJS was involved, I've tried both the version our installers installs (0.10.37), 0.10.40 and 0.12.7 but all with the same result: {code} [INFO] : Launching iOS Simulator [LiveView] version 1.0.8 [LiveView] File Server Started on Port 8324 [LiveView] Event Server Started on Port 8323 [INFO] : Application started [INFO] : LiveView/1.0 (5.0.2.92c2265) [ERROR] : Script Error Couldn't find module: localeStrings for architecture: x86_64 {code} I've done some debugging in https://github.com/appcelerator/liveview/blob/master/build/liveview.js The following I found at [#391|https://github.com/appcelerator/liveview/blob/master/build/liveview.js#L391]: {code} [INFO] : url undefined [INFO] : defaultURL 10.0.1.4 {code} The last is my computer's public IP. The following I've found on [#562|https://github.com/appcelerator/liveview/blob/master/build/liveview.js#L562]: {code} [INFO] : readyState 4 [INFO] : status 0 [INFO] : responseText The operation couldn’t be completed. No such file or directory {code} As pointed out in the Q&A, indeed changing the {{defaultURL}} to {{127.0.0.1}} resolves the issue. *So it seems using the computer's public IP is not working but it's unclear why for some and for me before it does.*
8
2,425
TISTUD-7753
10/06/2015 21:55:39
Intermitent Android Build stuck with liveView activated
h6.Issue Description After building an android app for few times, the build process is getting stuck after the below log statement. [INFO] : Writing build manifest: /Users/eswarjayavarapu/Desktop/Eswar/AppceleratorWorkspace/Envoy/build/android/build-manifest.json After this point, the build process is working only after system restart. This only happen if the liveView is activated. h6.Steps to Reproduce # Create an android project # Run for Android 5.X # At any moment build can get stuck. **Attached the client build and my build
5
2,426
TISTUD-7754
10/07/2015 04:01:04
Windows Installer: Installer should install NodeJS 4.2.2 on a clean machine
Appcelerator Studio Windows Installer should install NodeJS 4.2.2 on a clean machine.
3
2,427
TISTUD-7755
10/07/2015 04:15:28
Installers: Update go.appcelerator.com with the new Node.js version 4.2.2
Update go.appcelerator.com with the new node.js version 4.1.0 *For Windows* Current url: http://go.appcelerator.com/installer_nodejs_windows_10_37.msi New url: Let's use generalized url so that we need not change every time in the installer http://go.appcelerator.com/installer_nodejs_windows.msi *For Mac* URL: http://go.appcelerator.com/installer_nodejs_osx update the existing url to point new node.js 4.1.0 version
5
2,428
TISTUD-7756
10/07/2015 06:44:39
During the studio update check, verify minimum required node.js version to 0.12.7
During the studio update check, verify whether system is having minimum required node.js version to 0.12.7. If the minimum required version is not found then show the update site wizard with node 4.1.0 as a prerequisite.
3
2,429
TISTUD-7758
10/07/2015 08:56:02
Studio 4.3.1 only has beta Software Site and switching via Studio > Updates doesn't change it
Installing a brand-new version of Studio via the installer set the update stream to "Beta" even if externally it appears you are set to "stable"
5
2,430
TISTUD-7759
10/07/2015 19:12:46
2000 threads are created in a thread pool after re-launching app multiple times
I tried to re-launch an app multiple times (with liveview, though it doesn't matter), and Studio was kept running for more than a day. There is a slightly sluggish performance with Studio, and when I captured jstack output of the process, I did notice that there are around 1500-2000 threads created in thread pool. Essentially, for every launch, we are creating 3 threads to read error/output stream and write to input stream. Those threads are not being cleaned up after the launch is terminated. Attached jstack output.
8
2,431
TISTUD-7763
10/09/2015 05:43:39
Integrate error reporting from Appc Studio into analytics server
If there are any errors occurred in user's environment, then it typically log the error/exceptions into its workspace log file. We don't get to see those kind of exceptions unless user creates a jira ticket with the log file. Appc Studio has to send the error details back to Appc analytics server (need to find out endpoint) using the existing Error Reporting functionality available in Eclipse Mars (4.5). We need to investigate about the integration of Error reporting, and our endpoint to aggregate the data.
8
2,432
TISTUD-7766
10/11/2015 02:46:45
Trial reminder on Studio Login and Logout
When a user logs in or out of Studio they should be reminded they are in trial along with the expiration. *Text* Thank you for trying the Appcelerator Platform. Just as a reminder while in Trial you are unable to publish applications to any AppStore. Checkout our pricing at https://www.appcelerator.com/pricing or Click here to purchase <link to billing>
5
2,433
TISTUD-7769
10/13/2015 09:40:15
On Login splash screen "Remember my Email Address" label foreground color looks black on windows and white on mac os
On Login splash screen "Remember my Email Address" label foreground color looks black on windows and white on mac os. Ideally it should be white. Looks like Windows os doesn't respect the foreground color for Button/Button with checkbox https://bugs.eclipse.org/bugs/show_bug.cgi?id=23837 http://stackoverflow.com/questions/4747562/how-to-set-swt-button-foreground-color/6704096#6704096 Expected: "Remember my Email Address" text name on splash screen should appear in white color in Windows OS.
5
2,434
TISTUD-7779
10/13/2015 23:00:18
If you have Node 0.10.X installed, you cannot log into Studio 4.4.0
*Details:* If you have Node 0.10.X installed, you cannot log into Studio 4.4.0. I've updated my Studio via Jenkins branch. *Workaround:* Install Node 0.12.7 and up. *Steps to reproduce:* # Make sure you have Node 0.10.X installed on your machine # Make sure you update your Studio to 4.4.0 # Open Appc Studio and try to log in *Actual:* You will not be able to log into Studio; the log in button will become unresponsive. *Expected:* You should be able to log into Studio 4.4.0 with Node 0.10.X.
5
2,435
TISTUD-7782
10/15/2015 00:34:02
Improve startup performance by loading orgs in the background
The Status controller now shows user name along with their active organization in the tooltip. It tries to load organizations and then, show the active org name in the status. Since loading the orgs happens in UI thread, it slows down the startup time of Studio (it spends more time loading in splash screen). For showing username/org in the status bar, we should load orgs in the background thread. So, we should never loads the orgs in the main thread.
5
2,436
TISTUD-7783
10/16/2015 00:01:53
When you create new project, the App Id field and URL field are in the reverse order
*Details:* When you create a new mobile project in Studio, the URL field is before the App Id field; *this is a regression from Studio 4.3.1*. *Steps to reproduce:* # In Studio, create a new Mobile App Project # Select either the default Alloy project or default Titanium project # Then, click next in the wizard *Actual:* The URL field is before the App Id field; see attachments. *Expected:* The App Id field should be before the URL field.
5
2,437
TISTUD-7784
10/17/2015 00:32:54
Clicking on publish for android packaging opens android studio preferences window
h5. Steps To Reproduce: 1. Create an app for android. 2. Select packaging option in studio 4.4.0.201510161811. 3. Click the play button. 4. Fill in all the necessary details for packaging like keystore password, distribution location etc. 5. Click publish. h5. Actual Result: 1. After clicking publish the studio android preferences window pops up. h5. Expected Result: 1. Clicking the publish button should package the app.
5
2,438
TISTUD-7799
10/20/2015 09:33:02
Error connecting to profiler and debugger: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"
iOS app Debugging/profiling is getting failed with Mac OS El Captain(I am not sure whether it's an OS issue or not, but debugging used to work properly with an earlier version). Below is the error which is thrown. {code} [ERROR] : Error connecting to profiler: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory " {code} *Steps:* 1. Create an alloy/classic app 2. Run with "Profile or Debug" for iOS Simulator *Actual:* App is unable to run either in debugger or profiler mode. And, app is not getting launched in simulator. Please find the console log: {code} Appcelerator Command-Line Interface, version 5.0.3 Copyright (c) 2014-2015, Appcelerator, Inc. All Rights Reserved. TRACE | __command__ search paths: [ "/Users/kondalkolipaka/.appcelerator/install/5.0.3/package", "/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules", "/Users/kondalkolipaka/development/eclipse/Eclipse.app/Contents/MacOS/node_modules", "/Users/kondalkolipaka/development/eclipse/Eclipse.app/Contents/node_modules", "/Users/kondalkolipaka/development/eclipse/Eclipse.app/node_modules", "/Users/kondalkolipaka/development/eclipse/node_modules", "/Users/kondalkolipaka/development/node_modules", "/Users/kondalkolipaka/node_modules", "/Users/node_modules", "/node_modules", "/Users/kondalkolipaka/.appcelerator/.npm/lib/node_modules" ] DEBUG | [PLUGIN-LOAD] 0ms /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/appc.js DEBUG | [PLUGIN-LOAD] 573ms /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/appc.js DEBUG | [PLUGIN-LOAD] 1ms /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/arrow/appc.js log level set to "trace" executing command "run" Preproduction Environment Active set environment to {"registry":"https://software-preprod.cloud.appctest.com","security":"https://security-preprod.cloud.appctest.com","baseurl":"https://360-preprod.cloud.appctest.com"} checking credentials for existing session Attempting to load session info from config file check if session is invalidated session expiry 1445925862642 false Arrow Cloud config file: /Users/kondalkolipaka/.acs found Arrow Cloud login { mid: 'af31ce68ea17b4a8fff2b7dcdb8fccd67d6bddfe', publishPort: 443, publishHost: 'https://admin.cloudapp-enterprise-preprod.appctest.com', username: '[email protected]', cookie: [ 'connect.sid=s%3A9wNrp1uBdPmXuQaD5bG5qset.iEIHKwr8JT0GWKQzOQYCvsk9FSQ7rzlioEQXP%2Fj5kWw; Path=/; Expires=Wed, 21 Oct 2015 06:04:46 GMT; HttpOnly' ], defaultEP: { publishHost: 'https://admin.cloudapp-enterprise-preprod.appctest.com', publishPort: 443 } } , checking nodeACSEndpoint= https://admin.cloudapp-enterprise-preprod.appctest.com Arrow Cloud cookie expiry [ 1445407486000 ] session already loaded in opts.session getCredentials() session: { "ipaddress": "192.168.0.112", "username": "[email protected]", "password": "<OMITTED>", "session": "<OMITTED>", "nonce": "<OMITTED>", "environment": { "name": "production", "isProduction": true, "acsBaseUrl": "https://preprod-api.cloud.appctest.com", "acsAuthBaseUrl": "https://dolphin-secure-identity.cloud.appcelerator.com", "nodeACSEndpoint": "https://admin.cloudapp-enterprise-preprod.appctest.com" }, "token": "<OMITTED>", "fingerprint": "af31ce68ea17b4a8fff2b7dcdb8fccd67d6bddfe", "fingerprint_description": "Mac OSX Serial Number: C02GH2D3DRJC", "org_id": 100000780, "expiry": 1445925862642 } loading plugins for command "run" run search paths: [ "/Users/kondalkolipaka/.appcelerator/install/5.0.3/package", "/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules", "/Users/kondalkolipaka/development/eclipse/Eclipse.app/Contents/MacOS/node_modules", "/Users/kondalkolipaka/development/eclipse/Eclipse.app/Contents/node_modules", "/Users/kondalkolipaka/development/eclipse/Eclipse.app/node_modules", "/Users/kondalkolipaka/development/eclipse/node_modules", "/Users/kondalkolipaka/development/node_modules", "/Users/kondalkolipaka/node_modules", "/Users/node_modules", "/node_modules", "/Users/kondalkolipaka/.appcelerator/.npm/lib/node_modules" ] [PLUGIN-LOAD] 0ms /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/appc.js [PLUGIN-LOAD] 414ms /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/appc.js run plugin: /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium [PLUGIN-LOAD] 1ms /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/arrow/appc.js run plugin: /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/arrow plugin "arrow" failed its "when" function check, skipping... loading plugin "titanium" for command "run" CLI options via function loading plugin "titanium" for command "run" CLI options via array Duplicate option "colors" for command "run", removing... executing command "run" with the following plugins: ["titanium"] TRACE | Attempting to load session info from config file TRACE | check if session is invalidated TRACE | session expiry 1445925862642 false TRACE | session already loaded in opts.session DEBUG | Titanium Downloads Last Checked: 1445313325968 TRACE | "/usr/local/bin/node" "/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/node_modules/titanium/bin/titanium" config -o json-object TRACE | "/usr/local/bin/node" "/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/node_modules/titanium/bin/titanium" sdk -o json TRACE | checking for titanium, result: { activeSDK: '5.2.0.v20151019184553', defaultInstallLocation: '/Users/kondalkolipaka/Library/Application Support/Titanium', installLocations: [ '/Users/kondalkolipaka/Library/Application Support/Titanium', '/Library/Application Support/Titanium' ], installed: { '5.2.0.v20151019184553': '/Users/kondalkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.v20151019184553', '5.0.2.GA': '/Users/kondalkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA' }, sdks: { '5.2.0.v20151019184553': { name: '5.2.0.v20151019184553', manifest: [Object], path: '/Users/kondalkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.v20151019184553' }, '5.0.2.GA': { name: '5.0.2.GA', manifest: [Object], path: '/Users/kondalkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA' } } } TRACE | /usr/local/bin/node [ '/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/node_modules/titanium/bin/titanium', 'build', '--platform', 'ios', '--log-level', 'trace', '--sdk', '5.2.0.v20151019184553', '--project-dir', '/Users/kondalkolipaka/development/workspaces/runtime-Titanium-360/app5', '--target', 'simulator', '--ios-version', '9.0', '--device-family', 'universal', '--deploy-type', 'development', '--sim-type', 'iphone', '--sim-version', '9.0', '--device-id', '2B5681C9-DB62-4917-AE3E-37B1D79AB4AA', '--profiler-host', '192.168.0.112:58214', '--skip-js-minify', '--no-colors', '--no-progress-bars', '--no-prompt', '--prompt-type', 'socket-bundle', '--prompt-port', '63446', '--username', '[email protected]', '--password', '[HIDDEN]', '--plugin-paths', '/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules', '--config-file', '/var/folders/9n/xpk1tm596cbctmwyfhcqysfw0000gn/T/build-1445328688793.json', '--no-banner' ] { env: { SHELL: '/bin/bash', TMPDIR: '/var/folders/9n/xpk1tm596cbctmwyfhcqysfw0000gn/T/', SHLVL: '1', JAVA_HOME: '/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home', STUDIO_PRODUCT_ID: 'com.appcelerator.titanium.rcp.product', JAVA_MAIN_CLASS_35192: 'org.eclipse.equinox.launcher.Main', __CF_USER_TEXT_ENCODING: '0x1F5:0x0:0x0', STUDIO_VERSION: '4.4.0.qualifier', PATH: '/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin', ANALYTICS_SOURCE: 'studio', XPC_FLAGS: '0x0', APTANA_VERSION: '4.4.0.qualifier', COMMAND_MODE: 'unix2003', USER: 'kondalkolipaka', PWD: '/Users/kondalkolipaka/development/eclipse/Eclipse.app/Contents/MacOS', APP_ICON_768: '../Resources/Eclipse.icns', HOME: '/Users/kondalkolipaka', STUDIO_NAME: 'Appcelerator Studio', XPC_SERVICE_NAME: 'com.apple.xpc.launchd.oneshot.0x1000000f.eclipse', LOGNAME: 'kondalkolipaka', JAVA_STARTED_ON_FIRST_THREAD_768: '1', Apple_PubSub_Socket_Render: '/private/tmp/com.apple.launchd.zDDbfEmwv2/Render', SSH_AUTH_SOCK: '/private/tmp/com.apple.launchd.OsUway5g8m/Listeners', LANG: 'en_US.UTF-8', JAVA_STARTED_ON_FIRST_THREAD_35192: '1', APPC_NPM_VERSION: '4.2.0', npm_config_cache: '/Users/kondalkolipaka/.appcelerator/.npm', npm_config_prefix: '/Users/kondalkolipaka/.appcelerator/.npm', APPC_INSTALL_DIR: '/Users/kondalkolipaka/.appcelerator/install', APPC_INSTALL_BIN_DIR: '/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/bin/appc', APPC_CONFIG_PROXY: '', NODE_PATH: '/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules:/Users/kondalkolipaka/.appcelerator/cache/node_modules:', APPC_SUPPRESS_PROGRESS: 'true', APPC_REGISTRY_SERVER: 'https://software-preprod.cloud.appctest.com', APPC_SECURITY_SERVER: 'https://security-preprod.cloud.appctest.com', APPC_DASHBOARD_URL: 'https://360-preprod.cloud.appctest.com', APPC_ENV: 'preproduction', APPC_SESSION_TOKEN: 'd6b613747fe4a5ffec203678f4ccf227ae6b7422%20dbJb%2BQGydFVLxzb6jmVRC1yA9r%2FAudNgcYBNW1MceSADHjkkm%2B9zLMzwG7peXGNE%2Fxy5r5Q4Qe2emKKjkobXgAJ13OOojkhmt70Fgfgi2Y4ztv3%2BT%2B2AA3Ej6hpIfEw9%2Bl8EVQMl%2BMkDT3Mwe6fscAfr2qfVMdp7kS%2FEYoNxonmCfJi9694btJNNVt8dUB5R4j3AiaQI%2BJF7BEoo4gZDLRObHw91rzmut5cXwETfE1wRTKqa2OipLWeV%2FGHXrT4z%2FhYMPnqnsa%2FS9x2ddqCzv8WnpWDhiin8VroBVPTYMPg9H1%2FT5WJ%2FjjWGE9YVSELOs28DJ6qg3KO8wG3lAPmzCPtRUt4lNVxWp%2Bv%2BgwXHVFozLlZfHlWhTG7%2BVE%2FvruckbS3%2FgdkmJv%2FpMybddy%2Fteg18I2UzgYhpo4gg1I3ehe9HXVh1UeE4ieofCzo7LsA6HsACYzPm9jwkWyeS0N4i9PEGocWvZU60OuMeIVhHAP2hKe%2FBtT0oqFl%2FIpclutQSwFcHdjrgjLPWYVQ1TB3n%2Fy%2FBImOdSuaIOdCbnKo6RKg7UX7ES2UZWm6mWfbiZrAWTUlHfIB7VRnVtOrQhGgoE1X9JgZEwSvGI0KKt5WTYK7Ps8lZj3P6MdO8GGZ6jjyAzadaTn0Ifn%2BywJeJnMogZs0soU%2BUN88lBnxdtl%2Flfu1za1%2FlLVmcAJitg2iOh2hA6r%2BeR1kPMtbH3agU4XijeWi8mKdn%2FaFEVwszUQjW903A9F0LMEgQOZWHRsM5UIIj7HPQNMxRLVs%2BJOG%2BOoX2HzodWpHR6pC8vbCMSzFn1Ow%3D', APPC_SESSION_SID: 's%3AjYgsQ8hdh5yXnTX8nxy6J8yyv8HRcnMA.jhV1xEQLr3PmHW37yR3hdLwlKgj2NYgrxqQoj9CZzfY', APPC_SESSION_USERNAME: '[email protected]', APPC_SESSION_ORGID: '100000780', APPC_SESSION_ENV: '{"name":"production","isProduction":true,"acsBaseUrl":"https://preprod-api.cloud.appctest.com","acsAuthBaseUrl":"https://dolphin-secure-identity.cloud.appcelerator.com","nodeACSEndpoint":"https://admin.cloudapp-enterprise-preprod.appctest.com"}', APPC_SESSION_ENTITLEMENTS: '{"id":"54d8e49fce78815d81104cb3","name":"Team","partners":["acs","analytics"],"supportLink":"http://support2.appcelerator.com/","users":{"min":1,"max":-1},"testingDevices":{"min":0,"max":0},"allowProduction":true,"arrowPublish":true,"nativeSDK":false,"insights":true,"apiRateMonthPerSeat":10000000,"apiRateMinute":200,"pushRateMinute":200,"storageGBRateMonth":100,"eventRateMonthPerSeat":2000000,"daysDataRetained":365,"maxOrganizations":1,"dateRangeLimit":365,"dateRangeCustom":true,"exportMetrics":true,"exportAcs":true,"paid":true,"containerPoints":0,"containerPointsPerSeat":9,"_version":1}', ALLOY_PATH: '/Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/node_modules/alloy/bin/alloy' }, stdio: [ Socket { _connecting: false, _hadError: false, _handle: [Object], _parent: null, _host: null, _readableState: [Object], readable: true, domain: null, _events: [Object], _eventsCount: 4, _maxListeners: undefined, _writableState: [Object], writable: false, allowHalfOpen: false, destroyed: false, bytesRead: 0, _bytesDispatched: 0, _sockname: null, _writev: null, _pendingData: null, _pendingEncoding: '', fd: 0 }, Socket { _connecting: false, _hadError: false, _handle: [Object], _parent: null, _host: null, _readableState: [Object], readable: false, domain: null, _events: [Object], _eventsCount: 3, _maxListeners: undefined, _writableState: [Object], writable: true, allowHalfOpen: false, destroyed: false, bytesRead: 0, _bytesDispatched: 4859, _sockname: null, _writev: null, _pendingData: null, _pendingEncoding: '', _type: 'pipe', fd: 1, _isStdio: true, destroySoon: [Function], destroy: [Function] }, 'pipe' ] } 10/20/2015, 4:11:33 PM Operating System Name = Mac OS X Version = 10.11 Architecture = 64bit # CPUs = 8 Memory = 17179869184 Node.js Node.js Version = 4.1.0 npm Version = 2.14.3 Titanium CLI CLI Version = 5.0.5 Titanium SDK SDK Version = 5.2.0.v20151019184553 SDK Path = /Users/kondalkolipaka/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.v20151019184553 Target Platform = iphone Command /usr/local/bin/node /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/node_modules/titanium/bin/titanium build --platform ios --log-level trace --sdk 5.2.0.v20151019184553 --project-dir /Users/kondalkolipaka/development/workspaces/runtime-Titanium-360/app5 --target simulator --ios-version 9.0 --device-family universal --deploy-type development --sim-type iphone --sim-version 9.0 --device-id 2B5681C9-DB62-4917-AE3E-37B1D79AB4AA --profiler-host 192.168.0.112:58214 --skip-js-minify --no-colors --no-progress-bars --no-prompt --prompt-type socket-bundle --prompt-port 63446 --username [email protected] --password kondal@19519 --plugin-paths /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules --config-file /var/folders/9n/xpk1tm596cbctmwyfhcqysfw0000gn/T/build-1445328688793.json --no-banner [INFO] : Found Titanium plugin id=ti.alloy version=1.0 [INFO] : Deploy type: development [INFO] : Building for target: simulator [INFO] : Building using iOS SDK: 9.0 [INFO] : Building for iOS Simulator: iPhone 6 [INFO] : Building for device family: universal [INFO] : Minimum iOS version: 7.1 [INFO] : Debugging disabled [INFO] : Profiler enabled via profiler host: 192.168.0.112:58214 [INFO] : Set to copy files instead of symlinking [INFO] : Forcing clean build: /Users/kondalkolipaka/development/workspaces/runtime-Titanium-360/app5/build/iphone/build-manifest.json does not exist [INFO] : Initializing the build directory [INFO] : Found Alloy app in /Users/kondalkolipaka/development/workspaces/runtime-Titanium-360/app5/app [INFO] : Executing Alloy compile: /usr/local/bin/node /Users/kondalkolipaka/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/node_modules/alloy/bin/alloy compile /Users/kondalkolipaka/development/workspaces/runtime-Titanium-360/app5/app --config platform=ios,version=0,simtype=none,devicefamily=universal,deploytype=development,target=simulator --no-colors [INFO] : [config.json] config.json unchanged, using cached config.json... [INFO] : ----- MVC GENERATION ----- [INFO] : [global style] loading from cache... [INFO] : [index.xml] view processing... [INFO] : style: "index.tss" [INFO] : view: "index.xml" [INFO] : controller: "index.js" [INFO] : created: "Resources/iphone/alloy/controllers/index.js" [INFO] : created: "Resources/iphone/alloy/styles/index.js" [INFO] : [INFO] : [INFO] : [app.js] using cached app.js... [INFO] : [INFO] : ----- OPTIMIZING ----- [INFO] : - iphone/alloy.js [INFO] : - iphone/alloy/sync/localStorage.js [INFO] : - iphone/alloy/sync/properties.js [INFO] : - iphone/alloy/sync/sql.js [INFO] : [INFO] : Alloy compiled in 1.26289s [INFO] : Alloy compiler completed successfully [INFO] : Creating Xcode project [INFO] : Creating Entitlements.plist [INFO] : Creating Info.plist [INFO] : Disabling ATS [INFO] : Creating main.m [INFO] : Creating Xcode config files [INFO] : Copying Titanium libraries [INFO] : Copying Titanium iOS files [INFO] : Cleaning Xcode derived data [INFO] : Creating debugger and profiler plists [INFO] : Analyzing Resources directory [INFO] : Analyzing platform files [INFO] : Analyzing module files [INFO] : Analyzing localized launch images [INFO] : Analyzing CommonJS modules [INFO] : Creating asset catalog [INFO] : Creating app icon set [WARN] : Skipping Resources/iphone/[email protected] because app icons must not have an alpha channel [WARN] : Skipping Resources/iphone/[email protected] because app icons must not have an alpha channel [WARN] : Skipping Resources/iphone/appicon-76.png because app icons must not have an alpha channel [WARN] : Skipping Resources/iphone/[email protected] because app icons must not have an alpha channel [WARN] : Skipping Resources/iphone/appicon-Small-40.png because app icons must not have an alpha channel [WARN] : Skipping Resources/iphone/[email protected] because app icons must not have an alpha channel [WARN] : Skipping Resources/iphone/appicon-Small.png because app icons must not have an alpha channel [WARN] : Skipping Resources/iphone/[email protected] because app icons must not have an alpha channel [INFO] : Creating launch image set [INFO] : Creating assets image set [INFO] : Processing JavaScript files [INFO] : Writing app properties [INFO] : Writing i18n files [INFO] : Processing Titanium symbols [INFO] : Removing files [INFO] : Invoking xcodebuild [INFO] : Finished building the application in 1m 15s 276ms [INFO] : Launching iOS Simulator [INFO] : Application started [INFO] : app5/1.0 (5.2.0.419c5c2) [ERROR] : Error connecting to profiler: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" {code}
5
2,439
TISTUD-7793
10/20/2015 22:16:26
Wrong address in Studio License Agreement
The Address listed for Appcelerator in the License Agreement during installation is incorrect. See attached screenshot. *Steps to reproduce issue* 1. Run the Studio installer *Actual Results* The address listed in the license agreement is incorrect *Expected Results* The address is correct
2
2,440
TISTUD-7796
10/20/2015 22:38:26
If you run "npm ls -g appcelerator" when a pre-release version is installed, "npm ERR! code 1" is returned
*Details:* If you run "npm ls -g appcelerator", "npm ERR! code 1" is returned. *Note:* * This issue *does not occur* with Node 0.10.38. *Steps to reproduce:* # Make sure you have Node 4.X.X or 0.12.X # Install Appc CLI NPM: {{sudo npm install -g [email protected]}}. It HAS to be a pre-release (including a -X in the version #) # Next, run the following command in your ~ path: {{npm ls -g appcelerator}} *Actual:* The following error is returned: {code} WilsonComputer:~ wluu$ npm ls -g appcelerator npm WARN unmet dependency /usr/local/lib/node_modules/gittio/node_modules/update-notifier requires request@'^2.36.0' but will load npm WARN unmet dependency /usr/local/lib/node_modules/gittio/node_modules/request, npm WARN unmet dependency which is version 2.30.0 npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/npmconf requires semver@'2' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/semver, npm WARN unmet dependency which is version 5.0.3 npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/npmconf requires uid-number@'0.0.5' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/uid-number, npm WARN unmet dependency which is version 0.0.6 npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data requires semver@'2 || 3' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/semver, npm WARN unmet dependency which is version 5.0.3 npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg requires semver@'4' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/semver, npm WARN unmet dependency which is version 5.0.3 /usr/local/lib └── (empty) npm ERR! code 1 {code} *Expected:* No error should be returned when you run {{npm ls -g appcelerator}}.
5
2,441
TISTUD-7801
10/23/2015 01:12:42
In preprod with Node 4.2.1, if you create a mobile app with services enabled, then the tiapp.xml will say "app is registered with an organization you are not part of"
*Details:* If you are in preprod with Node 4.2.1 and you create a mobile app with services enabled, then the tiapp.xml will say "app is registered with an organization you are not part of." *Note:* * Verified the app is created in my org; see same.png attachment * If I create a mobile project from the CLI and import the project into Studio, I get the same bug behavior. * Verified issue is reproducible in preproduction, *not in production.* However, it does take a while to enable services in production. * Issue is *not reproducible with Node 0.12.X and lower.* *Steps to reproduce:* # Make sure your environment is pointing to preproduction # Make sure you have Node 4.2.1 installed # Create a mobile project with services enabled # Once mobile project is enabled, wait for tiapp.xml to load *Actual:* "app is registered with an organization you are not part of" message appears in the tiapp.mxl; see bad_error.png. *Expected:* Should be able to create a mobile project from Studio without any issues.
5
2,442
TISTUD-7805
10/23/2015 23:24:30
Installers: Update go.appcelerator.com with the new node.js version 0.12.7
Update go.appcelerator.com with the new node.js version 0.12.7 *For Windows* * http://go.appcelerator.com/installer_nodejs_windows * http://go.appcelerator.com/installer_nodejs_windows.msi *For Mac* * URL: http://go.appcelerator.com/installer_nodejs_osx
5
2,443
TISTUD-7822
11/02/2015 09:33:24
Studio freezes for a while when we open a tiapp.xml file where the project org does not belong to the current logged in user
Appcelerator Studio freezes for a while when we open a tiapp.xml file where the project organization does not belong to the current logged in user *Reproducible steps:* # Open any project tiapp.xml file which is created with a different org and does not belong to the current logged in user. # Keep doing some activity for next 30 sec(keeping moving mouse cursor for some time to easily reproduce the problem), after some time studio won’t allow you to do and it’s freezes for almost 40 sec.
5
2,444
TISTUD-7826
11/04/2015 05:12:15
Error reporting: NPE in Control.internal_new_GC
Sometimes Appcelerator Studio is throwing NPE while working on editor related actions. This is an intermittent issue and can't be reproduced. This causes painting issues on studio. Here is the related Eclipse bug. https://bugs.eclipse.org/bugs/show_bug.cgi?id=434393 Here is the NPE log: {code:java} The following data will be sent: ------ STATUS ------ pluginId org.eclipse.ui pluginVersion 3.106.1.v20141002-1150 code 0 severity 4 message Unhandled event loop exception fingerprint 3f4dc902 stacktrace Exception:java.lang.NullPointerException: null at org.eclipse.swt.widgets.Control.internal_new_GC(Control.java:2118) at org.eclipse.swt.graphics.GC.cocoa_new(GC.java:207) at org.eclipse.swt.widgets.Tree.sendMeasureItem(Tree.java:2613) at org.eclipse.swt.widgets.Tree.cellSize(Tree.java:288) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5528) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper_stret(OS.java:-2) at org.eclipse.swt.widgets.Widget.expansionFrameWithFrame_inView(Widget.java:798) at org.eclipse.swt.widgets.Tree.expansionFrameWithFrame_inView(Tree.java:1283) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5907) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend_bool(OS.java:-2) at org.eclipse.swt.internal.cocoa.NSRunLoop.runMode(NSRunLoop.java:42) at org.eclipse.swt.widgets.Display.sleep(Display.java:4691) at org.eclipse.ui.application.WorkbenchAdvisor.eventLoopIdle(WorkbenchAdvisor.java:368) at com.appcelerator.titanium.rcp.IDEWorkbenchAdvisor.eventLoopIdle(IDEWorkbenchAdvisor.java:936) at org.eclipse.ui.internal.Workbench$3.eventLoopIdle(Workbench.java:498) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) ------ REPORT ------ name Kondal Kolipaka email [email protected] comment productVersion 4.8.0.qualifier productName Appcelerator Studio javaRuntimeVersion 1.7.0_80-b15 osgiWs cocoa osgiOs MacOSX osgiOsVersion 10.11.4 osgiArch x86_64 {code}
5
2,445
TISTUD-7852
11/12/2015 23:23:40
Studio: During import, there is a typo: "registring"
h5. Description: While importing an app, I noticed there was a typo in "registering". It incorrectly displays "registring" in the progress pane as well as in the lower portion of the main Studio window. h5. Steps to reproduce: 1) Import a project that requires registration 2) Open the progress pane 3) Watch the progress pane and the lower portion of the studio window h5. Result: "Registring" text appears. h5. Expected Result: "Registering" should appear
1
2,446
TISTUD-7855
11/13/2015 15:21:14
Studio: Install Android SDK dialog doesn't resize large enough to hold entries
h3. Steps to Reproduce Preferences > Studio > Platforms > Android > Install SDKs... h3. Actual Result Loads the list of SDKs on the dialog async, but once they're loaded the listing is both too wide and tall for the containing view, resulting in truncated/missing items. h3. Expected Result View resizes to fit it's content
5
2,447
TISTUD-7866
11/18/2015 20:06:37
Mac: If you have Node version < 0.12.X, 4.4.0 Studio installer does not install Node version 4.2.2 during installation phase
*Details:* If you have Node version < 0.12.X, 4.4.0 Studio installer does not install Node version 4.2.2 during installation phase. *Steps to reproduce:* # Make sure you have Node version < 0.12.X; I used Node 0.10.38 # Grab Studio installer 4.4.0.201511130407 # Launch Studio installer and go through the wizard *Actual:* Studio installer does not install Node 4.2.2 during installation phase, but installs Node 4.2.2 during launch of Studio. *Expected:* Studio installer should install Node 4.2.2 during installation phase.
5
2,448
TISTUD-7867
11/18/2015 21:11:03
Node is not correctly installed by 4.4.0 windows installer on a win machine with no node
h5.Steps To Reproduce: *NOTE: Make sure you do not have node & appcelerator studio installed on your win machine.* 1. Download the installer for studio 4.4.0.201511130407. 2. Run the installer. 3. The installer will download the node installer & start the installation. 4. After the node installation observe the error. h5.Actual Results: 1. We see error "Node.js mandatory prerequisite was not correctly installed". h5.Expected Results: 1. We should not see any error & the node installation should be successful.
5
2,449
TISTUD-7869
11/19/2015 12:21:20
Error: Node.JS a mandatory pre-requisite was not installed correctly
While installing Appcelerator- Studio(4.3.3) in Windows 8, 64-bit OS , gives the following error. *Node.JS a mandatory pre-requisite was not installed correctly*
3
2,450
TISTUD-7871
11/20/2015 18:45:37
When you update Studio, the admin dialog to enter admin password appears
*Details:* When you update Studio, the admin dialog to enter admin password appears. *Steps to reproduce:* # Make sure you do not have the latest Studio version # Point Studio to a Stream e.g. [RC Stream|http://preview.appcelerator.com/appcelerator/appc-studio/standalone/update/rc/] # Next, go to Help > Check for Appcelerator Updates # When the update dialog appears, click Next, click the check box to accept license agreement, and click install *Actual:* The admin dialog to enter admin password appears; see attachment. *Expected:* The admin dialog to enter admin password should not appear when you install updates.
5
2,451
TISTUD-7872
11/21/2015 09:45:53
Studio does not find 5.1.0.GA
Studio 4.3.3 prompted me to update: * Studio 4.4.0 * CLI 4.2.2 * Core 5.1.0 But not SDK 5.1.0 Also after updating Studio and restarting it still didn't. * I'm logged in to production * I have these SDKs installed: 4.1.1.GA, 5.0.1.GA, 5.0.2.GA, 5.1.0.RC, 5.1.0.beta, 5.1.0.v20151116164430, 5.2.0 * {{appc setup}} *does* find SDK 5.1.0 * I'm subscribed to stream {{http://preview.appcelerator.com/appcelerator/appc-studio/standalone/update/stable/}}
3
2,452
TISTUD-7880
11/24/2015 18:35:20
Constant error: getSignedInUser() after Studio 4.4.0 upgrade
h6.Issue Description Client just updated AppC Studio to get 5.1 and now when he tries and do pretty much anything (launch, run in simulator, build, etc) he gets: h6.Error {quote} "An error has occurred. See error log for more details. com.appcelerator.titanium.core.user.ITitaniumUserManager.getSignedInUser()Lcom/appcelerator/titanium/core/user/ITitaniumUser;" {quote} h6.Output Command $ du -hs * full output attached. {code} -rw-r--r-- 1 u316184 admin 12K Jul 23 12:48 com.appcelerator.titanium.usage_2.0.0.1426966430.jar -rw-r--r-- 1 u316184 admin 12K May 22 2015 com.appcelerator.titanium.usage_2.0.0.jar -rw-r--r-- 1 u316184 admin 50K Jul 23 12:48 com.aptana.usage_4.0.0.1436893468.jar -rw-r--r-- 1 u316184 admin 50K Nov 23 14:23 com.aptana.usage_4.0.0.1446606882.jar {code}
5
2,453
TISTUD-7883
11/25/2015 12:14:21
Install Titanium SDK - List of SDK's empty
As shown on the attached image, List of SDK is empty. I'm on a freshly installed Appcelerator studio... This makes it impossible to install older SDK's since: http://builds.appcelerator.com.s3.amazonaws.com/index.html don't include GA builds anymore...
5
2,454
TISTUD-7897
12/01/2015 02:23:23
Android: App hangs on splash screen if debugger is launched again after the first time
h5.Steps to reproduce: 1. Create an app and set a breakpoint in it. 2. Debug the app on android device. 3. After the app launches do the appropriate thing and make it hit the breakpoint OR just leave the app as is. 4. Do not terminate the debug process from studio. 5. Again launch the debugger without closing the app. 6. Notice after the app launches this time( It sometimes happens on the third debugger run). h5.Actual Results: 1. The app hangs on the splash screen. h5.Expected Results: 1. The app should not hang on the splash screen & should launch fully.
5
2,455
TISTUD-7899
12/02/2015 08:08:11
Remove hardcoded node version 4.2.1 from studio
Remove hardcoded node version 4.2.1 from studio, rather show it as "Latest" in the update wizard. *Reproducible steps:* 1. Make sure you are not on the node version which is supported by studio. Anything lower than 0.12.7(which is min node version supported) 2. Check for Appcelerator updates from Studio through "Help->Check for Appcelerator Updates" option 3. Studio will show update wizard with various updates which are available. 4. Look for node version, it shows "4.2.1" is the latest version but it installs 0.12.7 when I choose to install. *Expected*: As studio can't identify the latest node version from http://go.appcelerator.com/installer_nodejs_osx link, it's better to show "Latest" as a version text and install whatever is available.
2
2,456
TISTUD-7900
12/02/2015 08:14:33
Invalid proxyServer set after launching Studio
Appcelerator Studio sets invalid {{proxyServer}} config variable ({{"https://null"}} ) after it forces to update Node.js to 0.12.7 while launching Appcelerator Studio. It happens on both Windows 8.1 and Windows 10. h5. How to reproduce: - Make sure there's no invalid {{proxyServer}} variable set ({{appc config|grep proxyServer}}) - Download latest Appcelerator Studio 4.4.0 - Launch Appc Studio - It launches Node.js 0.12.7 installer - After finished installing Node.js, Studio launches - Appc Studio failed to login & shows error dialog (see attached image) - ( try ({{appc config|grep proxyServer}}) and you'll see "proxyServer": "https://null" )
5
2,457
TISTUD-7902
12/03/2015 22:39:59
Can not dismiss new project dialog and updates message if they are in the screen at the same time
h2. Description When a user is in the New Project Wizard and the "Appcelerator Updates Available" message pops up, the user can not dismiss the updates dialog and can not click to cancel the Wizard because the updates message is at the top, see attached screenshot
5
2,458
TISTUD-7905
12/07/2015 17:50:02
["Expected ')'","",1] in Dev Toolbox Console on launch
Unsure what's triggering this, but I saw it in my dev toolbox console on the launch of Studio
5
2,459
TISTUD-7910
12/15/2015 09:53:37
Watch App XCode Path should be Xcode Path (lowercase C).
Watch App XCode Path should be Xcode Path (lowercase C and equal to Tiapp Editor).
1
2,460
TISTUD-7911
12/15/2015 10:09:42
Remove multiple wizard pages for configuring provisioning profiles
Subtask from TISTUD-7697: The wizard suggests that you select the targets here but deselecting doesn't affect the actual listed targets in the tiapp.xml. It just determines the choices given in the next step. So the wizard should either remove the unselected targets (and populate this list by reading the available targets in the Xcode project) or it might as well skip this step and show the next step right away for all targets. It completely make sense and keep everything in one page, as we hardly have 2 targets.
5
2,461
TISTUD-7916
12/16/2015 08:14:14
Can't login to Jira via Appcelerator Studio if longing have space
If user wants to submit a ticket (Help -> Studio -> Submit a Ticket...) and tries to login using username which consist white space (i.e. CREATIVE KAIZEN) will get error as on attached picture. It is not caused by bad password/login because in that case error will be different ("Bad credentials) and there is no problem to login with same credentials via webpage.
3
2,462
TISTUD-7939
12/23/2015 19:52:09
WindowsPhone Invalid "--device-id" value "8-1-1" Error
h6.Issue Description Appcelerator simple project is not building in appcelerator studio, the console log is showing the next error {code} [ERROR] : Invalid "--device-id" value "8-1-1" For help, run: titanium help build 2015-12-23T17:45:54.023Z | TRACE | titanium exited with exit code 1 2015-12-23T17:45:54.023Z | ERROR | Error: ti run exited with error code 1 at ChildProcess.<anonymous> (C:\Users\rich\.appcelerator\install\5.1.0\package\node_modules\appc-cli-titanium\plugins\run.js:92:66) at ChildProcess.emit (events.js:110:17) at Process.ChildProcess._handle.onexit (child_process.js:1074:12) 2015-12-23T17:45:54.023Z | TRACE | Sending exit signal to titanium process: 5144 {code} h6. Steps to Reproduce # Create a new simple classic project in appcelerator studio # Run for any windows emulator or device **Complete log is attached ** using the command appc ti build -p windows -T wp-emulator -C 8-1-1 works.
5
2,463
TISTUD-7932
12/30/2015 08:43:53
Unable to publish Windows Phone App
I am trying to publish my App to Windows Store, According to Appcelerator Docs : https://wiki.appcelerator.org/display/guides2/Distributing+Windows+Applications?watchingPage=false&watchingSpace=false&watchingBlogs=false&isAdmin=false&isBlogPost=false Under *Package for Windows Phone Store with Studio*, it says there is an option as *Windows Store* to publish the app, but in my studio this option is not available, I've also tried this on other machines with fresh installations but its not available on that machines too. !scr-1.png|thumbnail! In the manifest when I tried to add Windows Publisher Id under <Windows> tag it throws error as, "Invalid content was found starting with element 'windows'. One of '{sdk-version, deployment-targets, id, name, version, publisher, url, description, copyright, icon, persistent-wifi, prerendered-icon, statusbar-style, statusbar-hidden, fullscreen, navbar-hidden, analytics, guid, iphone, android, ios, mobileweb, tizen, ivi, property, modules, plugins, extensions}' is expected" I have also tried to Publish the app by right clicking the project -> Publish -> Windows Phone Distribution, which opens a new Dialogue Box but there is no option to create a new certificate, as mentioned in the docs. !Scr-2.png|thumbnail!
2
2,464
TISTUD-7945
01/06/2016 19:53:55
Cache sdk_info.json file for improving performance during startup
During Studio startup, it tries to pull sdk_info.json file from appc-studio.appcelerator.com in order to validate the SDK and platform (iOS, Android, Windows) versions. If there is a latency to fetch this json file, then Studio performance degrades while validating the platform versions. So, Studio has to keep a cache copy after this file is fetched - and it can use the cache copy during the startup while it tries to update the copy.
5
2,465
TISTUD-7946
01/07/2016 22:51:56
User should be able to set Arrow port in the launch configuration for Studio
If a customer wants to run an Arrow service on a specific port they have to run the project from the CLI after defining he port in conf/default.js. Running the project from Studio always chooses a random port. *Running from CLI* {code} grep port: conf/default.js port: 8181 appc run | grep port INFO | server started on port 8181 {code} *Console output running the same project from Studio* {code} INFO | Access the Arrow admin at http://127.0.0.1:56503/arrow. This will only be available on your dev environment. To enable in production, set enableAdminInProduction in your config INFO | Access the Arrow API doc at http://127.0.0.1:56503/apidoc INFO | started INFO | server started on port 56503 {code} *Currently run configurations only shows configs for mobile apps*
8
2,466
TISTUD-7952
01/12/2016 22:42:59
iOS: Breakpoints not hit when debugging projects
When trying to debug an iOS project, I am not seeing any breakpoints hit in Alloy or Classic projects. I see this on devices and simulators *Steps to reproduce issue* 1. Create a new project 2. Add a breakpoint 3. Debug the project *Expected Results* The breakpoints are hit *Actual Results* The breakpoints are not hit and the below appears in the Studio log *Notes* I see this in the Studio log: {code} !ENTRY com.aptana.js.debug.core 1 0 2016-01-12 14:24:48.254 !MESSAGE Extension version: 5.1.2; protocol v2 !ENTRY com.aptana.js.debug.core 4 4 2016-01-12 14:24:48.268 !MESSAGE !STACK 0 java.lang.NullPointerException at org.eclipse.core.runtime.Path.fromPortableString(Path.java:103) at com.appcelerator.titanium.core.launching.TitaniumAppURIMapper.resolve(TitaniumAppURIMapper.java:71) at com.aptana.js.debug.core.internal.model.JSDebugTarget.resolveSourceFile(JSDebugTarget.java:2199) at com.aptana.js.debug.core.internal.model.JSDebugTarget.handleScripts(JSDebugTarget.java:730) at com.aptana.js.debug.core.internal.model.JSDebugTarget.access$6(JSDebugTarget.java:703) at com.aptana.js.debug.core.internal.model.JSDebugTarget$DebugConnectionHandler.handleMessage(JSDebugTarget.java:2355) at com.aptana.js.debug.core.internal.model.DebugConnection.handleMessage(DebugConnection.java:228) at com.aptana.js.debug.core.internal.model.DebugConnection.access$3(DebugConnection.java:223) at com.aptana.js.debug.core.internal.model.DebugConnection$1.run(DebugConnection.java:155) {code}
5
2,467
TISTUD-7956
01/14/2016 21:37:34
Studio does not recognise orgs with CLI 5.2.0
h5. Description: When launching Studio with CLI version 5.2.0-220, the organisation is not recognised upon project creation, or in the bottom right hand of the Studio. However, the CLI is able to recognise organisations from the terminal. *This issue does not occur when using CLI 5.1.0, and affects production.* h5. Steps to reproduce: 1. Appc use 5.2.0-XXX 2. Launch Studio 3. Observe bottom right hand for organisation. 4. Create mobile app project 5. Observe Appcelerator Platform Services setup. h5. Result: "Unknown Organisation" using CLI 5.2.0-220 h5. Expected Result: Studio should recognise organisations using CLI 5.2.0-220
5
2,468
TISTUD-7957
01/14/2016 22:11:27
When creating a new app project the alloy option does not appear
When creating a new app project the alloy option does not appear. This is a {color:red}regression {color}from 5.1.0 core. *Steps to reproduce:* # From the studio home I selected file > new > mobile app project. *Actual :* The pop-up appears but does not display the option to create an alloy app. (see image) *Expected:* The pop-up appears withe the option for an alloy app. (see image)
2
2,469
TISTUD-7960
01/19/2016 03:36:49
Add Swift versions of the applewatch templates
https://github.com/appcelerator/titanium_studio/blob/master/plugins/com.appcelerator.titanium.ios.core/src/com/appcelerator/titanium/ios/core/IOSConstants.java#L85-L93 ( https://github.com/appcelerator/titanium_studio/search?q=APPLEWATCHKIT&type=Code I think it would be best to leave out the --template option so that you let the CLI pick the default for the type, but the problem is that currently that default is still watchos1. With 5.2 it will become watchos2-swift, but we won't drop the Obj-C watchos2 until 6.0. So I think we should check the SDK version of the project and if it's >= 5.2 leave out the option.
5
2,470
TISTUD-7961
01/19/2016 08:17:06
Avoid force update if studio doesn't find required cli information in the sdk-info.json file
Avoid force update if studio doesn't find the required cli information in the sdk-info.json file If https://github.com/appcelerator/appc-studio-server/blob/master/web/public/sdk_info.json doesn't have required CLI information, studio is forcing to update everything. *Expected*: Studio shouldn't ask for force update if CLI version info is not defined in the sdk_info.json file.That means, "Remind me later" button on the update wizard should be enabled. This is the effect of TISTUD-7705
3
2,471
TISTUD-7963
01/19/2016 09:20:24
Windows Installer: Installs JDK but says it failed
On a clean Windows 10 machine I ran the installer (not as admin, which might be relevant to TISTUD-6020) and it let me download and install the JDK. The JDK install seemed to finish fine, but the Studio installer said it failed: !jdk0.jpeg|thumbnail! !jdk1.jpeg|thumbnail! !jdk2.jpeg|thumbnail! !jdk3.jpeg|thumbnail!
5
2,472
TISTUD-7964
01/19/2016 09:25:50
Windows Installer: Cryptic message when prerequisite fails because there's no connection
When the installer attempts to install NodeJS but there's no internet it will first display a very cryptic error message before showing another more clear alert: !IMG_0333.jpeg|thumbnail! !IMG_0334.jpeg|thumbnail!
3
2,473
TISTUD-7965
01/19/2016 09:43:53
Windows Login: Bad layout on Windows (using Retina screen)
On my _MacBook Pro (Retina, 13-inch, Late 2013)_ the login screen on Windows is not layed out well: !IMG_0335.jpeg|thumbnail! Note that this also includes TISTUD-7769, which is already fixed for 4.4.1
3
2,474
TISTUD-7971
01/21/2016 23:38:03
Unable to publish arrow app
h5. Description: Unable to publish arrow app using CLI 5.2.0-233 Able to create and publish arrow app using CLI 5.2.0-233 in 4.4.0GA studio This is a {color:red}regression{color} h5. Steps to reproduce: 1.Create Arrow App 2.Attempt to publish in studio h5. Result: Error is displayed, see attached screenshot h5. Expected Result: Should be able to publish arrow app with no errors, using latest CLI
3
2,475
TISTUD-7972
01/22/2016 21:47:19
If you run Test on a non-enabled-service app, then Studio will become unresponsive and crash
*Details:* If you run Test on a non-enabled-service app, then Studio will become unresponsive and crash. *Note:* * This is *not a regression* with current GA stack. *Steps to reproduce.* # In Studio, create a mobile project with services *disabled;* only analytics will be available. # Select on the newly created project and select Test from the drop down list. # Another dialog will appear asking you to enable Test services; select Yes. *Actual:* Studio will become unresponsive and will crash when you force close it; see attachments. *Expected:* Studio should not become unresponsive and crash.
5
2,476
TISTUD-7974
01/22/2016 23:19:35
Org name is hidden below the users email
The org name is hidden below the users email address. *Steps to reproduce:* # Launch Studio # Observe bottom right hand for organisation name . *Actual :* The org name is hidden below the users email address (see image) *Expected:* The full org name is displayed
3
2,477
TISTUD-7979
02/02/2016 17:08:34
Liveview for the Windows Platform
h5.Description TIMOB-19185 implemented liveview for the Windows Platform, the version within Studio needs to be updates for this to be distributed. Checking the [hooks/lvhook/js file|https://github.com/appcelerator/titanium_studio/blob/development/plugins/com.appcelerator.titanium.liveview.core/node_modules/liveview/hook/lvhook.js] shows that the current version does not have the Windows Platform changes
3
2,478
TISTUD-7982
02/05/2016 18:01:07
Windows: Studio should validate the value for Windows Publisher ID before accepting it
h5.Description Studio should validate the value that it places into the Publisher ID field in Studio->Platforms->Windows, currently it seems that the value has no validation as I have seen {{windows.publisherId not found}} being placed into the field by Studio. For your reference the regex used by the CLI for this value can be found [here|https://github.com/appcelerator/titanium_mobile_windows/blob/master/cli/commands/_build/config/winPublisherId.js#L15] *Workaround* Set your windows.publisherId value to the CLI default {{appc ti config windows.publisherId 00000000-0000-1000-8000-000000000000}} h5.Steps to reproduce 1. Ensure you have no value in your ti config for windows.publisherId {{appc ti config -r windows.publisherId}} 2. Open Studio and check Preferences->Studio->Platforms->Windows h5.Actual result The value {{windows.publisherId not found}} can be placed into the field and when attempting to build it can cause the build to fail h5.Expected result The Publisher ID field should only accept valid input
5
2,479
TISTUD-7984
02/09/2016 18:55:37
Studio: UI element draw issue and frequent crash when closing a separate editor window
h5. Description: *This is not a regression, occurs with Studio 4.4.0.* When opening a window then moving it out of the tabbed group then closing it, the Studio UI elements may disappear, and Studio may become unresponsive. Moving the mouse over UI control elements causes them to disappear (if Studio does not crash). See attached screen shots and Jstack output h5. Steps to reproduce: 1) Launch Studio 2) Open two tiapp.xml editor windows 3) Click and drag the tab for one of the editors off the main Studio window to create a separate window 4) Click the "close window" control h5. Result: Either A) A hang with some UI element issues present OR B) Missing UI elements that gets worse as the mouse is moved over items h5. Expected Result: The window closes, normal operation can continue
5
2,480
TISTUD-7987
02/10/2016 18:39:32
Dashboard won't open in studio
h5.Description Clicking the Appcelerator logo no longer loads dashboard in studio. h5.Steps to Reproduce 1.Open studio 2.Click the Appcelerator logo h5.Expected Outcome Dashboard should launch in studio h5.Actual Outcome Studio shows loading bar and says it's opening the page, but page doesn't open
1
2,481
TISTUD-7991
02/12/2016 00:47:54
Creating an Arrow project with invalid characters in studio does not show any warning message.
Creating an Arrow project with invalid characters in studio does not show any warning messages. This is not a regression. But In the GA the results are slightly different. *Steps to reproduce:* # Create an Arrow project in studio with invalid characters such as spaces. *Actual :* The status bar never moves past 2/3 of the way and stays like that showing no error or warning message. !Arrow Creation Studio.jpg|thumbnail! *Actual GA :* The status bar never moves past 2/3 of the way and stays then shows a warning message as shown in the picture below, and then creates the project. !Arrow Creation Studio GA.jpg|thumbnail! *Expected:* A warning message is displayed as in the CLI. !Arrow Creation CLI.jpg|thumbnail!
3
2,482
TISTUD-7997
02/23/2016 08:41:31
SDK update to 5.2.0.GA not found when 6.0 nightly is installed
With 5.1.2.GA, 5.2.0.RC and 6.0.0 nightly installed, Studio update says _Latest Titanium SDK already installed_ and does not install 5.2.0.GA. Renaming the 6.0.0 folder to 6.0.0.CI or the original 6.0.0.v20160110233608 does not fix it. Removing the folder does. I traced it back here, but can't really tell why it thinks 5.2.0.GA is already installed: https://github.com/appcelerator/titanium_studio/blob/bcb31abca5a44bddc7a962319d5b040b4d3610c0/plugins/com.appcelerator.titanium.update.core/src/com/appcelerator/titanium/update/internal/core/TitaniumReleasesUpdater.java#L841-L842 Looking at the code for [getSDKStableInstalledVersion|https://github.com/appcelerator/titanium_studio/blob/bcb31abca5a44bddc7a962319d5b040b4d3610c0/plugins/com.appcelerator.titanium.update.core/src/com/appcelerator/titanium/update/internal/core/TitaniumReleasesUpdater.java#L579] and [SDKReleaseGAFilter|https://github.com/appcelerator/titanium_studio/blob/938ba3b47c1ab33add316308e6593ee99cd329b6/plugins/com.appcelerator.titanium.core/src/com/appcelerator/titanium/core/mobile/SDKReleaseGAFilter.java] it should find 5.1.2.GA as my latest SDK. So then something must be wrong with [isHigherThanGA|https://github.com/appcelerator/titanium_studio/blob/bcb31abca5a44bddc7a962319d5b040b4d3610c0/plugins/com.appcelerator.titanium.update.core/src/com/appcelerator/titanium/update/internal/core/TitaniumReleasesUpdater.java#L830] which uses [DescendingStreamAwareVersionComparator|https://github.com/appcelerator/titanium_studio/blob/938ba3b47c1ab33add316308e6593ee99cd329b6/plugins/com.appcelerator.titanium.core/src/com/appcelerator/titanium/core/DescendingStreamAwareVersionComparator.java] Logs to help debug the current issue: {code} !ENTRY com.appcelerator.titanium.update.core 1 0 2016-02-23 09:01:13.106 !MESSAGE (Build 4.5.0.201602170821) [INFO] com.appcelerator.titanium.update.core/debug/sdk_update Retrieving the list of Titanium mobilesdk from URL: https://f4df0833a1352ef193633d85356e6e80ffcdcdb7.cloudapp-enterprise.appcelerator.com/api/mobilesdk/releases/25991779-01c4-41a6-a4d3-86107428797b !ENTRY com.appcelerator.titanium.update.core 1 0 2016-02-23 09:01:16.610 !MESSAGE (Build 4.5.0.201602170821) [INFO] com.appcelerator.titanium.update.core/debug/sdk_update Available Titanium mobilesdk: { "success": true, "releases": [ { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.2.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.2.0/mobilesdk-5.2.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.2.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.2.0/mobilesdk-5.2.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.2.0.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/5.2.0/mobilesdk-5.2.0.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.2.0.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/5.2.0/mobilesdk-5.2.0.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.2.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.1.2/mobilesdk-5.1.2.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.2.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.1.2/mobilesdk-5.1.2.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.2.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/5.1.2/mobilesdk-5.1.2.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.2.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/5.1.2/mobilesdk-5.1.2.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.1.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.1.1/mobilesdk-5.1.1.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.1.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.1.1/mobilesdk-5.1.1.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.1.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/5.1.1/mobilesdk-5.1.1.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.1.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/5.1.1/mobilesdk-5.1.1.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.1.0/mobilesdk-5.1.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.1.0/mobilesdk-5.1.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.0.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/5.1.0/mobilesdk-5.1.0.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.1.0.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/5.1.0/mobilesdk-5.1.0.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.2.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.0.2/mobilesdk-5.0.2.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.2.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.0.2/mobilesdk-5.0.2.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.2.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/5.0.2/mobilesdk-5.0.2.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.2.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/5.0.2/mobilesdk-5.0.2.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.1.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.0.1/mobilesdk-5.0.1.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.1.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.0.1/mobilesdk-5.0.1.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.1.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/5.0.1/mobilesdk-5.0.1.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.1.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/5.0.1/mobilesdk-5.0.1.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.0.0/mobilesdk-5.0.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/5.0.0/mobilesdk-5.0.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.0.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/5.0.0/mobilesdk-5.0.0.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "5.0.0.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/5.0.0/mobilesdk-5.0.0.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.1.1.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/4.1.1/mobilesdk-4.1.1.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.1.1.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/4.1.1/mobilesdk-4.1.1.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.1.1.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/4.1.1/mobilesdk-4.1.1.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.1.1.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/4.1.1/mobilesdk-4.1.1.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.1.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/4.1.0/mobilesdk-4.1.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.1.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile-releases/4.1.0/mobilesdk-4.1.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.1.0.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile-releases/4.1.0/mobilesdk-4.1.0.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.1.0.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile-releases/4.1.0/mobilesdk-4.1.0.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.0.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile/4.0.0/mobilesdk-4.0.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "1C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.0.0.GA", "os": "linux", "url": "http://builds.appcelerator.com/mobile/4.0.0/mobilesdk-4.0.0.GA-linux.zip", "checksum": "db95eff99c6e137bb53c5fb4386380a263844f55", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.0.0.GA", "os": "win32", "url": "http://builds.appcelerator.com/mobile/4.0.0/mobilesdk-4.0.0.GA-win32.zip", "checksum": "779bfd4d226ba6d3162a069c50f3650ab42cd504", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "C5A13520-E091-4CEA-BFC3-AE453D23238D", "version": "4.0.0.GA", "os": "osx", "url": "http://builds.appcelerator.com/mobile/4.0.0/mobilesdk-4.0.0.GA-osx.zip", "checksum": "7ff2e2485fbf745950ccc586d28a3483a413cb7e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.5.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=v4KZph53", "checksum": "e9175d2185d9dc38c16a1b6810a257be", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.5.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=h4KZpgK0", "checksum": "e9175d2185d9dc38c16a1b6810a257be", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.5.1.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=p4KZpgy4", "checksum": "157115ab858164909039b7a9f66d4a7e", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.5.1.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=G4KZpgw4", "checksum": "459f849abe12adc6bbc440eda7da3a9f", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.5.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=C4Knr3p0", "checksum": "95d9b7c9f9afa39113afec99b426468c", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.5.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Q4Knr3c6", "checksum": "95d9b7c9f9afa39113afec99b426468c", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.5.0.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=L4Knr343", "checksum": "4c22853c686d4828184670ae0ebbac69", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.5.0.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=D4Knr5H2", "checksum": "3dceee10aa7167cd4d4e8c8b66afabfc", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.4.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Q4JFvAH4", "checksum": "929a7faeefecbc400e949e400b68da22", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.4.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=y4JFvAt2", "checksum": "929a7faeefecbc400e949e400b68da22", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.4.1.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=y4JFvAd3", "checksum": "3986470690d6fa58f15b706bd2fea419", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.4.1.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=p4JFvsP0", "checksum": "2bbf7a8d3e3eac25b7d61fb77cf9a57e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.4.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=b4J7g375", "checksum": "61cb8568316b27b45bf266d462e86951", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.4.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=D4J7g2T2", "checksum": "61cb8568316b27b45bf266d462e86951", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.4.0.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=B4J7fY54", "checksum": "0d35cc5fc6c59c47910d1715239b6b64", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.4.0.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=p4J7fXP3", "checksum": "1a1d65f6842bb0cc761476e59faa07a0", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.3.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=84HdFxy6", "checksum": "505e2833a6e3830eecd6fca814ccd7bf", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.3.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=m4HdFxj6", "checksum": "505e2833a6e3830eecd6fca814ccd7bf", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.3.0.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=G4HdFBb3", "checksum": "eb063b406bb3464f11f38739b4d363e0", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.3.0.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=J4HdFwM6", "checksum": "a3906300b18ecc0f0ed5397c30f5a4f0", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.3.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=K4GkvDS4", "checksum": "7001b81ff652f9dc6b67ec85a757b497", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.3.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=T4GkvDn5", "checksum": "7001b81ff652f9dc6b67ec85a757b497", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.3.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=94GkvF44", "checksum": "a02b72ca59f4bbdd32dcc4e3945ab1b4", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.3.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4GkvCk2", "checksum": "22e5854ddd9884e2a681d78311c6da6b", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=04FJCm23", "checksum": "1a3fd27195e7b6b55e8387d3765a01bc", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4FJCjn6", "checksum": "1a3fd27195e7b6b55e8387d3765a01bc", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.2.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=p4FJChC2", "checksum": "897bdc07dbf493c3505f60d86374879e", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.2.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=04FJCfN6", "checksum": "791a83afe9c94971f9ca9cda172dbd5f", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4Fpkjz2", "checksum": "2bbe7c9bf344e8237f3da6367571b73d", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=N4Fpk6Z3", "checksum": "2bbe7c9bf344e8237f3da6367571b73d", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.1.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=44Fpk285", "checksum": "a0a3552c61a975624eae00fb40617331", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.1.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=t4FpjQ40", "checksum": "a646cb6d44c5d6f8534bccff56b3eabb", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=j4DMyjt3", "checksum": "8f2c1872cda4cf24afdd0d6f6c69a9cf", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=r4DMxY70", "checksum": "8f2c1872cda4cf24afdd0d6f6c69a9cf", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.0.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=Y4DMxAL2", "checksum": "da2694706dda2594878cb9f6e29d29ff", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.2.0.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=04DMxhw3", "checksum": "40736cd6d105bebba312073ab0c8645f", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.3.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=k4CGgXY3", "checksum": "259d21893d39cea916b861dd9af7e744", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.3.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=24CGgGn3", "checksum": "259d21893d39cea916b861dd9af7e744", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.3.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=r4CGgpj2", "checksum": "759124d4bf76353acb273f6b0a2451d0", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.3.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=h4CGg6q5", "checksum": "5d1fdab6822d1a570ed1cf9d6df593df", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=H4CgmBB2", "checksum": "0c52a85d6053a5b524ad040b93eae488", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=N4CgmsT2", "checksum": "0c52a85d6053a5b524ad040b93eae488", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.2.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=T4Cgmpv4", "checksum": "99a102661473c96d5577946238f2a207", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.2.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=94CgmjQ4", "checksum": "5f05eca61da04c3fd8b431e0e1c6126f", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4BA6g62", "checksum": "a070cc50782f3a2fd1b4fdcc683f4a34", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=T4BA6dG0", "checksum": "a070cc50782f3a2fd1b4fdcc683f4a34", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.1.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=54BA6cz4", "checksum": "056c8995894e4f535cae26e636d37d86", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.1.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=j4BA6bc0", "checksum": "e1a5bf565d1e1a50cbac1c301194841a", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Y4AR2d64", "checksum": "847841ad6f95eeb2db4c248bffb7abd1", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=T4AR2cx6", "checksum": "847841ad6f95eeb2db4c248bffb7abd1", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.0.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=y4AR2bS3", "checksum": "da88dceb4ef4d1148deb722ef06f6c9e", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.1.0.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=y4AR2bb4", "checksum": "d310c9557f11a475466f75985ee6f81a", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.0.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=84AaHba0", "checksum": "337774b6934a94d3912399becbdcb815", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.0.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=z4AaHaw2", "checksum": "337774b6934a94d3912399becbdcb815", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.0.2.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=s4AaH9K0", "checksum": "0052a3dac25f0dd872c38b0bbf42ff9a", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.0.2.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=Q4AaH984", "checksum": "304703752c4267b103906f3d00dc5497", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.0.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=x4zpt8v5", "checksum": "5397e51c1e5eaf90857c729bdfc610e8", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.0.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=W4zpt6V0", "checksum": "5397e51c1e5eaf90857c729bdfc610e8", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.0.0.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=w4zpt5T4", "checksum": "761e511794f7cd16dbebe2b449874932", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "3.0.0.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=J4zpt4T2", "checksum": "ba94f1426a4a66934fa8ff6716ca6e38", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.4.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Z4z0MQv4", "checksum": "e8bbc2bd98a471673f713b9f12fb6afc", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.4.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=94z0MPw6", "checksum": "e8bbc2bd98a471673f713b9f12fb6afc", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.4.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4z0MNs6", "checksum": "0d9dccdb92545de71cac50637d2f61c4", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.4.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=Y4z0MMp6", "checksum": "2e183ba35faccec0fd2ad075cc485374", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.3.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=X4yyckn0", "checksum": "ee720059091efbe1efd183166cb90cbc", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.3.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=C4yyck20", "checksum": "ee720059091efbe1efd183166cb90cbc", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.3.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=P4yycjC2", "checksum": "88ce7aa6091135ed212b96d821150773", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.3.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=34yycjh6", "checksum": "961030d99782fc78284220224e478777", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=g4y8Pk23", "checksum": "f6caa4e97a07674596da020b73ec90dd", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=L4y8Pjb0", "checksum": "f6caa4e97a07674596da020b73ec90dd", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.2.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=x4y8Phx0", "checksum": "49ce3c7a3961a632781a66a4edf9fffa", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.2.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=44y8Phb2", "checksum": "9b036eefba91cca522a510c61e535786", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=44xMSpr3", "checksum": "272b0da46cab0de372fae7d3644627e2", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=R4xMSp43", "checksum": "272b0da46cab0de372fae7d3644627e2", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.1.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=J4xMSnH3", "checksum": "a2287298ba6bb9d3f1e0a3f0bfdc8b81", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.1.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=H4xMSnj4", "checksum": "63a41d9d777945b14abad4b85f2ed917", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=74xq5YJ2", "checksum": "04f6c8032dbcae8485da8abae7b05fa2", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.0.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=L4xq5Y32", "checksum": "04f6c8032dbcae8485da8abae7b05fa2", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.0.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=54xq5X06", "checksum": "37b489c1ce1b2ee1d03306f555d6b389", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.1.0.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=m4xq5Wa3", "checksum": "9e62be627692d44606b9f7b5d322a42d", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=x4x4jcR6", "checksum": "59ccd60d03be3dd538ba27d9b9c5ebd3", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.2.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=a4x4jct6", "checksum": "59ccd60d03be3dd538ba27d9b9c5ebd3", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.2.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=Y4x4jc54", "checksum": "41e720e13904294a7c31a017bc489b0b", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.2.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=m4x4jbN0", "checksum": "4093a24fcf08363f270a56a246d566a2", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.1.GA2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=L4wymCf4", "checksum": "9c9bee2a3cfdd2b05ab3eee95152ce08", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.1.GA2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4wymC93", "checksum": "9c9bee2a3cfdd2b05ab3eee95152ce08", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.1.GA2", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=A4wymC04", "checksum": "97ad46a3bedbb03146de497786ecc79c", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.1.GA2", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=94wymBQ3", "checksum": "fc06c84753e1c001bcb56bb7c6e8039c", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=w4wxXf76", "checksum": "21495d541f53239c2c4ebb7cfd9dc914", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.1.GA", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=34wxXdW3", "checksum": "21495d541f53239c2c4ebb7cfd9dc914", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.1.GA", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=44wxXdw6", "checksum": "88cf0bbcbd5b8ea6c4ebaf0713058276", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "2.0.1.GA", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=d4wxXcT2", "checksum": "69f37c87169326ae2e686e603ba30ba4", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.2", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=64vYRgD5", "checksum": "8864f4d217cf1c730fadd063a3f11166", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=74vYRgw0", "checksum": "60a18296df86e51334e7ce830c0e45ac", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Q4vYRgp0", "checksum": "60a18296df86e51334e7ce830c0e45ac", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.2", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=W4vYRgf4", "checksum": "266e39314c2207922389febd5d580bac", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=X4vCYZx6", "checksum": "b5877e3aa297341fb93bf3fe67ccef5f", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=S4vCYYw4", "checksum": "f7281a7d21b2570268bfd2dbd11533bc", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=N4vCYYc6", "checksum": "f7281a7d21b2570268bfd2dbd11533bc", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=74vCYXz2", "checksum": "f9f62d90e02e6db47a7afd53b0f88062", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.0.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=J4v9vrW3", "checksum": "7c304816d30d34f58b396630dfa62048", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.0.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=W4v9vrF5", "checksum": "ac572bbb555dfd6f1481539186a14af2", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.0.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=R4v9vrs3", "checksum": "ac572bbb555dfd6f1481539186a14af2", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.8.0.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=54v9vqF6", "checksum": "cae18b45b7f3ba6b419eaa80a8b8beda", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.5", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=G4tzN4F4", "checksum": "140dc9865cd538b03224199d28d80f31", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.5", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=m4tzN4z2", "checksum": "140dc9865cd538b03224199d28d80f31", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.5", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4tzN4v3", "checksum": "809c5efc44c3a02c4f65b4d03d1d086a", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.5", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=W4tzN4p4", "checksum": "8b37e550fa7d3fd177439e75ffbb322d", "children": null }, { "build_type": "64bit_i386", "name": "rollback_mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.4", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=h4tyqyN0", "checksum": "88879b218f91122e8710504afd01a8c3", "children": null }, { "build_type": "32bit_i386", "name": "rollback_mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.4", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=R4tyqxX3", "checksum": "88879b218f91122e8710504afd01a8c3", "children": null }, { "build_type": "win32", "name": "rollback_mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.4", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=w4tyqx84", "checksum": "3754449c89a46846b77e26d0af6631c2", "children": null }, { "build_type": "10.5_i386", "name": "rollback_mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.4", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=j4tyqwj3", "checksum": "345933552f7c906b03b53f230a592a28", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.3", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=c4tppsp4", "checksum": "85fb3a466d4f3c23aab47a2f916fe329", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.3", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=B4tppsf5", "checksum": "85fb3a466d4f3c23aab47a2f916fe329", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.3", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=K4tpps74", "checksum": "5c628b2232075c4df64be59c887cfb84", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.3", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=j4tpprY6", "checksum": "4906e9bcc8fce6ab227d2831553bab49", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=D4skNBv3", "checksum": "5b534876292223bbac57ef5c0d786261", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=G4skNBg6", "checksum": "5b534876292223bbac57ef5c0d786261", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.2", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=34skNB24", "checksum": "2786254f231729735d80896321556f09", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.2", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=G4skNAN2", "checksum": "d2ed19f6355f557421f6423cd8285714", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=64rZpWS6", "checksum": "0673551e93b3651e2079f7f15b1edf92", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=r4rZpW84", "checksum": "0673551e93b3651e2079f7f15b1edf92", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=B4rZpVv3", "checksum": "2b213d410c11a96c04fe4a24cbba572b", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=34rZpTW2", "checksum": "32d7e5358f06a435ee8e6a0d20ce46f2", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4rRGPZ5", "checksum": "3afb956a70266ec2c62b9263242762c2", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=n4rRGMJ3", "checksum": "3afb956a70266ec2c62b9263242762c2", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=k4rRGKw5", "checksum": "0742291177cae003cab698cc687b744b", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.7.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=24rRGHk0", "checksum": "b53892a4619080848ec6e04f1c1c34c9", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Y4rd5Bs2", "checksum": "4d3f57c1b4c03e1e7088a8234ec25e13", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=j4rd5Ar6", "checksum": "4d3f57c1b4c03e1e7088a8234ec25e13", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.2", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=44rd5zp6", "checksum": "8219988635b005ac3cce554d62f2da10", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.2", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=P4rd5xP3", "checksum": "88c4b688afdc6eb7e2effcebef5acb84", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=b4qQ3H25", "checksum": "d96e097ca3c16594d82dc1238953a895", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=n4qQ3Fa5", "checksum": "d96e097ca3c16594d82dc1238953a895", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=t4qQ3C94", "checksum": "ec5e550c935c31d9c01d9aa93f1334fd", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=54qQ3Aj5", "checksum": "9b603d21507a7f41b4d2f288395349bd", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=J4qAWXA3", "checksum": "663f92029a05cc2bc87d1f76b9993f14", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4qAWVt5", "checksum": "663f92029a05cc2bc87d1f76b9993f14", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=L4qAWRL5", "checksum": "1f2b2e0779dee42e5c9e223d7a35fb4a", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.6.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=y4qAVWK3", "checksum": "e8b81fd84827a5351e1b0e6252a1f041", "children": null }, { "build_type": "64bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "1.1.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=J4pQaMH0", "checksum": "8a8fe38e59d6373910df3e0a5fd681ca", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "1.1.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=04pNBGn4", "checksum": "856f0af7ccb76c8fc5e4a301e6ca12fa", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "1.1.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=24pNANX2", "checksum": "a7e560e192170b7326a153f40c4eb05d", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "1.1.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=N4pNAwv4", "checksum": "262cdf74821b13083ac03f8184303033", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.5.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=x4pMwxk2", "checksum": "37ec7f0787b5a9b97c134e2c4848c79e", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.5.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=d4pMwvp4", "checksum": "37ec7f0787b5a9b97c134e2c4848c79e", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.5.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=Z4pMwsm5", "checksum": "9d06830d01be7fbd536632cc755528f1", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.5.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=s4pMwqg5", "checksum": "47327f759b7ca8e1e78f5cd588a291ea", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.5.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=g4pKQcG5", "checksum": "646b1449b9d7f4766011a44e761740e4", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.5.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=k4pKQ4R5", "checksum": "646b1449b9d7f4766011a44e761740e4", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.5.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=M4pKPNn3", "checksum": "83982ffe59154c3f7da720beed03d0bb", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.5.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=h4pKPJ86", "checksum": "be3afd69b2541f23cd5411356408a535", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.2", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=b4pmqG24", "checksum": "e71bd960acaa131865eebd033d2c8832", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.1.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=64nL37G4", "checksum": "dc2081b4ceaa69e57a40891c2e8a30ec", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=f4nL0DD5", "checksum": "a9623ecf6e60c6da2a4e2589a99f0436", "children": null }, { "build_type": "64bit_ppc", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=d4n6jzx4", "checksum": "7e0d93e98ed8418d66b8779b56811569", "children": null }, { "build_type": "32bit_ppc", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=A4n6jzd3", "checksum": "7e0d93e98ed8418d66b8779b56811569", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=q4n6jyV6", "checksum": "7e0d93e98ed8418d66b8779b56811569", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=b4n6jyy6", "checksum": "7e0d93e98ed8418d66b8779b56811569", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=C4n6jxB0", "checksum": "be555479c2746ce845ae9a639211958e", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.4.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=w4n6jrj6", "checksum": "209d36e8a4562a4fa5664884bb23947e", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.3.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=74mcfpy6", "checksum": "f115f7639c490e2bd74270235d64be25", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.3.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=H4mcfnF3", "checksum": "f115f7639c490e2bd74270235d64be25", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.3.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=z4mcfkJ6", "checksum": "949d55f46277997cda1d1b5389da81ef", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.3.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=c4mcdK82", "checksum": "e4f2bbfe746e525cdc40952aa5b4507a", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.2.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=74kM6GF3", "checksum": "ca15756bcc59cdc4904838df05a6701a", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.2.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=t4kM6p22", "checksum": "ca15756bcc59cdc4904838df05a6701a", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.2.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=z4kM6mC4", "checksum": "ba44f0f745606ccd2077b547e9210aa6", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.2.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=04kM6a00", "checksum": "73d65b8c16eb15a44f10ece582257b64", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.1.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=V4kCBh30", "checksum": "3a35eb9fb6f091eaa878dc6b31daec64", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.1.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=a4kCBg86", "checksum": "3a35eb9fb6f091eaa878dc6b31daec64", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.1.2", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=M4kCBdy5", "checksum": "a656eed2c9fcc852ffd1a07cf5b16342", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.1.2", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=h4kCB7N4", "checksum": "0144a7dd8ce771ad8cc6a6a4760d95ec", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.1.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Q4kCwWD2", "checksum": "34197597248ec75bc2205d73401fe84f", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.1.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=L4kCwWn6", "checksum": "34197597248ec75bc2205d73401fe84f", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.1.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=g4kCwSm5", "checksum": "daa63fae868fca1a9b97a28001e501be", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.1.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=Q4kCwNH3", "checksum": "cf0f25ebd66b2c126daba1705d49433d", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "1.0.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=84kBcMf2", "checksum": "bfcf9b8a896eea2aaae3ec125dab9f99", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "1.0.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=t4kvTyP0", "checksum": "60eb9f2c9fa88f9ebab1d4879a4361cb", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.0.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=54krXbW0", "checksum": "a3ab533257aeeac181ac8dd41e17e56a", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "1.0.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=m4krWZz2", "checksum": "2b81d324bc1e63647829119d212ebe82", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.5", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=r4krMJy4", "checksum": "2b619b11263f27fdad11401619bd15e5", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.9.3", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=W4kmszp5", "checksum": "cd8db0ec3ce56985d3e43dbd30958137", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.9.3", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=L4kmsz54", "checksum": "cd8db0ec3ce56985d3e43dbd30958137", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.9.3", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=v4kmsvB4", "checksum": "ef472d49e8c6433bcdb0b693600ef8d4", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.9.3", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=q4kmskk4", "checksum": "2229c5fc43369437eb1cb369c6e14c51", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.5", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=p4kjGgY5", "checksum": "8d6b9dac1b0fa71ff39e9c4df0363f51", "children": null }, { "build_type": "64bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.5", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=J4kjz026", "checksum": "c62b2697dd9864d344cc26e2b3e813db", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.5", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=g4kjyCK4", "checksum": "2bb0381a1973da35a3c4bb0cc5f15832", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.4", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=z4kdhBP2", "checksum": "27780557a26b54c9fa91ecbd3e7085b2", "children": null }, { "build_type": "64bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.4", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=r4kdhbj5", "checksum": "137858b8693101e5e0a7f492b776d7d2", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.4", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=G4kdh283", "checksum": "ba62ae2f6580b33b3adbe3b6f4a55bb9", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.4", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=n4kddKW2", "checksum": "92270e05724a00494a0cd11e24e59956", "children": null }, { "build_type": "64bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=34kbLV96", "checksum": "653458cc1792f423c143da80968829b4", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=d4kaGjM2", "checksum": "9256f2fd699574b6bb85520db9c17e5b", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=c4k7N2P2", "checksum": "aa84e07e5e97673e948131a731d70a49", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=n4k7H973", "checksum": "3366786622baeab4c33ef584229ff969", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=Z4jRFSR3", "checksum": "ba10fbdd2e4c324b51013275ed746273", "children": null }, { "build_type": "64bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Y4jRDVp2", "checksum": "b125969ead0bb4907859468e3fabe090", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=C4jRDT03", "checksum": "5346bf0000ed8b918f84881a7dae9b04", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.8.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=n4jRCNp3", "checksum": "5566f7911420e9ca3543fefe1dc5296b", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.7.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=Z4hKbKM6", "checksum": "cb03c013048b6da35a33a2dc375495b1", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.7.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=q4hKbKv6", "checksum": "cb03c013048b6da35a33a2dc375495b1", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.7.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=y4hKbJH6", "checksum": "2d9e7d8aa77030b7bdaedefcc9786d96", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.7.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=a4hKbJj2", "checksum": "462cdda248fe105946961216d657b127", "children": null }, { "build_type": "64bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.7.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=j4hK2z72", "checksum": "7c872f44c7c5c40b8f93586ed8fdd3a2", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.7.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=h4hJ5sP6", "checksum": "efe4b94236e31c97b0e6e6ab9ae24062", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.7.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=c4hJ4sD6", "checksum": "9b061f6bbb15504d7c011e74f006917f", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.7.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=g4hHZPc6", "checksum": "a22e135478c254559a7b3917cacf7ee1", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=a4h79Ak2", "checksum": "c50efd593832efb8e043f4c26b53b604", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=64h79A70", "checksum": "c50efd593832efb8e043f4c26b53b604", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.2", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=P4h79z33", "checksum": "f7d5480f898959dd1ef61547f40563b2", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.2", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=F4h796F5", "checksum": "847b65643898366fcb20b4da2a5d1e37", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=W4h2cZH3", "checksum": "8e1fb0c2bc2cfc1229763c96f2e2a511", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=54h2cZt0", "checksum": "8e1fb0c2bc2cfc1229763c96f2e2a511", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=X4h2cYA3", "checksum": "8f07fdc6705b817578725cb9e448df4c", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=y4h2cYc4", "checksum": "30a8d1e028893acf46b0ab07dc3dc507", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=74gZs756", "checksum": "3f9388179dee3d813ca356c31f665550", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=G4gZs4G0", "checksum": "3f9388179dee3d813ca356c31f665550", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=D4gZs2z4", "checksum": "764aa7a99d96627f59e60e185108ed63", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.6.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=T4gYNY60", "checksum": "04cb6bbc81ae0fa7dfa3cc4a34016a37", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.5.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=w4gA4va0", "checksum": "17cba0bab11f685f651fad53fc898107", "children": null }, { "build_type": "64bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.5.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=x4gA4tC6", "checksum": "17cba0bab11f685f651fad53fc898107", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.5.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=m4gzPcH2", "checksum": "a2ebd9dfeef14ef26dc1648a3c91790a", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.5.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=j4gzNCb0", "checksum": "f165eb06e77ab2223cd0d9f3cc48484e", "children": null }, { "build_type": "64bit_i386", "name": "runtime", "guid": "A2AC5CB5-8C52-456C-9525-601A5B0725DA", "version": "0.4.4", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=k4gphya2", "checksum": "1121ef9e1a86a5b0a965bebd06936565", "children": null }, { "build_type": "64bit", "name": "runtime", "guid": "A2AC5CB5-8C52-456C-9525-601A5B0725DA", "version": "0.4.4", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=F4gphjb6", "checksum": "2cfc365ab4176b3323392b25c610fbd3", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.4.2", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=b4gk7H93", "checksum": "7cd9e428ea0537888e47ff4544e89219", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.4.2", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=d4gk7H53", "checksum": "6e7ad099eb01ce83adebfdfe91dd8cd7", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.4", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=M4gk7mh0", "checksum": "5494264bb767023133da42d24e0f00bc", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.4", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=t4gk7fk0", "checksum": "b00a1aa8280e1f3ab827532055fdb805", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.4.2", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=r4gk6YB0", "checksum": "f958b171841f7ac9fd2250103406e43b", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.4", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=K4gk6LM2", "checksum": "7d02b46e88a4941381953039ec8f6fd9", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.4.1", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=h4gjxM73", "checksum": "9055ca3f981aa2a117c49c18cff35988", "children": null }, { "build_type": "32bit_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.4.1", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=74gjxLB0", "checksum": "1ae9c874ec464d41a8c32e3c81d77aa5", "children": null }, { "build_type": "win32", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.3", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=V4gjxxc4", "checksum": "32c2d0f5ef7c8ef150e66a4689c39ec9", "children": null }, { "build_type": "10.5_i386", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.4.1", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=c4gjxjB4", "checksum": "5045313482633e70404ecb69ffd7316c", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.3", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=F4gjxcj2", "checksum": "b72a71af8ef8253e3ecb05f1340046ee", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.3", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=s4gjxcd3", "checksum": "097eae291d7cc74a13b9225cb3109303", "children": null }, { "build_type": "64bit", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.4.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=w4gfbrg3", "checksum": "f057a00f1294a127bc8d16d35e04f0f7", "children": null }, { "build_type": "32bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=34gbDys4", "checksum": "fbc3736856a15ae99c23f47b7dfec4f9", "children": null }, { "build_type": "10.5_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.0", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=F4gbDr72", "checksum": "32086462deb3b4de0e31f21db1dfe9e8", "children": null }, { "build_type": "win32", "name": "mobilesdk", "guid": "05645B49-C629-4D8F-93AF-F1CF83200E34", "version": "0.4.0", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=q4gbC5z3", "checksum": "5b4627182340da13a7fa5109603956cc", "children": null }, { "build_type": "64bit_i386", "name": "packaging", "guid": "2F9EE17E-6107-462D-AE36-D930B1C5FB47", "version": "0.4.0", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=t4gbznw3", "checksum": "b68d618a4e4246d99eadcd385a40030b", "children": null }, { "build_type": "win32", "name": "runtime", "guid": "A2AC5CB5-8C52-456C-9525-601A5B0725DA", "version": "0.3", "os": "win32", "url": "http://api.appcelerator.com/p/v1/release-download?token=52GBqNm", "checksum": null, "children": null }, { "build_type": "32bit_i386", "name": "installer", "guid": "7F7FA377-E695-4280-9F1F-96126F3D2C2A", "version": "0.3", "os": "linux", "url": "http://api.appcelerator.com/p/v1/release-download?token=r2GBpFc", "checksum": null, "children": null }, { "build_type": "10.5_i386", "name": "runtime", "guid": "A2AC5CB5-8C52-456C-9525-601A5B0725DA", "version": "0.3", "os": "osx", "url": "http://api.appcelerator.com/p/v1/release-download?token=V2GBn94", "checksum": null, "children": null } ] } !ENTRY com.appcelerator.titanium.update.core 1 0 2016-02-23 09:01:16.613 !MESSAGE (Build 4.5.0.201602170821) [INFO] com.appcelerator.titanium.update.core/debug/sdk_update Found valid mobilesdk releases [Titanium SDK release: mobilesdk-5.2.0.GA-osx, Titanium SDK release: mobilesdk-5.1.2.GA-osx, Titanium SDK release: mobilesdk-5.1.1.GA-osx, Titanium SDK release: mobilesdk-5.1.0.GA-osx, Titanium SDK release: mobilesdk-5.0.2.GA-osx, Titanium SDK release: mobilesdk-5.0.1.GA-osx, Titanium SDK release: mobilesdk-5.0.0.GA-osx, Titanium SDK release: mobilesdk-4.1.1.GA-osx, Titanium SDK release: mobilesdk-4.1.0.GA-osx, Titanium SDK release: mobilesdk-4.0.0.GA-osx, Titanium SDK release: mobilesdk-3.5.1.GA-osx, Titanium SDK release: mobilesdk-3.5.0.GA-osx, Titanium SDK release: mobilesdk-3.4.1.GA-osx, Titanium SDK release: mobilesdk-3.4.0.GA-osx, Titanium SDK release: mobilesdk-3.3.0.GA-osx, Titanium SDK release: mobilesdk-3.2.3.GA-osx, Titanium SDK release: mobilesdk-3.2.2.GA-osx, Titanium SDK release: mobilesdk-3.2.1.GA-osx, Titanium SDK release: mobilesdk-3.2.0.GA-osx, Titanium SDK release: mobilesdk-3.1.3.GA-osx, Titanium SDK release: mobilesdk-3.1.2.GA-osx, Titanium SDK release: mobilesdk-3.1.1.GA-osx, Titanium SDK release: mobilesdk-3.1.0.GA-osx, Titanium SDK release: mobilesdk-3.0.2.GA-osx, Titanium SDK release: mobilesdk-3.0.0.GA-osx, Titanium SDK release: mobilesdk-2.1.4.GA-osx, Titanium SDK release: mobilesdk-2.1.3.GA-osx, Titanium SDK release: mobilesdk-2.1.2.GA-osx, Titanium SDK release: mobilesdk-2.1.1.GA-osx, Titanium SDK release: mobilesdk-2.1.0.GA-osx, Titanium SDK release: mobilesdk-2.0.2.GA-osx, Titanium SDK release: mobilesdk-2.0.1.GA2-osx, Titanium SDK release: mobilesdk-2.0.1.GA-osx, Titanium SDK release: mobilesdk-1.8.2-osx, Titanium SDK release: mobilesdk-1.8.1-osx, Titanium SDK release: mobilesdk-1.8.0.1-osx, Titanium SDK release: mobilesdk-1.7.5-osx, Titanium SDK release: mobilesdk-1.7.3-osx, Titanium SDK release: mobilesdk-1.7.2-osx, Titanium SDK release: mobilesdk-1.7.1-osx, Titanium SDK release: mobilesdk-1.7.0-osx, Titanium SDK release: mobilesdk-1.6.2-osx, Titanium SDK release: mobilesdk-1.6.1-osx, Titanium SDK release: mobilesdk-1.6.0-osx, Titanium SDK release: mobilesdk-1.5.1-osx, Titanium SDK release: mobilesdk-1.5.0-osx, Titanium SDK release: mobilesdk-1.4.2-osx, Titanium SDK release: mobilesdk-1.4.1.1-osx, Titanium SDK release: mobilesdk-1.4.1-osx, Titanium SDK release: mobilesdk-1.4.0-osx, Titanium SDK release: mobilesdk-1.3.0-osx, Titanium SDK release: mobilesdk-1.2.0-osx, Titanium SDK release: mobilesdk-1.1.2-osx, Titanium SDK release: mobilesdk-1.1.1-osx, Titanium SDK release: mobilesdk-1.0.0-osx, Titanium SDK release: mobilesdk-0.9.3-osx, Titanium SDK release: mobilesdk-0.7.1-osx, Titanium SDK release: mobilesdk-0.6.2-osx, Titanium SDK release: mobilesdk-0.6.1-osx, Titanium SDK release: mobilesdk-0.6.0-osx, Titanium SDK release: mobilesdk-0.5.0-osx, Titanium SDK release: mobilesdk-0.4.2-osx, Titanium SDK release: mobilesdk-0.4.1-osx] !ENTRY com.aptana.core 1 0 2016-02-23 09:01:16.613 !MESSAGE (Build 4.5.0.201602170821) [INFO] com.aptana.core/debug/shell Running process: Process: "/usr/local/bin/appcelerator" "ti" "sdk" "-o" "json" "--no-colors" "--no-progress-bars" "--no-prompt" "--no-banner" "--prompt-type" "socket-bundle" "--prompt-port" "51150" Working directory: / Environment: {ANALYTICS_SOURCE=studio, ANDROID_NDK=/Users/fokkezb/dev/bin/android-ndk-r10e, ANDROID_SDK=/Users/fokkezb/Library/android-sdk-macosx, APTANA_VERSION=4.5.0.1446607552, Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.UGl7pmRtAG/Render, HOME=/Users/fokkezb, JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home, LANG=en_US.UTF-8, LOGNAME=fokkezb, NVM_CD_FLAGS=, NVM_DIR=/Users/fokkezb/.nvm, NVM_IOJS_ORG_MIRROR=https://iojs.org/dist, NVM_NODEJS_ORG_MIRROR=https://nodejs.org/dist, NVM_RC_VERSION=, PATH=/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/fokkezb/dev/bin/apache-ant-1.9.6/bin:/Users/fokkezb/dev/bin/android-ndk-r10e, PWD=/, SHELL=/bin/bash, SHLVL=1, SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.KCV3OUBZG3/Listeners, STUDIO_NAME=Appcelerator Studio, STUDIO_PRODUCT_ID=com.appcelerator.titanium.rcp.product, STUDIO_VERSION=4.5.0.201602170821, TMPDIR=/var/folders/cv/b296rfgs7t7bqsl6r03mg_4h0000gn/T/, USER=fokkezb, XPC_FLAGS=0x0, XPC_SERVICE_NAME=com.appcelerator.appcelerator-studio.415072, __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0} !ENTRY com.aptana.core 1 0 2016-02-23 09:01:18.500 !MESSAGE (Build 4.5.0.201602170821) [INFO] com.aptana.core/debug/shell/output Process Output: { "activeSDK": "5.2.0.RC", "defaultInstallLocation": "/Users/fokkezb/Library/Application Support/Titanium", "installLocations": [ "/Users/fokkezb/Library/Application Support/Titanium", "/Library/Application Support/Titanium" ], "installed": { "6.0.0": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/6.0.0", "5.2.0.RC": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.RC", "5.1.2.GA": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.1.2.GA", "5.1.1.GA": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.1.1.GA", "5.1.0.GA": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.1.0.GA", "5.0.2.GA": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA", "4.1.1.GA": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/4.1.1.GA", "4.0.0.GA": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/4.0.0.GA", "3.5.1.GA": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/3.5.1.GA" }, "sdks": { "6.0.0": { "name": "6.0.0", "manifest": { "name": "6.0.0.v20160110233608", "version": "6.0.0", "moduleAPIVersion": "2", "timestamp": "01/10/16 23:36", "githash": "edc97fb", "platforms": [ "android", "mobileweb", "iphone", "windows" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/6.0.0" }, "5.2.0.RC": { "name": "5.2.0.RC", "manifest": { "name": "5.2.0.v20160216202526", "version": "5.2.0", "moduleAPIVersion": "2", "timestamp": "02/16/16 20:25", "githash": "8e28ccf", "platforms": [ "android", "mobileweb", "iphone", "windows" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.RC" }, "5.1.2.GA": { "name": "5.1.2.GA", "manifest": { "name": "5.1.2.v20151216190036", "version": "5.1.2", "moduleAPIVersion": "2", "timestamp": "12/16/15 19:00", "githash": "ca822b2", "platforms": [ "android", "mobileweb", "iphone", "windows" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.1.2.GA" }, "5.1.1.GA": { "name": "5.1.1.GA", "manifest": { "name": "5.1.1.v20151124110704", "version": "5.1.1", "moduleAPIVersion": "2", "timestamp": "11/24/15 11:07", "githash": "e46100b", "platforms": [ "android", "mobileweb", "iphone", "windows" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.1.1.GA" }, "5.1.0.GA": { "name": "5.1.0.GA", "manifest": { "name": "5.1.0.v20151118214427", "version": "5.1.0", "moduleAPIVersion": "2", "timestamp": "11/18/15 21:44", "githash": "0913213", "platforms": [ "android", "mobileweb", "iphone", "windows" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.1.0.GA" }, "5.0.2.GA": { "name": "5.0.2.GA", "manifest": { "name": "5.0.2.v20150930120735", "version": "5.0.2", "moduleAPIVersion": "2", "timestamp": "09/30/15 12:07", "githash": "92c2265", "platforms": [ "android", "mobileweb", "iphone", "windows" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA" }, "4.1.1.GA": { "name": "4.1.1.GA", "manifest": { "name": "4.1.1.v20150816214206", "version": "4.1.1", "moduleAPIVersion": "2", "timestamp": "08/16/15 21:42", "githash": "7e39876", "platforms": [ "android", "mobileweb", "iphone", "windows" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/4.1.1.GA" }, "4.0.0.GA": { "name": "4.0.0.GA", "manifest": { "name": "4.0.0.v20150518154210", "version": "4.0.0", "moduleAPIVersion": "2", "timestamp": "05/18/15 15:42", "githash": "9239ff9", "platforms": [ "iphone", "mobileweb", "android" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/4.0.0.GA" }, "3.5.1.GA": { "name": "3.5.1.GA", "manifest": { "name": "3.5.1.v20150305100816", "version": "3.5.1", "moduleAPIVersion": "2", "timestamp": "03/05/15 10:08", "githash": "96875c9", "platforms": [ "iphone", "mobileweb", "android", "blackberry" ] }, "path": "/Users/fokkezb/Library/Application Support/Titanium/mobilesdk/osx/3.5.1.GA" } } } !ENTRY com.appcelerator.titanium.update.core 1 0 2016-02-23 09:01:18.667 !MESSAGE (Build 4.5.0.201602170821) [INFO] com.appcelerator.titanium.update.core/debug/sdk_update Latest Titanium SDK already installed {code}
5
2,483
TISTUD-8003
02/26/2016 10:05:32
Non-modal dialog for submitting JIRA ticket from the studio
h3. Please do a non modal dialog box for JIRA ticket. Always i want create a ticket, i can't access or copy past my code in the ticket because modal dialog
5
2,484
TISTUD-8002
02/26/2016 14:31:00
Studio autocompletes first (private) function that starts with _ when trying to use an underscore function
When you have a function defined (anywhere) that starts with an underscore like: {code:js} function _bar() { } {code} And then you mean to type {{_.extend()}} Studio will autocomplete {{_}} to {{_bar}} as soon as you type the dot. Expected behaviour is for it to ignore not autocomplete when I deviate from the suggested autocompletions, just like when I type {{_foo}}. See attached video. Discovered by [~falko]: https://github.com/FokkeZB/nl.fokkezb.infiniteScroll/pull/55
8
2,485
TISTUD-8021
02/29/2016 23:55:15
Liveview on Windows Phone 8.1
According to some other JIRA tickets and the release notes for 5.2.0.GA, Liveview for Windows phone is now fixed. However, I have a windows phone 8.1 project with liveview enabled in appcelerator studio and I don't get any form of automatic code reload. Doesn't seem to work if I use the CLI either. This is the same on an emulator or device. Can I have some information on how to troubleshoot the problem, or maybe an update on the status of this feature? Thanks.
8
2,486
TISTUD-8009
03/03/2016 05:41:24
App Preview for iOS Adhoc builds
With the Installr app integration, we're looking to add a flag in adhoc build distribution flows for uploading to Installr App. Users should be able to flag their build to be uploaded to Installr. When selected they should be able to add a description to their build. Additional options available in the CLI plugin such as emailing existing users in the app or adding emails should also be in the form. CLI plugin located here: https://github.com/jeffbonnes/appc-app-preview-cli-hook
8
2,487
TISTUD-8010
03/03/2016 05:42:53
App Preview for Android builds
With the Installr app integration, we're looking to add a flag in adhoc build distribution flows for uploading to Installr App. Users should be able to flag their build to be uploaded to Installr. When selected they should be able to add a description to their build. Additional options available in the CLI plugin such as emailing existing users in the app or adding emails should also be in the form. CLI plugin located here: https://github.com/jeffbonnes/appc-app-preview-cli-hook
8
2,488
TISTUD-8012
03/03/2016 17:39:40
Studio needs to call "appc run" / "ti build" to build iOS/Android modules
Titanium SDK add support for building Titanium native modules via the CLI a while ago. It is suspected that Studio is still calling {{ant}} for Android modules and {{python build.py}} for iOS modules. These need to be updated to use the CLI. To build Android modules, simply run: {code} appc run --platform android --project-dir /path/to/module/android --build-only - OR - ti build --platform android --project-dir /path/to/module/android --build-only {code} For iOS modules, run: {code} appc run --platform ios --project-dir /path/to/module/iphone --build-only - OR - ti build --platform ios --project-dir /path/to/module/iphone --build-only {code} Things to note: * There should be no notable difference between using the Appc CLI vs Titanium CLI, but I could be wrong. Please advise. * The {{\-\-project\-dir}} must be to the module's platform-specific directory. * {{\-\-build\-only}} is only supported by iOS module build. Android support is coming in Titanium SDK 5.3.0 (TIMOB-20510). * The {{build.py}} has been officially deprecated as of Titanium SDK 5.2.1 and will be removed from new module projects in Titanium SDK 6.0.0, possibly 5.3.0 or 5.4.0. * Refer to TIDOC-2470 for more details.
5
2,489
TISTUD-8015
03/05/2016 20:36:52
"Missing icon" in TiApp Editor when using DefaultIcon.png
When using the {{DefaultIcon.png}} in the Appc-Studio, the tiapp.xml shows a validation error (see attachment). When you select the DefaultIcon.png, it copies the Icon to the Resources directory and still fails. We should fix that, it confuses user when using Studio. My approach would be, to disable the whole field if the DefaultIcon.png is located in the project root.
5
2,490
TISTUD-8018
03/08/2016 18:17:22
iOS Debugger: failed to connect.
h6. Issue Description The app seems to run fine in the simulator, but the debugger jumps some breakpoints. And approximately five minutes after app startup, user get a popup that says "iOS debugger on simulator has encountered a problem. Debugger failed to connect. Accept timed out." This is the error after the popup: {code} !ENTRY com.aptana.js.debug.core 1 0 2016-02-24 23:10:21.776 !MESSAGE Extension version: 4.1.0; protocol v2 !ENTRY com.appcelerator.titanium.ios.core 4 0 2016-02-24 23:15:21.780 !MESSAGE Debugger failed to connect !STACK 0 java.net.SocketTimeoutException: Accept timed out at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409) at java.net.ServerSocket.implAccept(ServerSocket.java:545) at java.net.ServerSocket.accept(ServerSocket.java:513) at com.appcelerator.titanium.ios.core.launching.IOSNodeJSCommandsHelper.connect(IOSNodeJSCommandsHelper.java:491) at com.appcelerator.titanium.ios.core.launching.IOSNodeJSCommandsHelper.access$1(IOSNodeJSCommandsHelper.java:488) at com.appcelerator.titanium.ios.core.launching.IOSNodeJSCommandsHelper$3.run(IOSNodeJSCommandsHelper.java:464) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code} And some other times application is not started. * full timeout log and application not starting log attached. h6. Steps to replicate # Create a new app # Add some breakpoints # Run as Debug # Some breakpoints are not detected # After five minutes the Debug crash # Run again # Application doesn't start
8
2,491
TISTUD-8019
03/08/2016 21:34:53
Studio: Selecting Two-Tabbed Alloy mobile app project generates a default Alloy project instead
h5. Description: Selecting a "two-tabbed" alloy template during new project wizard instead creates a single-tabbed default alloy project. *This is a regression* h5. Steps to reproduce: 1) Create a new "mobile app" project in Studio 2) Select "Alloy" and "Two-tabbed Alloy Application" 3) Click "next" and continue through wizard 4) Examine the project {{index.xml}} at app/views/index.xml h5. Result: The index shows that the default template was used to create the project h5. Expected Result: The two-tabbed template was used to create the project.
5
2,492
TISTUD-8020
03/10/2016 01:16:41
New android NDK "r11" is not detected by appc studio due to missing "ndk-gdb"
h5.Steps to reproduce: 1. Download the new NDK from here : http://developer.android.com/ndk/downloads/index.html. 2. In studio preferences go to Studio/Android. 3. Set the NDK path to new NDK r11. h5.Actual Results: 1. Studio does not detect the NDK because it can't find "ndk-gdb" inside the root NDK folder. 2. Google has removed "ndk-gdb" in favour "ndk-gdb.py" which is mentioned in the release notes here: http://developer.android.com/ndk/downloads/index.html. h5.Expected Results: 1. Studio should detect the new NDK "r11".
5
2,493
TISTUD-8023
03/18/2016 09:17:08
Don't allow to edit organization name in the Splash screen user login prompt
Don't allow to edit organization name in the Splash screen org selection prompt during the studio login process. *Steps:* 1. Logout out from studio/CLI 2. Restart the studio 3. Provide login credentials - user name and password 4. Prompt will appear to select the organization name from list of orgs 5. Here, user can edit orgname from the prompt dialog. *Actual: *Studio org selection prompt allowing to edit the org name *Expected:* Org selection combo should be read only - this also applicable \ for auth code selection dialog
3
2,494
TISTUD-8025
03/22/2016 23:08:43
Windows: Using Windows capabilities with a namespace in a tiapp.xml displays an error
h5.Description When using the below in the tiapp.xml Studio will not accept it and throw the following error {{The prefix "m3" for element "m3:Capability" is not bound.}}. {code} <windows> <Capabilities> <m3:Capability Name="contacts" /> </Capabilities> </windows> {code} *Workaround* Based off TIMOB-20231 the SDK will automatically add these prefixes for you so the workaround is to remove the namespace. However as our [documentation|http://docs.appcelerator.com/platform/latest/#!/guide/tiapp.xml_and_timodule.xml_Reference-section-29004921_tiapp.xmlandtimodule.xmlReference-UserInformationCapability] refers to type of usage we should accept it in Studio. h5.Steps to reproduce 1. Open a tiapp.xml from a project in Studio 2. Click the tiapp.xml tab to open the editor 3. Add the below {code} <windows> <Capabilities> <m3:Capability Name="contacts" /> </Capabilities> </windows> {code} h5.Actual result Studio will display an error and stop the user from building h5.Expected result The input should be accepted
5
2,495
TISTUD-8026
03/23/2016 07:32:03
Studio can't deal with Genymotion 2.6.0 or later
Genymotion 2.6.0 changes the location of the player internally in the App Package. We fixed the CLI with TIMOB-20130, but it seems Studio needs a similar fix here: https://github.com/appcelerator/titanium_studio/blob/938ba3b47c1ab33add316308e6593ee99cd329b6/plugins/com.appcelerator.titanium.android.ui/src/com/appcelerator/titanium/android/ui/preferences/GenymotionInstallPathFieldEditor.java#L170-L201 But ideally, Studio should just rely on the CLI and not duplicate this logic. Reported on Stack Overflow: http://stackoverflow.com/questions/36136178/an-internal-error-occurred-during-syncing-to-cli-java-lang-nullpointerexc
5
2,496
TISTUD-8027
03/24/2016 21:39:49
Android NDK r11b had moved the NDK-Build file on Windows
Android NDK R11B had moved the NDK-Build file on Windows. *Steps to reproduce:* # Download Android ndk-r11b. # On studio navigate to Window > Preferences > Studio > Platform > Android. # Select android ndk-r11b as the ndk home directory. *Actual :* A problem is detected with the ndk. *Expected:* There are no errors as seen in ndk-r10c.
1
2,497
TISTUD-8447
03/29/2016 20:00:13
Windows: Studio needs to specify the Windows SDK to be used when building to a Windows 10 emulator
h5.Description When building to a Windows 10 Mobile emulator using the following command {{appc run -p windows -T wp-emulator -C 10-0-6}} currently this will error out with the below until TIMOB-20571 is done as the CLI will use the 8.1 SDKs by default {code} [ERROR] Invalid "--device-id" value "10-0-6" For help, run: titanium.js help build {code} When building to the a Windows 10 Mobile emulator Studio should also add {{--wp-sdk 10.0}} otherwise the build will fail h5.Steps to reproduce 1. Build to a Windows 10 Emulator using Studio h5.Actual result The build will fail with the below {code} [ERROR] Invalid "--device-id" value "10-0-6" For help, run: titanium.js help build {code} h5.Expected result The build should not fail
5
2,498
TISTUD-8448
03/30/2016 03:45:29
Integrate App Designer into Appcelerator Studio
* App designer repository and plugins * App Designer plugin is built and published automatically to a certain location. * Appcelerator Studio master pulls in a specified version as part of the packaging step * Appcelerator Studio adds any additional hooks as necessary
8
2,499
TISTUD-8450
04/05/2016 19:29:00
Appcelerator Studio (new install) stuck on splash screen (message: 'verifying').
h6. Description Appcelerator studio is not responding. When I open the studio it always shows the message "verifying" and getting stuck on this page. *But we can,* - we can login via the CLI (appc login) - We can create application and run via the CLI *Tried this procedure* - we have completely removed node_modules, re-installed nodejs - we have removed .appcelerator, .titnaium folder. - We have reinstalled studio a few times and restarted the machine - We have tried also prior version of studio (v4.3.3, v4.10) - *But the initial error still remains.* *Please see this customer env, org, error and log info* 1. [appc info|http://i.imgur.com/XQTipKQ.jpg] 2. [appc whoami --full -o json|http://i.imgur.com/tNE96HP.png] 3. [Error|http://i.imgur.com/MDM3paG.png] 3. Studio Log {code} !SESSION 2016-04-05 12:48:50.365 ----------------------------------------------- eclipse.buildId=unknown java.version=1.8.0_60 java.vendor=Oracle Corporation BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/mobile/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/mobile/.eclipse_keyring -consoleLog -showlocation !ENTRY org.eclipse.core.net 1 0 2016-04-05 12:48:54.418 !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences {code}
5
2,500
TISTUD-8451
04/06/2016 22:57:39
No console logs displayed when packaging Android & IOS modules with studio 4.6.0.201604041329
h5.Steps to reproduce: 1. Create an android & a IOS module in studio. 2. Package both the module for any of the 3 options. h5.Actual Results: 1. No console logs are seen in the console while the modules are being packaged. 2. This is probably a side effect of moving to use {{appc run}} to build the modules. h5.Expected Results: 1. Console logs should be seen while packaging Android & IOS module.
3
2,501
TISTUD-8453
04/06/2016 23:20:55
Studio 4.6.0.201604041329 tries to create the samples view but fails with error
h5.Steps to reproduce: 1. Install studio version 4.6.0.201604041329, make sure you have a previous version of studio installed. (I installed 4.6.0 studio which replaced my 4.5.0 studio). 2. Open studio. h5.Actual Results: 1. After studio open up check the samples view. 2. It will show an error {{Could not create the view:}}. 3. As samples view is removed this might be due to some remnants from the previous studio. h5.Expected Results: 1. We should not see any error.
3
2,502
TISTUD-8454
04/07/2016 08:58:44
Create App designer Jenkins job for building the artifacts
Create App designer build job in jenkins so that it can be used for building the required jars
5
2,503
TISTUD-8455
04/07/2016 09:23:15
An option to set App designer Scratchpad XML editor as a default alloy view editor
Provide an option to set App designer Scratchpad XML editor as a default alloy view editor. Currently to open an alloy view in the Scratchpad editor, here is the flow: # Right click on the alloy view file # Select "Open With" # Select "Scratchpad XML Editor" option from the menu. For every file, the user to has to do the same. Instead, provide an option from studio preferences to set App designer scratchpad editor as a default editor for all alloy view files.
5
2,504
TISTUD-8457
04/07/2016 14:20:23
App designer as part of Studio Installers and 4.6.0 update
Below scenarios has to be addressed: # Appcelerator Studio 4.6.0 mac and windows installers should also install App designer along with it. # When a user upgrades the Studio 4.5.0 or lower to 4.6.0 Studio, It should also upgrade App designer along with the studio.
5
2,505
TISTUD-8458
04/11/2016 15:16:13
Ran in to a NPE while trying to run Studio
Here's a bunch of stack traces from my session this morning: {code} !STACK 0 Unexpected character (() at position 0. at org.json.simple.parser.Yylex.yylex(Yylex.java:611) at org.json.simple.parser.JSONParser.nextToken(JSONParser.java:270) at org.json.simple.parser.JSONParser.parse(JSONParser.java:119) at org.json.simple.parser.JSONParser.parse(JSONParser.java:82) at org.json.simple.parser.JSONParser.parse(JSONParser.java:76) at com.appcelerator.titanium.android.core.AndroidSDKLocator.loadTiInfo(AndroidSDKLocator.java:848) at com.appcelerator.titanium.android.core.AndroidSDKLocator.updateTiInfo(AndroidSDKLocator.java:226) at com.appcelerator.titanium.android.core.AndroidSDKLocator.access$0(AndroidSDKLocator.java:224) at com.appcelerator.titanium.android.core.AndroidSDKLocator$1.run(AndroidSDKLocator.java:244) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) !ENTRY org.eclipse.core.jobs 4 2 2016-04-11 10:06:43.547 !MESSAGE An internal error occurred during: "Configuring SDK". !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.ios.ui.configuration.IOSSDKConfigurer.doConfigure(IOSSDKConfigurer.java:108) at com.appcelerator.titanium.ui.mobile.BaseMobilePlatformConfigurer.configure(BaseMobilePlatformConfigurer.java:44) at com.appcelerator.titanium.ui.mobile.PlatformsInstallManager$3.run(PlatformsInstallManager.java:171) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) !ENTRY org.eclipse.core.jobs 2 2 2016-04-11 10:06:55.243 !MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.appcelerator.titanium.android.core.AndroidSDKLocator$1 !SESSION 2016-04-11 10:07:53.414 ----------------------------------------------- eclipse.buildId=unknown java.version=1.8.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/rickblalock/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/rickblalock/.eclipse_keyring -consoleLog -showlocation !ENTRY org.eclipse.core.net 1 0 2016-04-11 10:07:57.674 !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences !ENTRY com.appcelerator.titanium.rcp 4 0 2016-04-11 10:08:01.493 !MESSAGE (Build 4.5.0.1446607552) [ERROR] Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@39e32ce2; line: 1802, column: 1559] !STACK 0 com.fasterxml.jackson.core.JsonParseException: Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@39e32ce2; line: 1802, column: 1559] at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1486) at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:518) at com.fasterxml.jackson.core.base.ParserMinimalBase._reportInvalidEOF(ParserMinimalBase.java:455) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString2(ReaderBasedJsonParser.java:1598) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString(ReaderBasedJsonParser.java:1585) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.getText(ReaderBasedJsonParser.java:233) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:230) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:224) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:224) at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:62) at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:14) at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3560) at com.fasterxml.jackson.databind.ObjectMapper.readTree(ObjectMapper.java:2134) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.verifyAppcWhoami(TitaniumSplashHandler.java:1238) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.access$4(TitaniumSplashHandler.java:1215) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$3.run(TitaniumSplashHandler.java:303) !ENTRY com.appcelerator.titanium.rcp 4 0 2016-04-11 10:08:27.312 !MESSAGE (Build 4.5.0.1446607552) [ERROR] Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@277c8784; line: 1802, column: 1559] !STACK 0 com.fasterxml.jackson.core.JsonParseException: Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@277c8784; line: 1802, column: 1559] at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1486) at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:518) at com.fasterxml.jackson.core.base.ParserMinimalBase._reportInvalidEOF(ParserMinimalBase.java:455) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString2(ReaderBasedJsonParser.java:1598) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString(ReaderBasedJsonParser.java:1585) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.getText(ReaderBasedJsonParser.java:233) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:230) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:224) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:224) at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:62) at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:14) at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3560) at com.fasterxml.jackson.databind.ObjectMapper.readTree(ObjectMapper.java:2134) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.verifyAppcWhoami(TitaniumSplashHandler.java:1238) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.rebuild(TitaniumSplashHandler.java:1252) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.access$5(TitaniumSplashHandler.java:1242) at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$3.run(TitaniumSplashHandler.java:311) !ENTRY com.aptana.scripting 4 0 2016-04-11 10:08:28.600 !MESSAGE (Build 4.5.0.201602170831) [ERROR] Failed to load bundle /Applications/Appcelerator Studio/plugins/com.appcelerator.titanium.core_3.1.2.1455193238/bundles/titanium_mobile.ruble !STACK 0 Can't construct a java object for !ruby/object:Ruble::Bundle; exception=Invalid tag: !ruby/object:Ruble::Bundle in "<reader>", line 1, column 5: --- !ruby/object:Ruble::Bundle ^ at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:325) at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:181) at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:140) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:126) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:296) at org.yaml.snakeyaml.Yaml.load(Yaml.java:290) at com.aptana.scripting.model.BundleCacher.load(BundleCacher.java:328) at com.aptana.scripting.model.BundleCacher.load(BundleCacher.java:286) at com.aptana.scripting.model.BundleManager$BundleLoadJob.run(BundleManager.java:110) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Caused by: org.yaml.snakeyaml.error.YAMLException: Invalid tag: !ruby/object:Ruble::Bundle at org.yaml.snakeyaml.nodes.Tag.getClassName(Tag.java:108) at org.yaml.snakeyaml.constructor.Constructor.getClassForNode(Constructor.java:620) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:313) at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:323) ... 9 more !ENTRY com.aptana.js.debug.core 4 0 2016-04-11 10:08:31.586 !MESSAGE (Build 4.5.0.201602170831) [ERROR] Reading {0} fails !STACK 0 java.io.FileNotFoundException: /Users/rickblalock/Library/Application Support/Firefox/Profiles/vq9c71nj.default/prefs.js (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:138) at com.aptana.js.debug.core.internal.browsers.FirebugUtil.registerEditor(FirebugUtil.java:67) at com.aptana.js.debug.ui.JSDebugUIPlugin.registerAsFirebugEditor(JSDebugUIPlugin.java:170) at com.aptana.js.debug.ui.JSDebugUIPlugin.start(JSDebugUIPlugin.java:106) at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:771) at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:764) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:721) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:936) at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:319) at org.eclipse.osgi.container.Module.doStart(Module.java:571) at org.eclipse.osgi.container.Module.start(Module.java:439) at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:454) at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107) at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:531) at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:324) at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:320) at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:395) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:345) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:337) at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:568) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:294) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:289) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:125) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.runtime.Platform.run(Platform.java:867) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:120) at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:255) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:83) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:367) at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:349) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:372) at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:332) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) !ENTRY com.appcelerator.titanium.core 4 0 2016-04-11 10:08:34.548 !MESSAGE (Build 4.5.0.201602170831) [ERROR] Location to be watched doesn't exist: /Library/Application Support/Titanium/modules !ENTRY com.appcelerator.titanium.core 4 0 2016-04-11 10:08:43.311 !MESSAGE (Build 4.5.0.201602170831) [ERROR] Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@47b0b491; line: 1802, column: 1559] !STACK 1 org.eclipse.core.runtime.CoreException: Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@47b0b491; line: 1802, column: 1559] at com.appcelerator.titanium.core.user.TitaniumUser.doGetOrganizations(TitaniumUser.java:392) at com.appcelerator.titanium.core.user.TitaniumUser.getOrganizations(TitaniumUser.java:294) at com.appcelerator.titanium.core.user.TitaniumUser.getOrganizationById(TitaniumUser.java:419) at com.appcelerator.titanium360.internal.ui.launch.DeveloperAccountListener.isDeveloperAccount(DeveloperAccountListener.java:55) at com.appcelerator.titanium360.internal.ui.launch.DeveloperAccountListener.loggedIn(DeveloperAccountListener.java:25) at com.appcelerator.titanium.core.user.TitaniumUserManager.addUserListener(TitaniumUserManager.java:628) at com.appcelerator.titanium360.ui.Titanium360UIPlugin$1.run(Titanium360UIPlugin.java:65) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Caused by: com.fasterxml.jackson.core.JsonParseException: Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@47b0b491; line: 1802, column: 1559] at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1486) at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:518) at com.fasterxml.jackson.core.base.ParserMinimalBase._reportInvalidEOF(ParserMinimalBase.java:455) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString2(ReaderBasedJsonParser.java:1598) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString(ReaderBasedJsonParser.java:1585) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.getText(ReaderBasedJsonParser.java:233) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:230) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:224) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:224) at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:62) at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:14) at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3560) at com.fasterxml.jackson.databind.ObjectMapper.readTree(ObjectMapper.java:2134) at com.appcelerator.titanium.core.user.TitaniumUser.doGetOrganizations(TitaniumUser.java:385) ... 7 more !SUBENTRY 1 com.appcelerator.titanium.core 4 0 2016-04-11 10:08:43.312 !MESSAGE Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@47b0b491; line: 1802, column: 1559] !STACK 0 com.fasterxml.jackson.core.JsonParseException: Unexpected end-of-input: was expecting closing quote for a string value at [Source: java.io.StringReader@47b0b491; line: 1802, column: 1559] at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1486) at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:518) at com.fasterxml.jackson.core.base.ParserMinimalBase._reportInvalidEOF(ParserMinimalBase.java:455) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString2(ReaderBasedJsonParser.java:1598) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._finishString(ReaderBasedJsonParser.java:1585) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.getText(ReaderBasedJsonParser.java:233) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:230) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:224) at com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:224) at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:62) at com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:14) at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3560) at com.fasterxml.jackson.databind.ObjectMapper.readTree(ObjectMapper.java:2134) at com.appcelerator.titanium.core.user.TitaniumUser.doGetOrganizations(TitaniumUser.java:385) at com.appcelerator.titanium.core.user.TitaniumUser.getOrganizations(TitaniumUser.java:294) at com.appcelerator.titanium.core.user.TitaniumUser.getOrganizationById(TitaniumUser.java:419) at com.appcelerator.titanium360.internal.ui.launch.DeveloperAccountListener.isDeveloperAccount(DeveloperAccountListener.java:55) at com.appcelerator.titanium360.internal.ui.launch.DeveloperAccountListener.loggedIn(DeveloperAccountListener.java:25) at com.appcelerator.titanium.core.user.TitaniumUserManager.addUserListener(TitaniumUserManager.java:628) at com.appcelerator.titanium360.ui.Titanium360UIPlugin$1.run(Titanium360UIPlugin.java:65) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) !ENTRY com.aptana.js.core 4 0 2016-04-11 10:09:09.995 !MESSAGE (Build 4.5.0.201602170831) [ERROR] Failed to determine installed version of package 'appcelerator': null !ENTRY com.appcelerator.titanium.alloy.ui 4 0 2016-04-11 10:09:10.174 !MESSAGE (Build 4.5.0.201602170831) [ERROR] Failed to add Alloy project templates !STACK 1 org.eclipse.core.runtime.CoreException: Cannot find expected binary at /Users/rickblalock/.appcelerator/install/5.2.2/package/node_modules/appc-cli-titanium/node_modules/alloy/bin/alloy. This likely means the install package at /Users/rickblalock/.appcelerator/install/5.2.2/package is invalid for version 5.2.2 [com.appcelerator.install.binary.missing] at com.appcelerator.titanium.alloy.internal.core.AlloyManager.getElementsOfType(AlloyManager.java:291) at com.appcelerator.titanium.alloy.internal.core.AlloyManager.getTemplates(AlloyManager.java:221) at com.appcelerator.titanium.alloy.internal.ui.AlloyTemplateInstaller.addAlloyTemplates(AlloyTemplateInstaller.java:68) at com.appcelerator.titanium.alloy.internal.ui.AlloyTemplateInstaller$1.run(AlloyTemplateInstaller.java:102) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) !SUBENTRY 1 com.aptana.core 4 1 2016-04-11 10:09:10.174 !MESSAGE Cannot find expected binary at /Users/rickblalock/.appcelerator/install/5.2.2/package/node_modules/appc-cli-titanium/node_modules/alloy/bin/alloy. This likely means the install package at /Users/rickblalock/.appcelerator/install/5.2.2/package is invalid for version 5.2.2 [com.appcelerator.install.binary.missing] !ENTRY com.appcelerator.titanium.alloy.ui 4 0 2016-04-11 10:09:10.349 !MESSAGE (Build 4.5.0.201602170831) [ERROR] Failed to add Alloy project templates !STACK 1 org.eclipse.core.runtime.CoreException: Cannot find expected binary at /Users/rickblalock/.appcelerator/install/5.2.2/package/node_modules/appc-cli-titanium/node_modules/alloy/bin/alloy. This likely means the install package at /Users/rickblalock/.appcelerator/install/5.2.2/package is invalid for version 5.2.2 [com.appcelerator.install.binary.missing] at com.appcelerator.titanium.alloy.internal.core.AlloyManager.getElementsOfType(AlloyManager.java:291) at com.appcelerator.titanium.alloy.internal.core.AlloyManager.getSamples(AlloyManager.java:351) at com.appcelerator.titanium.alloy.internal.ui.AlloyTemplateInstaller.addAlloySamples(AlloyTemplateInstaller.java:169) at com.appcelerator.titanium.alloy.internal.ui.AlloyTemplateInstaller$1.run(AlloyTemplateInstaller.java:103) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) !SUBENTRY 1 com.aptana.core 4 1 2016-04-11 10:09:10.349 !MESSAGE Cannot find expected binary at /Users/rickblalock/.appcelerator/install/5.2.2/package/node_modules/appc-cli-titanium/node_modules/alloy/bin/alloy. This likely means the install package at /Users/rickblalock/.appcelerator/install/5.2.2/package is invalid for version 5.2.2 [com.appcelerator.install.binary.missing] !ENTRY com.appcelerator.titanium.update.core 4 0 2016-04-11 10:09:10.613 !MESSAGE (Build 4.5.0.201602170831) [ERROR] Server returned HTTP response code: 403 for URL: http://builds.appcelerator.com.s3.amazonaws.com/mobile/5.2.0/index.json !STACK 0 java.io.IOException: Server returned HTTP response code: 403 for URL: http://builds.appcelerator.com.s3.amazonaws.com/mobile/5.2.0/index.json at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getURIContents(TitaniumReleasesUpdater.java:699) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getReleases(TitaniumReleasesUpdater.java:603) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getSDKReleases(TitaniumReleasesUpdater.java:549) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.getLatestSDKRelease(TitaniumReleasesUpdater.java:805) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.hasSDKUpdates(TitaniumReleasesUpdater.java:246) at com.appcelerator.titanium.update.internal.core.TitaniumReleasesUpdater.hasUpdates(TitaniumReleasesUpdater.java:202) at com.appcelerator.titanium.update.ui.TitaniumUpdateStartup.earlyStartup(TitaniumUpdateStartup.java:69) at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:89) at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:67) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2755) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code}
3
2,506
TISTUD-8459
04/11/2016 22:58:42
Windows: Remove Windows SDK Home field in preferences
h5.Description Currently Studio has a option to add the path to the Windows SDK location in Preferences->Studio->Platforms->Windows this should be removed for the following reasons # Due to Windows 8.1 and Windows 10 development being supported there are multiple paths for the SDKs and it is not like Android where one location holds mutliple versions of the SDK # The CLI automatically detects these locations through the registry keys # It is confusing for a user to try and set this path and Studio inform them that the detection failed when this is dealt with by the CLI
3
2,507
TISTUD-8460
04/12/2016 03:02:01
Default Android SDK downloaded by configuration is too old and not supported by Titanium 5.2.2
When using Studio to download the Android SDK, its downloading 5.0.0 which is no longer supported by Titanium SDK 5.2.2. We should be downloading the latest version of Android SDK by default.
3
2,508
TISTUD-8461
04/12/2016 03:37:08
Replace App designer XML editor by Alloy view editor
1. Open an alloy view with App designer 'Scratchpad editor' 2. Go to XML section(2nd tab) of the editor 3. Hit 'Ctrl+Space' to see intellisense proposals based on the context 4. Scratchpad XML editor is not showing any intellisense proposals I believe Scratchpad XML editor should exactly work like standard Alloy View XML editor so that users needn't switch between Alloy view editor and Scratchpad editor To do this, studio has to expose Alloy view editor functionality and packages to the VisualUI plugin
5
2,509
TISTUD-8462
04/12/2016 18:13:47
Sending Analytics Ping error
When launching studio sending analytics ping error appears *Steps to reproduce:* # Use the environment above # Launch studio *Actual :* See image below *Expected:* No error appears
5
2,510
TISTUD-8464
04/12/2016 19:28:38
xml views files are in web format, cannot open with studio
h1. Description In an Alloy mobile project, .xml view files can now only be opened in web format, which can't be edited, the right click popup menu is also completely unresponsive, it was found when trying to "Open With >". This issue does not occur with .js files within the same project. This issue is confirmed with two systems. h1. Steps to Reproduce 1. Use Appc Studio 4.6.0.201604081249 2. Create an Alloy Project. 3. Navigate to app > views > index.xml 4. Double-click file to Open. 5. Right click, hover over any expandable items in the popup menu. h1. Expected Result File should open in correct format, in Studio. popup menu should show expandable items. h1. Actual Result File is opened in webpage format, outside of Studio. popup menu does not show expandable items.
5