From 1c41baeb765f3d480929ff67451933d0264caae0 Mon Sep 17 00:00:00 2001 From: sergemuhundu Date: Sat, 9 Nov 2024 11:35:26 +0100 Subject: [PATCH 1/2] Add default values for package name and bundle identifier --- .github/workflows/mobile.apps.android.yml | 4 ++-- .github/workflows/mobile.apps.ios.yml | 4 ++-- .github/workflows/mobile.apps.stage.android.yml | 4 ++-- .github/workflows/mobile.apps.stage.ios.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/mobile.apps.android.yml b/.github/workflows/mobile.apps.android.yml index 9a5dfea93..144eb41ec 100644 --- a/.github/workflows/mobile.apps.android.yml +++ b/.github/workflows/mobile.apps.android.yml @@ -70,8 +70,8 @@ jobs: EXPO_PROJECT_NAME: ${{ secrets.EXPO_PROJECT_NAME }} EXPO_PROJECT_OWNER: ${{ secrets.EXPO_PROJECT_OWNER }} EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }} - EXPO_PROJECT_PACKAGE_NAME: ${{ secrets.EXPO_PROJECT_PACKAGE_NAME }} - EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER: ${{ secrets.EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER }} + EXPO_PROJECT_PACKAGE_NAME: ${{ secrets.EXPO_PROJECT_PACKAGE_NAME || 'ever.teams' }} + EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER: ${{ secrets.EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER || 'co.ever.teams' }} - name: Build on EAS run: cd apps/mobile && eas build --profile production --platform android --non-interactive diff --git a/.github/workflows/mobile.apps.ios.yml b/.github/workflows/mobile.apps.ios.yml index 421783069..7bd7a4c16 100644 --- a/.github/workflows/mobile.apps.ios.yml +++ b/.github/workflows/mobile.apps.ios.yml @@ -76,8 +76,8 @@ jobs: EXPO_PROJECT_NAME: ${{ secrets.EXPO_PROJECT_NAME }} EXPO_PROJECT_OWNER: ${{ secrets.EXPO_PROJECT_OWNER }} EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }} - EXPO_PROJECT_PACKAGE_NAME: ${{ secrets.EXPO_PROJECT_PACKAGE_NAME }} - EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER: ${{ secrets.EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER }} + EXPO_PROJECT_PACKAGE_NAME: ${{ secrets.EXPO_PROJECT_PACKAGE_NAME || 'ever.teams' }} + EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER: ${{ secrets.EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER || 'co.ever.teams' }} - name: Build on EAS run: cd apps/mobile && eas build --profile production --platform ios --non-interactive diff --git a/.github/workflows/mobile.apps.stage.android.yml b/.github/workflows/mobile.apps.stage.android.yml index 03c6e7f3f..b73a9f536 100644 --- a/.github/workflows/mobile.apps.stage.android.yml +++ b/.github/workflows/mobile.apps.stage.android.yml @@ -70,8 +70,8 @@ jobs: EXPO_PROJECT_NAME: ${{ secrets.EXPO_PROJECT_NAME }} EXPO_PROJECT_OWNER: ${{ secrets.EXPO_PROJECT_OWNER }} EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }} - EXPO_PROJECT_PACKAGE_NAME: ${{ secrets.EXPO_PROJECT_PACKAGE_NAME }} - EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER: ${{ secrets.EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER }} + EXPO_PROJECT_PACKAGE_NAME: ${{ secrets.EXPO_PROJECT_PACKAGE_NAME || 'ever.teams' }} + EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER: ${{ secrets.EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER || 'co.ever.teams' }} - name: Build on EAS run: cd apps/mobile && eas build --profile internal --platform android --non-interactive diff --git a/.github/workflows/mobile.apps.stage.ios.yml b/.github/workflows/mobile.apps.stage.ios.yml index 31e345f3e..0c2ff0ae5 100644 --- a/.github/workflows/mobile.apps.stage.ios.yml +++ b/.github/workflows/mobile.apps.stage.ios.yml @@ -76,8 +76,8 @@ jobs: EXPO_PROJECT_NAME: ${{ secrets.EXPO_PROJECT_NAME }} EXPO_PROJECT_OWNER: ${{ secrets.EXPO_PROJECT_OWNER }} EXPO_PROJECT_ID: ${{ secrets.EXPO_PROJECT_ID }} - EXPO_PROJECT_PACKAGE_NAME: ${{ secrets.EXPO_PROJECT_PACKAGE_NAME }} - EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER: ${{ secrets.EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER }} + EXPO_PROJECT_PACKAGE_NAME: ${{ secrets.EXPO_PROJECT_PACKAGE_NAME || 'ever.teams' }} + EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER: ${{ secrets.EXPO_PROJECT_IOS_BUNDLE_IDENTIFIER || 'co.ever.teams' }} - name: Build on EAS run: cd apps/mobile && eas build --profile internal --platform ios --non-interactive From 5fabbec845b3302ae4fd95b7cc9f55c0fa02a858 Mon Sep 17 00:00:00 2001 From: Ruslan Konviser Date: Sat, 9 Nov 2024 11:44:32 +0100 Subject: [PATCH 2/2] chore: logos --- .github/workflows/desktop-server-api.apps.yml | 15 +++++++++------ .github/workflows/desktop-server-web.apps.yml | 12 ++++++------ .github/workflows/desktop.apps.yml | 12 ++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/.github/workflows/desktop-server-api.apps.yml b/.github/workflows/desktop-server-api.apps.yml index 4b9146c42..34ae2c2c4 100644 --- a/.github/workflows/desktop-server-api.apps.yml +++ b/.github/workflows/desktop-server-api.apps.yml @@ -76,6 +76,7 @@ jobs: SENTRY_TRACES_SAMPLE_RATE: '${{ secrets.SENTRY_TRACES_SAMPLE_RATE }}' SENTRY_HTTP_TRACING_ENABLED: '${{ secrets.SENTRY_HTTP_TRACING_ENABLED }}' SENTRY_POSTGRES_TRACKING_ENABLED: '${{ secrets.SENTRY_POSTGRES_TRACKING_ENABLED }}' + SENTRY_PROFILING_ENABLED: '${{ secrets.SENTRY_PROFILING_ENABLED }}' DO_KEY_ID: ${{ secrets.DO_KEY_ID }} DO_SECRET_KEY: ${{ secrets.DO_SECRET_KEY }} NX_NO_CLOUD: true @@ -93,8 +94,8 @@ jobs: DESKTOP_API_SERVER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_API_SERVER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-api/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png' release-mac: runs-on: ${{ matrix.os }} @@ -154,6 +155,7 @@ jobs: SENTRY_TRACES_SAMPLE_RATE: '${{ secrets.SENTRY_TRACES_SAMPLE_RATE }}' SENTRY_HTTP_TRACING_ENABLED: '${{ secrets.SENTRY_HTTP_TRACING_ENABLED }}' SENTRY_POSTGRES_TRACKING_ENABLED: '${{ secrets.SENTRY_POSTGRES_TRACKING_ENABLED }}' + SENTRY_PROFILING_ENABLED: '${{ secrets.SENTRY_PROFILING_ENABLED }}' DO_KEY_ID: ${{ secrets.DO_KEY_ID }} DO_SECRET_KEY: ${{ secrets.DO_SECRET_KEY }} NX_NO_CLOUD: true @@ -171,8 +173,8 @@ jobs: DESKTOP_API_SERVER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_API_SERVER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-api/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png' release-windows: runs-on: ${{ matrix.os }} @@ -237,6 +239,7 @@ jobs: SENTRY_TRACES_SAMPLE_RATE: '${{ secrets.SENTRY_TRACES_SAMPLE_RATE }}' SENTRY_HTTP_TRACING_ENABLED: '${{ secrets.SENTRY_HTTP_TRACING_ENABLED }}' SENTRY_POSTGRES_TRACKING_ENABLED: '${{ secrets.SENTRY_POSTGRES_TRACKING_ENABLED }}' + SENTRY_PROFILING_ENABLED: '${{ secrets.SENTRY_PROFILING_ENABLED }}' DO_KEY_ID: ${{ secrets.DO_KEY_ID }} DO_SECRET_KEY: ${{ secrets.DO_SECRET_KEY }} NX_NO_CLOUD: true @@ -254,5 +257,5 @@ jobs: DESKTOP_API_SERVER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_API_SERVER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-api/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png' diff --git a/.github/workflows/desktop-server-web.apps.yml b/.github/workflows/desktop-server-web.apps.yml index 82e212d4f..e9719c21c 100644 --- a/.github/workflows/desktop-server-web.apps.yml +++ b/.github/workflows/desktop-server-web.apps.yml @@ -91,8 +91,8 @@ jobs: DESKTOP_WEB_SERVER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_WEB_SERVER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png' release-mac: runs-on: ${{ matrix.os }} @@ -167,8 +167,8 @@ jobs: DESKTOP_WEB_SERVER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_WEB_SERVER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png' release-windows: runs-on: ${{ matrix.os }} @@ -248,5 +248,5 @@ jobs: DESKTOP_WEB_SERVER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_WEB_SERVER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/server-web/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png' diff --git a/.github/workflows/desktop.apps.yml b/.github/workflows/desktop.apps.yml index 1c84e825f..6fe773c85 100644 --- a/.github/workflows/desktop.apps.yml +++ b/.github/workflows/desktop.apps.yml @@ -94,8 +94,8 @@ jobs: DESKTOP_TIMER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_TIMER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/desktop/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png' release-mac: runs-on: ${{ matrix.os }} @@ -173,8 +173,8 @@ jobs: DESKTOP_TIMER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_TIMER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/desktop/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png' release-windows: runs-on: ${{ matrix.os }} @@ -257,5 +257,5 @@ jobs: DESKTOP_TIMER_APP_WELCOME_TITLE: 'Welcome to Ever Teams' DESKTOP_TIMER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.' I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/desktop/i18n' - PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png' - GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png' + PLATFORM_LOGO: 'https://ever.team/assets/ever-teams.png' + GAUZY_DESKTOP_LOGO_512X512: 'https://ever.team/assets/ever-teams-512x512.png'