Skip to content

Commit

Permalink
chore: set IOS min version to 13.4 (RN 0.73) (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 authored Jul 19, 2024
1 parent 643f4e8 commit b5483f0
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 158 deletions.
2 changes: 1 addition & 1 deletion TrueSheet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => min_ios_version_supported }
s.platforms = { :ios => "13.4" }
s.source = { :git => "https://github.com/lodev09/react-native-true-sheet.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:ios": "cd ios && xcodebuild -workspace TrueSheetExample.xcworkspace -scheme TrueSheetExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
},
"dependencies": {
"expo": "~51.0.17",
"expo": "~51.0.21",
"expo-build-properties": "~0.12.3",
"react": "18.2.0",
"react-native": "0.74.3",
Expand Down
Loading

0 comments on commit b5483f0

Please sign in to comment.