Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-28098] TiAPI: Add OS version patch integer constants

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2020-09-09T15:19:05.000+0000
Affected Version/sn/a
Fix Version/sRelease 9.2.0
ComponentsAndroid, iOS
Labelsandroid, iOS, os, platform, version
ReporterJoshua Quick
AssigneeChristopher Williams
Created2020-08-26T14:38:47.000+0000
Updated2020-09-09T15:19:05.000+0000

Description

*Feature Proposal:* Add the following properties to Ti.Platform... * Ti.Platform.versionPatch // Returns an integer. Also add the following global constants. _(These will pair well with [OS_ANDROID](https://docs.appcelerator.com/platform/latest/#!/api/Global-property-OS_ANDROID) and [OS_IOS](https://docs.appcelerator.com/platform/latest/#!/api/Global-property-OS_IOS).)_ * OS_VERSION_PATCH

Comments

  1. Christopher Williams 2020-08-26

    https://github.com/appcelerator/titanium_mobile/pull/11967
  2. Samir Mohammed 2020-09-09

    *Closing ticket*. Fix verified in SDK version 9.2.0.v20200908050955, and 9.3.0.v20200908051946. *Test and other information can be found at:* https://github.com/appcelerator/titanium_mobile/pull/11967 *Tested using*
       console.log(Ti.Platform.versionPatch)
       
    *Test Environment*
       MacOS Big Sur: 11.0 Beta 5
       Xcode: 12.0 Beta 5
       Java Version: 1.8.0_242
       Android NDK: 21.3.6528147
       Node.js: 12.18.1
       ""NPM":"5.0.0","CLI":"8.1.0-master.11""
       

JSON Source