diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index 8ce789a8a..6b484774e 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -8,7 +8,23 @@ env: EAS_BUILD_PROFILE: development jobs: - build-android: + # build-android: + # runs-on: ubuntu-latest + # steps: + # - name: 🏗 Setup repo + # uses: actions/checkout@v4 + # - name: 🛠️ Prepare node env + # uses: ./.github/actions/setup-base + # - name: 📦 Fetch dependencies + # uses: ./.github/actions/dependencies + # - name: 🧙🏻‍♂️ Setup EAS + # uses: expo/expo-github-action@v8 + # with: + # eas-version: latest + # token: ${{ secrets.EXPO_TOKEN }} + # - name: ⚙️ Compile android + # run: eas build --platform android --profile=development --no-wait + build-ios: runs-on: ubuntu-latest steps: - name: 🏗 Setup repo @@ -23,8 +39,7 @@ jobs: eas-version: latest token: ${{ secrets.EXPO_TOKEN }} - name: ⚙️ Compile android - run: eas build --platform android --profile=development --no-wait - + run: eas build --platform ios --profile=development --no-wait --auto-submit concurrency: group: '${{ github.workflow }}-${{ github.ref }}' cancel-in-progress: true diff --git a/app.json b/app.json index 8c7e20596..aa97d303c 100644 --- a/app.json +++ b/app.json @@ -17,7 +17,7 @@ }, "assetBundlePatterns": ["**/*"], "ios": { - "supportsTablet": false, + "supportsTablet": true, "infoPlist": { "NSCalendarsUsageDescription": "Requis pour partager les événements dans le calendrier", "NSContactsUsageDescription": "Requis pour partager les événements dans le calendrier",