Skip to content

Commit

Permalink
iOS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Sep 15, 2024
1 parent 0746c4c commit 4010f7e
Show file tree
Hide file tree
Showing 5 changed files with 1,578 additions and 466 deletions.
3 changes: 2 additions & 1 deletion packages/mobile/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.14.3)
activesupport (>= 6.1.7.5, != 7.1.0)
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
fastlane
fastlane-plugin-bundletool
xcode-install
Expand Down
10 changes: 0 additions & 10 deletions packages/mobile/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,5 @@ target 'StandardNotesDev' do
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

post_install do |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false,
# :ccache_enabled => true
)
end
end

Loading

0 comments on commit 4010f7e

Please sign in to comment.