Skip to content

Commit

Permalink
corrected iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 12, 2024
1 parent af3cf87 commit 93e007f
Show file tree
Hide file tree
Showing 7 changed files with 321 additions and 928 deletions.
24 changes: 19 additions & 5 deletions apps/box/ios/Box.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion apps/box/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ target 'Box' do

post_install do |installer|
PLIST_BUDDY_PATH = '/usr/libexec/PlistBuddy'
# https://github.com/facebook/react-native/issues/34997
`sed -i -e $'s/__IPHONE_10_0/__IPHONE_13_0/' #{installer.sandbox.root}/RCT-Folly/folly/portability/Time.h`
# https://github.com/facebook/react-native/issues/43335
installer.pods_project.targets.each do |target|
# https://stackoverflow.com/questions/74517344/when-compiling-with-xcode14-i-get-error-unsupported-swift-architecture-how-to-s
Expand Down Expand Up @@ -91,6 +93,5 @@ target 'Box' do
config[:reactNativePath],
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end
end
Loading

0 comments on commit 93e007f

Please sign in to comment.