Info.plist 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>FMWK</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>$(VERSION_NUMBER)</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>NSPrincipalClass</key>
  24. <string></string>
  25. <key>ThreemaAPIURL</key>
  26. <string>https://apip.threema.ch</string>
  27. <key>ThreemaAPIURLWork</key>
  28. <string>https://apip.threema.ch</string>
  29. <key>ThreemaAPIURLv6</key>
  30. <string>https://ds-apip.threema.ch</string>
  31. <key>ThreemaAPIURLv6Work</key>
  32. <string>https://ds-apip.threema.ch</string>
  33. <key>ThreemaAvatarURL</key>
  34. <string>https://avatar.threema.ch/</string>
  35. <key>ThreemaBlobDoneURL</key>
  36. <string>https://blobp-%@.threema.ch/%@/done</string>
  37. <key>ThreemaBlobDoneURLv6</key>
  38. <string>https://ds-blobp-%@.threema.ch/%@/done</string>
  39. <key>ThreemaBlobURL</key>
  40. <string>https://blobp-%@.threema.ch/%@</string>
  41. <key>ThreemaBlobURLv6</key>
  42. <string>https://ds-blobp-%@.threema.ch/%@</string>
  43. <key>ThreemaBlobUploadURL</key>
  44. <string>https://blobp-upload.threema.ch/upload</string>
  45. <key>ThreemaBlobUploadURLv6</key>
  46. <string>https://ds-blobp-upload.threema.ch/upload</string>
  47. <key>ThreemaServerAltPublicKey</key>
  48. <data>2nxzeY+X1YfDol6+CpFBf3bbzM3aKTDmqQkK9i66bxU=</data>
  49. <key>ThreemaServerNamePrefix</key>
  50. <string>g-</string>
  51. <key>ThreemaServerNamePrefixv6</key>
  52. <string>ds.g-</string>
  53. <key>ThreemaServerNameSuffix</key>
  54. <string>.0.threema.ch</string>
  55. <key>ThreemaServerPorts</key>
  56. <array>
  57. <integer>5222</integer>
  58. <integer>443</integer>
  59. </array>
  60. <key>ThreemaServerPublicKey</key>
  61. <data>RQuXVzUnn97LMxNkj1/G7p/0Ng6pKowXUcZh5MDYyQk=</data>
  62. <key>ThreemaSupportURL</key>
  63. <string>https://threema.ch/ios/support</string>
  64. <key>ThreemaWorkAPIURL</key>
  65. <string>https://apip-work.threema.ch</string>
  66. <key>ThreemaWorkAPIURLv6</key>
  67. <string>https://ds-apip-work.threema.ch</string>
  68. <key>ThreemaWorkServerNamePrefix</key>
  69. <string>w-</string>
  70. <key>ThreemaWorkServerNamePrefixv6</key>
  71. <string>ds.w-</string>
  72. <key>ThreemaCoreDataVersion</key>
  73. <string>$(COREDATA_VERSION)</string>
  74. </dict>
  75. </plist>