NCBrandConstant.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. //
  2. // NCBrandConstant.h
  3. // Crypto Cloud Technology Nextcloud
  4. //
  5. // Created by Marino Faggiana on 06/03/17.
  6. // Copyright © 2017 TWS. All rights reserved.
  7. //
  8. // Author Marino Faggiana <m.faggiana@twsweb.it>
  9. //
  10. // This program is free software: you can redistribute it and/or modify
  11. // it under the terms of the GNU General Public License as published by
  12. // the Free Software Foundation, either version 3 of the License, or
  13. // (at your option) any later version.
  14. //
  15. // This program is distributed in the hope that it will be useful,
  16. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. // GNU General Public License for more details.
  19. //
  20. // You should have received a copy of the GNU General Public License
  21. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. //
  23. // Brand Text
  24. #define k_brand @"Nextcloud"
  25. #define k_mailMe @"ios@nextcloud.com"
  26. #define k_textCopyrightNextcloudiOS @"Nextcloud for iOS %@ © 2017 T.W.S. Inc."
  27. #define k_textCopyrightNextcloudServer @"Nextcloud Server %@"
  28. #define k_loginBaseUrl @"https://cloud.twsweb.it"
  29. #define k_pushNotificationServer @"https://push-notifications.nextcloud.com"
  30. #define k_loginButtonLabelLink @"https://nextcloud.com/providers"
  31. #define k_webLoginAutenticationProtocol @""
  32. // Capabilities Group
  33. #define k_capabilitiesGroups @"group.it.twsweb.Crypto-Cloud"
  34. // Option
  35. #define k_option_use_login_web NO
  36. #define k_option_use_firebase NO
  37. #define k_option_use_default_automatic_upload NO
  38. #define k_option_use_themingColor YES
  39. #define k_option_use_themingBackground YES
  40. #define k_option_disable_intro NO
  41. #define k_option_disable_request_login_url NO
  42. #define k_option_disable_multiaccount NO
  43. #define k_option_disable_cryptocloudsystem NO