|
780 | 780 | FYREPLACE_API_URL_DEV = "https://dev.rest.api.fyreplace.app";
|
781 | 781 | FYREPLACE_API_URL_LOCAL = "http://localhost:8080";
|
782 | 782 | FYREPLACE_API_URL_MAIN = "https://rest.api.fyreplace.app";
|
783 |
| - FYREPLACE_PRIVACY_POLICY = "https://fyreplace.net/privacy-policy"; |
784 |
| - FYREPLACE_TERMS_OF_SERVICE = "https://fyreplace.net/terms-of-service"; |
785 |
| - FYREPLACE_WEBSITE = "https://fyreplace.net"; |
| 783 | + FYREPLACE_INFO_URL_PRIVACY_POLICY = "https://fyreplace.net/privacy-policy"; |
| 784 | + FYREPLACE_INFO_URL_SOURCE_CODE = "https://github.com/fyreplace"; |
| 785 | + FYREPLACE_INFO_URL_TERMS_OF_SERVICE = "https://fyreplace.net/terms-of-service"; |
| 786 | + FYREPLACE_INFO_URL_WEBSITE = "https://fyreplace.net"; |
786 | 787 | GCC_C_LANGUAGE_STANDARD = gnu17;
|
787 | 788 | GCC_DYNAMIC_NO_PIC = NO;
|
788 | 789 | GCC_NO_COMMON_BLOCKS = YES;
|
|
852 | 853 | FYREPLACE_API_URL_DEV = "https://dev.rest.api.fyreplace.app";
|
853 | 854 | FYREPLACE_API_URL_LOCAL = "";
|
854 | 855 | FYREPLACE_API_URL_MAIN = "https://rest.api.fyreplace.app";
|
855 |
| - FYREPLACE_PRIVACY_POLICY = "https://fyreplace.net/privacy-policy"; |
856 |
| - FYREPLACE_TERMS_OF_SERVICE = "https://fyreplace.net/terms-of-service"; |
857 |
| - FYREPLACE_WEBSITE = "https://fyreplace.net"; |
| 856 | + FYREPLACE_INFO_URL_PRIVACY_POLICY = "https://fyreplace.net/privacy-policy"; |
| 857 | + FYREPLACE_INFO_URL_SOURCE_CODE = "https://github.com/fyreplace"; |
| 858 | + FYREPLACE_INFO_URL_TERMS_OF_SERVICE = "https://fyreplace.net/terms-of-service"; |
| 859 | + FYREPLACE_INFO_URL_WEBSITE = "https://fyreplace.net"; |
858 | 860 | GCC_C_LANGUAGE_STANDARD = gnu17;
|
859 | 861 | GCC_NO_COMMON_BLOCKS = YES;
|
860 | 862 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
0 commit comments