Skip to content

Commit

Permalink
chore: update ios version to the latest expo modules version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkomen committed Feb 5, 2024
1 parent 8d8f796 commit 27fa3b7
Show file tree
Hide file tree
Showing 10 changed files with 2,639 additions and 1,656 deletions.
13 changes: 13 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Example

This example app demonstrates how to use the library. Since this library is targeted towards
a native capability of iOS, you need to run the example app on a physical iOS device.

## Usage

To run the example app, clone the repo and navigate to the `example` directory.

Now start the metro server using `yarn start`.

Then, in a separate terminal, run `yarn ios --device` to build and run the app on a physical
iOS device. You can select your device if you connected it to your laptop with a physical cable.
4 changes: 2 additions & 2 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ podfile_properties = JSON.parse(File.read(File.join(__dir__, 'Podfile.properties
ENV['RCT_NEW_ARCH_ENABLED'] = podfile_properties['newArchEnabled'] == 'true' ? '1' : '0'
ENV['EX_DEV_CLIENT_NETWORK_INSPECTOR'] = podfile_properties['EX_DEV_CLIENT_NETWORK_INSPECTOR']

platform :ios, podfile_properties['ios.deploymentTarget'] || '13.0'
platform :ios, podfile_properties['ios.deploymentTarget'] || '13.4'
install! 'cocoapods',
:deterministic_uuids => false

Expand Down Expand Up @@ -63,7 +63,7 @@ target 'reactnativelocalnetworkpermissionexample' do
config[:reactNativePath],
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
# __apply_Xcode_12_5_M1_post_install_workaround(installer)

# This is necessary for Xcode 14, because it signs resource bundles by default
# when building for devices.
Expand Down
Loading

0 comments on commit 27fa3b7

Please sign in to comment.