Skip to content

Commit

Permalink
iOS: Generate FBReactNativeSpec ObjC++ files at build time
Browse files Browse the repository at this point in the history
Summary:
Removes the generated FBReactNativeSpec files from source control.

## Generating FBReactNativeSpec files

The files will be generated automatically by CocoaPods when the `RNTesterPods` Xcode workspace is generated:

```
cd packages/rn-tester
pod install
```

The spec files can be re-generated by invoking the script directly:
```
./scripts/generate-native-modules-specs.sh
```

Changelog: [Internal]

Reviewed By: RSNara

Differential Revision: D24261167

fbshipit-source-id: acb7ac856e5e519932e4f587f79e24f49cd84a91
  • Loading branch information
hramos authored and facebook-github-bot committed Oct 22, 2020
1 parent 5333ad8 commit 9218e0c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4,657 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ package-lock.json
!/packages/rn-tester/Pods/__offline_mirrors__

# react-native-codegen
/Libraries/FBReactNativeSpec/FBReactNativeSpec
/packages/react-native-codegen/lib
/ReactCommon/fabric/components/rncore/
/schema-native-modules.json
Expand Down
25 changes: 0 additions & 25 deletions Libraries/FBReactNativeSpec/BUCK

This file was deleted.

Loading

0 comments on commit 9218e0c

Please sign in to comment.