Skip to content

Instantly share code, notes, and snippets.

@colorenz
Created March 4, 2023 09:17
Show Gist options
  • Save colorenz/9d2cd635db1403facd552b8a83ad82ad to your computer and use it in GitHub Desktop.
Save colorenz/9d2cd635db1403facd552b8a83ad82ad to your computer and use it in GitHub Desktop.
Think-cell plist with all values
<?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