about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-05-27 22:21:25 -0700
committerGitHub <noreply@github.com>2024-05-27 22:21:25 -0700
commit75e2c5487c9d7d6cbe303beb1a588db17bafa701 (patch)
treeb3b25b836dbee7ef13c9cf572ff2adeb9426c787
parentaf10d3acbb23eb99ea58a6481b257251bf426fe5 (diff)
downloadvoidsky-75e2c5487c9d7d6cbe303beb1a588db17bafa701.tar.zst
bump iOS target to `14.0` (#4238)
-rw-r--r--app.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js
index 4ade9de31..ffa6cf7da 100644
--- a/app.config.js
+++ b/app.config.js
@@ -183,7 +183,7 @@ module.exports = function (config) {
           'expo-build-properties',
           {
             ios: {
-              deploymentTarget: '13.4',
+              deploymentTarget: '14.0',
               newArchEnabled: false,
             },
             android: {