Created
August 3, 2015 13:56
-
-
Save odrobnik/e34fdff145f5d082c931 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Entitlements | |
============ | |
<?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>application-identifier</key> | |
<string>F6F792KC99.com.productlayer.prodly</string> | |
<key>aps-environment</key> | |
<string>production</string> | |
<key>beta-reports-active</key> | |
<true/> | |
<key>com.apple.developer.associated-domains</key> | |
<array> | |
<string>webcredentials:prod.ly</string> | |
<string>applinks:prod.ly</string> | |
<string>activitycontinuation:prod.ly</string> | |
</array> | |
<key>com.apple.developer.team-identifier</key> | |
<string>F6F792KC99</string> | |
<key>get-task-allow</key> | |
<false/> | |
</dict> | |
</plist> | |
apple-app-site-association | |
========================== | |
{ | |
"webcredentials": { | |
"apps": [ "F6F792KC99.com.productlayer.prodly" ] | |
}, | |
"applinks": { | |
"apps": [], | |
"details" : { | |
"F6F792KC99.com.productlayer.prodly" : { | |
"paths": [ "*" ] | |
} | |
} | |
}, | |
"activitycontinuation": { | |
"apps": [ "F6F792KC99.com.productlayer.prodly" ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment