status-react/ios
Siddarth Kumar ce69df19ac
apply patches with patch files (#19451)
fixes #19449

In this commit we change the way patches are applied.
We no longer have to write patches in a patch phase like we used to, we can now place individual changes in a patch file inside the `patches` directory and they will be automatically applied.

Because of this change we can get rid of forks and instead have those changes in patch files.

To generate a patch file this make command can be used `make patch-file`
This will open an interactive shell which will allow you to specify which file you want to patch and then wait till you make those changes and generate a patch for it.

```
make patch-file
Configuring Nix shell for target 'default'...
Enter the path of the file to patch: ./node_modules/is-glob/index.js
File to patch: ./node_modules/is-glob/index.js
Temporary directory created: /tmp/tmp-status-mobile-40bc588fa/tmp.xrXarXoTPZ
Original file copied to temporary directory.
Please make the necessary changes to the file: ./node_modules/is-glob/index.js
Press any key when you are done with the changes...
Generating patch file...
Patch file created at /Users/siddarthkumar/code/status-im/PR/status-mobile/patches/index.js.patch
Info: Please execute 'make run-clojure' to test if the patch file works as expected.
```

- Android
- iOS
2024-04-08 21:06:41 +05:30
..
StatusIm upgrade `react-native` to 0.73.5 (#18563) 2024-03-22 19:51:44 +05:30
StatusIm.xcodeproj fix for failing iOS nightly build (#19486) 2024-04-03 18:05:48 +05:30
StatusIm.xcworkspace Upgrade react-native to 0.60.5 2019-09-12 16:13:42 +02:00
StatusImPR feat: support new universal/deep link format (#17480) 2023-10-22 09:50:48 +08:00
StatusImTests Upgrade `react-native` from 0.63.3 to 0.67.5 (#15486) 2023-04-12 15:25:19 +05:30
fonts added Inter UI font and made some cleanup 2018-11-06 16:46:58 +01:00
nanopb.framework Push notifications: remove and disable Firebase analytics 2017-10-03 16:40:49 +02:00
scripts ci: fix what version is set for iOS PR builds 2020-07-06 09:47:39 +02:00
.xcode.env upgrade `react-native` from 0.67.5 to 0.69.10 (#16016) 2023-06-14 07:17:41 +05:30
Bridge.swift enable Keycard on iOS 2021-02-19 10:26:16 +01:00
Dummy.swift Upgrade react native to 0.62.2 2020-05-06 17:35:13 +03:00
Podfile upgrade `react-native` to 0.73.5 (#18563) 2024-03-22 19:51:44 +05:30
Podfile.lock apply patches with patch files (#19451) 2024-04-08 21:06:41 +05:30
StatusIm-Bridging-Header.h Upgrade react native to 0.62.2 2020-05-06 17:35:13 +03:00
StatusImTests-Bridging-Header.h enable Keycard on iOS 2021-02-19 10:26:16 +01:00
launch-image-universal.storyboard feat: implement new splash screen static version 2023-03-16 12:57:32 -03:00