diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/docs/ios | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/docs/ios')
-rw-r--r-- | chromium/docs/ios/build_instructions.md | 5 | ||||
-rw-r--r-- | chromium/docs/ios/xcode_tips.md | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/chromium/docs/ios/build_instructions.md b/chromium/docs/ios/build_instructions.md index 5695097a072..2a42d01be38 100644 --- a/chromium/docs/ios/build_instructions.md +++ b/chromium/docs/ios/build_instructions.md @@ -76,6 +76,11 @@ build directories under `out` for Release and Debug device and simulator builds, and generates an appropriate Xcode workspace (`out/build/all.xcworkspace`) as well. +Warning: *do not open `out/build/products.xcodeproj` as this file does not +configure the "Legacy Build System". If you do open this file, many things +won't work properly (clicking on an error won't open the corresponding file, +...).* + More information about [developing with Xcode](xcode_tips.md). You can customize the build by editing the file `$HOME/.setup-gn` (create it if diff --git a/chromium/docs/ios/xcode_tips.md b/chromium/docs/ios/xcode_tips.md index 0e643693dce..63b11367899 100644 --- a/chromium/docs/ios/xcode_tips.md +++ b/chromium/docs/ios/xcode_tips.md @@ -5,8 +5,9 @@ to develop Chrome for iOS. ## Background -### .xcworkspace and .xcproject +### .xcworkspace and .xcodeproj +* Open all.xcworkspace only. * Generated from BUILD.gn files. * Don't make changes to it as it is a "fake" representation of the project - changes will not be committed @@ -15,6 +16,10 @@ to develop Chrome for iOS. * Added BUILD.gn files/`source_sets` need to be referenced from other ones as a `dep` in order for it to be shown in xcode. +Warning: *do not open the `.xcodeproj` as this file does not configure the +"Legacy Build System". If you do open this file, many things won't work +properly (clicking on an error won't open the corresponding file, ...).* + ### Adding new files * Create new files with `tools/boilerplate.py` |