OLD | NEW |
1 { | 1 { |
2 "comments": [ | 2 "comments": [ |
3 "Builder for 64-bit devices." | 3 "Builder for 64-bit devices." |
4 ], | 4 ], |
5 "xcode version": "8.0", | 5 "xcode version": "8.0", |
6 "gn_args": [ | 6 "gn_args": [ |
7 "goma_dir=\"$(goma_dir)\"", | 7 "goma_dir=\"$(goma_dir)\"", |
8 "ios_enable_code_signing=false", | 8 "ios_enable_code_signing=false", |
9 "is_component_build=false", | 9 "is_component_build=false", |
10 "is_debug=true", | 10 "is_debug=true", |
11 "target_cpu=\"arm64\"", | 11 "target_cpu=\"arm64\"", |
12 "target_os=\"ios\"", | 12 "target_os=\"ios\"", |
13 "use_goma=true" | 13 "use_goma=true" |
14 ], | 14 ], |
15 "additional_compile_targets": [ "all" ], | 15 "additional_compile_targets": [ "all" ], |
16 "configuration": "Debug", | 16 "configuration": "Debug", |
17 "sdk": "iphoneos10.0", | 17 "sdk": "iphoneos10.0", |
18 "tests": [ | 18 "tests": [ |
19 ] | 19 ] |
20 } | 20 } |
OLD | NEW |