default info.plist file direction is not configurable
Closed this issue · 1 comments
LeeLyonse commented
已经指定Target的Info.plist文件路径
__CURRENT_INFO_PLIST_NAME="${__SCHEME_NAME}-Info.plist"
获取 Info.plist 路径
__CURRENT_INFO_PLIST_PATH="${__PROJECT_NAME}/Configs/${__CURRENT_INFO_PLIST_NAME}"
the "Configs " path should be configurable, right?
hoaye commented
Configs is the folder where I put Info.plist, and you can configure it according to where you actually put it in Info.plist