mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
<?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>EXUpdatesSDKVersion</key>
|
|
<string>YOUR-APP-SDK-VERSION-HERE</string>
|
|
<key>EXUpdatesURL</key>
|
|
<string>YOUR-APP-URL-HERE</string>
|
|
</dict>
|
|
</plist>
|