Skip to content

Commit

Permalink
0.64-only fix: Cherry-picked fix to Podfile.lock changing
Browse files Browse the repository at this point in the history
Taken from facebook@bdfe2a5

Avoid encoding local path in Podfile.lock

Summary:
The `SPEC CHECKSUM` for `FBReactNativeSpec` in `packages/rn-tester/Podfile.lock` and in standalone apps's `ios/Podfile.lock` varies between development machines. This is caused by local paths in the output of `pod ipc spec FBReactNativeSpec.podspec`, such as `output_files` and `prepare_command`. This causes the Podfile.lock to constantly change when pod install is run on different developers' machines.

The codegen script and CocoaPods configuration have been updated to use relative paths.

Closes facebook#31193

Changelog: [Internal] [Codegen] Avoid encoding local path in Podfile.lock

Reviewed By: fkgozali

Differential Revision: D27754337

fbshipit-source-id: 2f5607d4e1ce21489f28f394cb852c36cace6798
  • Loading branch information
hsource committed Jul 16, 2021
1 parent 89e0c5f commit c2604bf
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 46 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c2604bf

Please sign in to comment.