|
|
@ -1119,7 +1119,7 @@ class ObjCLanguage(object): |
|
|
|
shortname='ios-buildtest-example-watchOS-sample', |
|
|
|
shortname='ios-buildtest-example-watchOS-sample', |
|
|
|
cpu_cost=1e6, |
|
|
|
cpu_cost=1e6, |
|
|
|
environ={ |
|
|
|
environ={ |
|
|
|
'SCHEME': 'watchOS-sample', |
|
|
|
'SCHEME': 'watchOS-sample-WatchKit-App', |
|
|
|
'EXAMPLE_PATH': 'src/objective-c/examples/watchOS-sample', |
|
|
|
'EXAMPLE_PATH': 'src/objective-c/examples/watchOS-sample', |
|
|
|
'FRAMEWORKS': 'NO' |
|
|
|
'FRAMEWORKS': 'NO' |
|
|
|
})) |
|
|
|
})) |
|
|
@ -1130,7 +1130,7 @@ class ObjCLanguage(object): |
|
|
|
shortname='ios-buildtest-example-watchOS-sample-framework', |
|
|
|
shortname='ios-buildtest-example-watchOS-sample-framework', |
|
|
|
cpu_cost=1e6, |
|
|
|
cpu_cost=1e6, |
|
|
|
environ={ |
|
|
|
environ={ |
|
|
|
'SCHEME': 'watchOS-sample', |
|
|
|
'SCHEME': 'watchOS-sample-WatchKit-App', |
|
|
|
'EXAMPLE_PATH': 'src/objective-c/examples/watchOS-sample', |
|
|
|
'EXAMPLE_PATH': 'src/objective-c/examples/watchOS-sample', |
|
|
|
'FRAMEWORKS': 'YES' |
|
|
|
'FRAMEWORKS': 'YES' |
|
|
|
})) |
|
|
|
})) |
|
|
|