Skip to content

Commit

Permalink
Update fix-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Jun 13, 2018
1 parent 9bbd1b1 commit e3cb589
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/TextField.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ properties:
compatible with your service. You can learn more about the purpose of and syntax for these rules
on the [Password Rules documentation guide](https://developer.apple.com/documentation/security/password_autofill/customizing_password_autofill_rules).
type: String
since: "8.0.0"
since: "7.4.0"
osver: { ios: { min: "12.0" } }
platforms: [iphone, ipad]

Expand Down
4 changes: 2 additions & 2 deletions apidoc/Titanium/UI/UI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,15 +1104,15 @@ properties:
summary: Specifies the expectation of a new password.
type: String
platforms: [iphone, ipad]
since: "8.0.0"
since: "7.4.0"
osver: { ios: { min: "12.0" } }
permission: read-only

- name: AUTOFILL_TYPE_ONE_TIME_CODE
summary: Specifies the expectation of a single-factor SMS login code.
type: String
platforms: [iphone, ipad]
since: "8.0.0"
since: "7.4.0"
osver: { ios: { min: "12.0" } }
permission: read-only

Expand Down
4 changes: 2 additions & 2 deletions iphone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"minIosVersion": "8.0",
"minWatchosVersion": "1.0",
"vendorDependencies": {
"xcode": ">=6.0 <=9.x",
"ios sdk": ">=8.0 <=11.x",
"xcode": ">=7.0 <=10.x",
"ios sdk": ">=8.0 <=12.x",
"node": ">=4.0 <=8.x"
},
"repository": {
Expand Down

0 comments on commit e3cb589

Please sign in to comment.