I have recently added a new domain with my primary domain in meteor galaxy app config.
After this changes i am unable to build my iOS app.
Info plist file is generating with below dev configurations.
<content src="http://localhost:12384/" />
<allow-intent href="tel:*" />
<allow-intent href="geo:*" />
<allow-intent href="mailto:*" />
<allow-intent href="sms:*" />
<allow-intent href="market:*" />
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<allow-navigation href="http://localhost" />
and if i fix the info plist file manually and release to app store then the components are not rendering properly , the app showing the web components instead of mobile components