Skip to content

Instantly share code, notes, and snippets.

@brentvatne
Created January 13, 2024 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brentvatne/87ac1b2c402be415972231a73ba3a695 to your computer and use it in GitHub Desktop.
Save brentvatne/87ac1b2c402be415972231a73ba3a695 to your computer and use it in GitHub Desktop.
iOS Expo Module SDK 49 -> 51
--- a/packages/expo-module-template/ios/{%- project.name %}.podspec
+++ b/packages/expo-module-template/ios/{%- project.name %}.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
- s.platform = :ios, '13.0'
+ s.platform = :ios, '13.4'
s.swift_version = '5.4'
s.source = { git: '<%- repo %>' }
s.static_framework = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment