Created
March 4, 2023 09:17
-
-
Save colorenz/9d2cd635db1403facd552b8a83ad82ad to your computer and use it in GitHub Desktop.
Think-cell plist with all values
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"?> | |
<!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.think-cell.settings.licensekey</key> | |
<string>ABCDE-ABCDE-ABCDE</string> | |
<key>com.think-cell.settings.updates</key> | |
<dict> | |
<key>enabled</key> | |
<true/> | |
<key>url</key> | |
<string>www.test.de/update</string> | |
</dict> | |
<key>com.think-cell.settings.nofirststart</key> | |
<dict> | |
<key>enabled</key> | |
<true/> | |
</dict> | |
<key>com.think-cell.settings.reports</key> | |
<dict> | |
<key>enabled</key> | |
<true/> | |
</dict> | |
<key>com.think-cell.settings.support</key> | |
<dict> | |
<key>email</key> | |
<string>[email protected]</string> | |
</dict> | |
<key>com.think-cell.settings.defaultstyle</key> | |
<string>test</string> | |
<key>com.think-cell.settings.stockimages</key> | |
<dict> | |
<key>DisableCanto</key> | |
<true/> | |
<key>DisableGetty</key> | |
<true/> | |
<key>DisablePexels</key> | |
<true/> | |
<key>DisableUnsplash</key> | |
<true/> | |
<key>DisableBrandfolder</key> | |
<true/> | |
<key>BrandfolderAPIKey</key> | |
<string>API Key here</string> | |
<key>HideBrandfolderCollections</key> | |
<integer>1</integer> | |
<key>HideBrandfolderSections</key> | |
<integer>1</integer> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment