diff options
author | Hailey <me@haileyok.com> | 2024-09-05 10:21:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 10:21:52 -0700 |
commit | 91c3dbd812c45cd6d58efbf58b4799c0c459b375 (patch) | |
tree | 7b50633a44fc1df66416bbe2a4a73c1393b8c750 | |
parent | 824206b95ff11bf2a77445d3b1dc6a176ef486f4 (diff) | |
download | voidsky-91c3dbd812c45cd6d58efbf58b4799c0c459b375.tar.zst |
[Video] Fix CI (#5168)
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | plugins/starterPackAppClipExtension/withXcodeTarget.js | 2 | ||||
-rw-r--r-- | yarn.lock | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 427948833..d3eda07bd 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "expo-system-ui": "~3.0.4", "expo-task-manager": "~11.8.1", "expo-updates": "~0.25.14", - "expo-video": "https://github.com/bluesky-social/expo/raw/main/packages/expo-video/expo-video-v1.2.4.tgz", + "expo-video": "https://github.com/bluesky-social/expo/raw/expo-video-1.2.4-patch/packages/expo-video/expo-video-v1.2.4.tgz", "expo-web-browser": "~13.0.3", "fast-text-encoding": "^1.0.6", "history": "^5.3.0", diff --git a/plugins/starterPackAppClipExtension/withXcodeTarget.js b/plugins/starterPackAppClipExtension/withXcodeTarget.js index 61d5f81b0..c14d27291 100644 --- a/plugins/starterPackAppClipExtension/withXcodeTarget.js +++ b/plugins/starterPackAppClipExtension/withXcodeTarget.js @@ -57,7 +57,7 @@ const withXcodeTarget = (config, {targetName}) => { buildSettingsObj.SWIFT_VERSION = '5.0' buildSettingsObj.TARGETED_DEVICE_FAMILY = `"1"` buildSettingsObj.DEVELOPMENT_TEAM = 'B3LX46C5HS' - buildSettingsObj.IPHONEOS_DEPLOYMENT_TARGET = '14.0' + buildSettingsObj.IPHONEOS_DEPLOYMENT_TARGET = '15.1' buildSettingsObj.ASSETCATALOG_COMPILER_APPICON_NAME = 'AppIcon' } } diff --git a/yarn.lock b/yarn.lock index 515fde941..8e39855ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12414,9 +12414,9 @@ expo-updates@~0.25.14: ignore "^5.3.1" resolve-from "^5.0.0" -"expo-video@https://github.com/bluesky-social/expo/raw/main/packages/expo-video/expo-video-v1.2.4.tgz": +"expo-video@https://github.com/bluesky-social/expo/raw/expo-video-1.2.4-patch/packages/expo-video/expo-video-v1.2.4.tgz": version "1.2.4" - resolved "https://github.com/bluesky-social/expo/raw/main/packages/expo-video/expo-video-v1.2.4.tgz#ebb6a672a385f9a059ca614fd148f7803d4267fc" + resolved "https://github.com/bluesky-social/expo/raw/expo-video-1.2.4-patch/packages/expo-video/expo-video-v1.2.4.tgz#584c17e34f59cb018eed2f4f408b6c94e2a1910f" expo-web-browser@~13.0.3: version "13.0.3" |