skia2/infra/bots/ios_bin.isolate
Stephan Altmueller 0edb982602 Upgrade to iOS 11
Bug: skia:
Change-Id: Iad31c9857e005e5ac50b6f27127fc95df9fc5bce
Reviewed-on: https://skia-review.googlesource.com/147421
Commit-Queue: Stephan Altmueller <stephana@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
2018-08-16 22:37:52 +00:00

26 lines
440 B
Plaintext

{
'conditions': [
['OS=="iOS-9.3.1"', {
'variables': {
'files': [
'../../platform_tools/ios/bin/',
],
},
}],
['OS=="iOS-10.3.1"', {
'variables': {
'files': [
'../../platform_tools/ios/bin/',
],
},
}],
['OS=="iOS-11.4.1"', {
'variables': {
'files': [
'../../platform_tools/ios/bin/',
],
},
}],
],
}