13 lines
456 B
XML
13 lines
456 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>production</string>
|
|
<!-- iOS 小组件需要通过 App Group 与主 App 共享数据 -->
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.com.damer.mindfulness</string>
|
|
</array>
|
|
</dict>
|
|
</plist> |