| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 | <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict>	<key>NSAppTransportSecurity</key>	<dict>		<key>NSAllowsArbitraryLoads</key>		<true/>		<key>NSAllowsArbitraryLoadsInWebContent</key>		<true/>		<key>NSExceptionDomains</key>		<dict>			<key>zyp.hnwmzp.cn</key>			<dict>				<key>NSExceptionAllowsInsecureHTTPLoads</key>				<true/>				<key>NSExceptionMinimumTLSVersion</key>				<string>TLSv1.3</string>				<key>NSExceptionRequiresForwardSecrecy</key>				<false/>				<key>NSIncludesSubdomains</key>				<true/>			</dict>		</dict>	</dict>	<key>UIAppFonts</key>	<array>		<string>Roboto-Medium.ttf</string>		<string>Roboto-Black.ttf</string>		<string>Roboto-BlackItalic.ttf</string>		<string>Roboto-Bold.ttf</string>		<string>Roboto-BoldItalic.ttf</string>		<string>Roboto-Italic.ttf</string>		<string>Roboto-Light.ttf</string>		<string>Roboto-LightItalic.ttf</string>		<string>Roboto-MediumItalic.ttf</string>		<string>Roboto-Regular.ttf</string>		<string>Roboto-Thin.ttf</string>		<string>Roboto-ThinItalic.ttf</string>	</array>	<key>UIApplicationSceneManifest</key>	<dict>		<key>UIApplicationSupportsMultipleScenes</key>		<false/>	</dict>	<key>UIBackgroundModes</key>	<array>		<string>remote-notification</string>	</array></dict></plist>
 |