mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-01 19:48:28 +01:00
ci: add iOS 18.0 SDK installation step (#949)
This commit is contained in:
10
.github/workflows/build-ios.yml
vendored
10
.github/workflows/build-ios.yml
vendored
@@ -58,13 +58,21 @@ jobs:
|
|||||||
else
|
else
|
||||||
bun run prebuild
|
bun run prebuild
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: 🏗️ Setup EAS
|
- name: 🏗️ Setup EAS
|
||||||
uses: expo/expo-github-action@main
|
uses: expo/expo-github-action@main
|
||||||
with:
|
with:
|
||||||
eas-version: latest
|
eas-version: latest
|
||||||
token: ${{ secrets.EXPO_TOKEN }}
|
token: ${{ secrets.EXPO_TOKEN }}
|
||||||
|
|
||||||
|
- name: ⚙️ Ensure iOS/tvOS SDKs installed
|
||||||
|
run: |
|
||||||
|
if [ "${{ matrix.target }}" = "tv" ]; then
|
||||||
|
xcodebuild -downloadPlatform tvOS
|
||||||
|
else
|
||||||
|
xcodebuild -downloadPlatform iOS
|
||||||
|
fi
|
||||||
|
|
||||||
- name: 🚀 Build iOS app
|
- name: 🚀 Build iOS app
|
||||||
env:
|
env:
|
||||||
EXPO_TV: ${{ matrix.target == 'tv' && 1 || 0 }}
|
EXPO_TV: ${{ matrix.target == 'tv' && 1 || 0 }}
|
||||||
|
|||||||
@@ -120,7 +120,8 @@
|
|||||||
"exclude": [
|
"exclude": [
|
||||||
"react-native",
|
"react-native",
|
||||||
"@shopify/flash-list",
|
"@shopify/flash-list",
|
||||||
"react-native-reanimated"
|
"react-native-reanimated",
|
||||||
|
"react-native-pager-view"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"doctor": {
|
"doctor": {
|
||||||
|
|||||||
Reference in New Issue
Block a user