What You can do is to run:
xcodebuild -target <target> -configuration <configuration> -showBuildSettings
This command shows all the settings that are filled for target and configuration passed. Find the name of the key that contains $(SDKROOT)/ResourceRules.plist
(let call it THE_KEY) and then try:
xcodebuild -target <target> -configuration <configuration> THE_KEY=<new_value>
Don't guarantee that it will work.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…