- 改 Bundle ID rumeng-v1.0.Rumeng → syke.maomao.app - 显示名 如梦 → Syke - 头像换白图占位 - 删除沈晏头像图片、空目录、bridge 旧数据 - ServerConfig.swift 含明文 token,已加入 .gitignore
21 lines
587 B
XML
21 lines
587 B
XML
<?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>aps-environment</key>
|
|
<string>development</string>
|
|
<key>com.apple.developer.healthkit</key>
|
|
<true/>
|
|
<key>com.apple.developer.healthkit.access</key>
|
|
<array>
|
|
<string>health-records</string>
|
|
</array>
|
|
<key>com.apple.developer.healthkit.background-delivery</key>
|
|
<true/>
|
|
<key>com.apple.developer.pass-type-identifiers</key>
|
|
<array>
|
|
<string>$(TeamIdentifierPrefix)*</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|