Info-Debug.plist 2.05 KB
<?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>CFBundleDisplayName</key>
	<string>DoubleFeel</string>
	<key>CFBundleName</key>
	<string>DoubleFeel</string>
	<key>NSLocalNetworkUsageDescription</key>
	<string>需要访问本地网络以发现和连接附近设备</string>
	<key>NSBonjourServices</key>
	<array>
		<string>_dartVmService._tcp</string>
	</array>
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>com.googleusercontent.apps.518385058395-ja7eugmdu7ar8m8juddn7qjkqvjh5hp6</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
		</dict>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLName</key>
			<string>com.luiz.doublefeel</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>doublefeel</string>
			</array>
		</dict>
	</array>
	<key>NSAppTransportSecurity</key>
	<dict>
		<key>NSAllowsArbitraryLoads</key>
		<true/>
	</dict>
	<key>LSApplicationQueriesSchemes</key>
	<array>
		<string>googlegmail</string>
		<string>ms-outlook</string>
		<string>ymail</string>
		<string>readdle-spark</string>
		<string>mqqapi</string>
	</array>
	<key>NSHealthShareUsageDescription</key>
	<string>需要读取 Apple Health 中的心率、HRV、睡眠、步数、活动能量等数据,用于展示健康状态并同步到 Apple Watch。</string>
	<key>GIDClientID</key>
	<string>518385058395-ja7eugmdu7ar8m8juddn7qjkqvjh5hp6.apps.googleusercontent.com</string>
	<key>NSHealthUpdateUsageDescription</key>
	<string>需要写入少量健康数据权限以保持与旧版 Apple Health 同步流程兼容。</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>需要从系统相册选择图片,用于创建自定义 Apple Watch 表盘主题。</string>
	<key>UIDesignRequiresCompatibility</key>
	<true/>
	<key>CADisableMinimumFrameDurationOnPhone</key>
	<true/>
	<key>UIApplicationSupportsIndirectInputEvents</key>
	<true/>
</dict>
</plist>