element-ios/Riot/Assets/Riot-Defaults.plist
SBiOSoftWhare 84ec63d897 Merge branch 'rebranding' into 15-code-refactoring-constants
# Conflicts:
#	Riot/Assets/Riot-Defaults.plist
2020-07-08 17:45:27 +02:00

98 lines
3 KiB
Text

<?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>pinRoomsWithMissedNotif</key>
<true/>
<key>pinRoomsWithUnread</key>
<true/>
<key>pushGatewayURL</key>
<string>https://matrix.org/_matrix/push/v1/notify</string>
<key>pushKitAppIdProd</key>
<string>im.vector.app.ios.voip.prod</string>
<key>pushKitAppIdDev</key>
<string>im.vector.app.ios.voip.dev</string>
<key>pusherAppIdDev</key>
<string>im.vector.app.ios.dev</string>
<key>pusherAppIdProd</key>
<string>im.vector.app.ios.prod</string>
<key>identityserverurl</key>
<string>https://vector.im</string>
<key>homeserverurl</key>
<string>https://matrix.org</string>
<key>homeserver</key>
<string>matrix.org</string>
<key>webAppUrlDev</key>
<string>https://develop.element.io</string>
<key>webAppUrlStaging</key>
<string>https://staging.element.io</string>
<key>webAppUrl</key>
<string>https://app.element.io</string>
<key>matrixApps</key>
<true/>
<key>integrationsUiUrl</key>
<string>https://scalar.vector.im/</string>
<key>integrationsRestUrl</key>
<string>https://scalar.vector.im/api</string>
<key>jitsiServerURL</key>
<string>https://jitsi.riot.im</string>
<key>integrationsWidgetsUrls</key>
<array>
<string>https://scalar.vector.im/_matrix/integrations/v1</string>
<string>https://scalar.vector.im/api</string>
<string>https://scalar-staging.vector.im/_matrix/integrations/v1</string>
<string>https://scalar-staging.vector.im/api</string>
<string>https://scalar-staging.riot.im/scalar/api</string>
</array>
<key>piwik</key>
<dict>
<key>url</key>
<string>https://piwik.riot.im/piwik.php</string>
<key>siteId</key>
<string>14</string>
</dict>
<key>showAllEventsInRoomHistory</key>
<false/>
<key>showRedactionsInRoomHistory</key>
<false/>
<key>showUnsupportedEventsInRoomHistory</key>
<false/>
<key>sortRoomMembersUsingLastSeenTime</key>
<true/>
<key>showLeftMembersInRoomMemberList</key>
<false/>
<key>syncLocalContacts</key>
<false/>
<key>createConferenceCallsWithJitsi</key>
<true/>
<key>stunServerFallback</key>
<string>stun:turn.matrix.org</string>
<key>enableRageShake</key>
<true/>
<key>maxAllowedMediaCacheSize</key>
<integer>1073741824</integer>
<key>presenceColorForOnlineUser</key>
<integer>3401011</integer>
<key>presenceColorForUnavailableUser</key>
<integer>15066368</integer>
<key>presenceColorForOfflineUser</key>
<integer>15020851</integer>
<key>bugReportEndpointUrl</key>
<string>https://riot.im/bugreports</string>
<key>bugReportApp</key>
<string>riot-ios</string>
<key>roomDirectoryServers</key>
<dict>
<key>matrix.org</key>
<string></string>
</dict>
<key>settingsCopyrightUrl</key>
<string>https://riot.im/copyright</string>
<key>settingsPrivacyPolicyUrl</key>
<string>https://riot.im/privacy</string>
<key>settingsTermsConditionsUrl</key>
<string>https://riot.im/tac_apple</string>
<key>enableBotCreation</key>
<false/>
</dict>
</plist>