Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Only append app_id and universal_link for the command when exist (#663
) When no `app_id` was specified in the `pubspec.yaml`, the command will be `ruby path_to_dir/wechat_setup.rb -a -u xxx -p xxx` which the `app_id` will be recognized as `-u`, then inserted to the `Info.plist`. The PR fixes the unexpected behavior.
- Loading branch information