Created
July 6, 2018 20:45
-
-
Save insidegui/37ea0659a89103089cadd68a6b0902f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.developer.icloud-container-identifiers</key> | |
<array> | |
<string>iCloud.is.workflow.my.workflows</string> | |
</array> | |
<key>get-task-allow</key> | |
<false/> | |
<key>com.apple.frontboard.launchapplications</key> | |
<true/> | |
<key>com.apple.proactive.AppPrediction.predictions</key> | |
<true/> | |
<key>application-identifier</key> | |
<string>V568VXD5P8.is.workflow.my.app-beta</string> | |
<key>beta-reports-active</key> | |
<true/> | |
<key>com.apple.developer.siri</key> | |
<true/> | |
<key>com.apple.private.coreservices.canopenactivity</key> | |
<true/> | |
<key>com.apple.security.exception.files.absolute-path.read-only</key> | |
<array> | |
<string>/private/var/containers/Bundle/</string> | |
</array> | |
<key>com.apple.proactive.ActionPrediction.predictions</key> | |
<true/> | |
<key>keychain-access-groups</key> | |
<array> | |
<string>V568VXD5P8.is.workflow.my.app</string> | |
</array> | |
<key>com.apple.intents.extension.discovery</key> | |
<true/> | |
<key>com.apple.developer.healthkit</key> | |
<true/> | |
<key>com.apple.siri.client_lite</key> | |
<true/> | |
<key>com.apple.developer.ubiquity-container-identifiers</key> | |
<array> | |
<string>iCloud.is.workflow.my.workflows</string> | |
</array> | |
<key>com.apple.coreduetd.context</key> | |
<true/> | |
<key>com.apple.security.exception.mach-lookup.global-name</key> | |
<array> | |
<string>com.apple.coreduetd.context</string> | |
<string>com.apple.coreduetd.knowledge</string> | |
<string>com.apple.proactive.AppPrediction.predictions</string> | |
<string>com.apple.proactive.ActionPrediction.predictions</string> | |
<string>com.apple.siri.client_lite</string> | |
</array> | |
<key>aps-environment</key> | |
<string>production</string> | |
<key>com.apple.developer.icloud-container-environment</key> | |
<string>Production</string> | |
<key>com.apple.developer.associated-domains</key> | |
<array> | |
<string>applinks:workflow.is</string> | |
<string>applinks:my.workflow.is</string> | |
</array> | |
<key>com.apple.private.coreservices.canmaplsdatabase</key> | |
<true/> | |
<key>com.apple.developer.team-identifier</key> | |
<string>V568VXD5P8</string> | |
<key>com.apple.developer.icloud-services</key> | |
<array> | |
<string>CloudDocuments</string> | |
</array> | |
<key>com.apple.developer.ubiquity-kvstore-identifier</key> | |
<string>V568VXD5P8.is.workflow.my.app</string> | |
<key>com.apple.security.application-groups</key> | |
<array> | |
<string>group.is.workflow.my.app</string> | |
<string>group.is.workflow.shortcuts</string> | |
</array> | |
<key>com.apple.coreduetd.allow</key> | |
<true/> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment