mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-01 16:19:19 +08:00
c3d0cd13f5
新增功能: 1分钟内删除两条消息, 会提示是否一键清空全部消息.
25 lines
713 B
XML
25 lines
713 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.applesignin</key>
|
|
<array>
|
|
<string>Default</string>
|
|
</array>
|
|
<key>com.apple.developer.associated-domains</key>
|
|
<array>
|
|
<string>appclips:self.pushdeer.com</string>
|
|
</array>
|
|
<key>com.apple.developer.parent-application-identifiers</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)com.pushdeer.self.ios</string>
|
|
</array>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.com.pushdeer.self.ios</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|