mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Find AppFrameworkInfo.plist relative to Flutter app (#18358)
This works better for an add2app scenario.
This commit is contained in:
parent
b760ce0f5d
commit
d1aaa406ac
@ -147,7 +147,7 @@ BuildApp() {
|
||||
-install_name '@rpath/App.framework/App' \
|
||||
-o "${derived_dir}/App.framework/App" -)"
|
||||
fi
|
||||
RunCommand cp -- "${derived_dir}/AppFrameworkInfo.plist" "${derived_dir}/App.framework/Info.plist"
|
||||
RunCommand cp -- "${project_path}/ios/Flutter/AppFrameworkInfo.plist" "${derived_dir}/App.framework/Info.plist"
|
||||
|
||||
local precompilation_flag=""
|
||||
if [[ "$CURRENT_ARCH" != "x86_64" ]] && [[ "$build_mode" != "debug" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user