Skip to content

Instantly share code, notes, and snippets.

@dubiao
Last active May 14, 2019 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dubiao/e4917636980a1a768ccb965da891a238 to your computer and use it in GitHub Desktop.
Save dubiao/e4917636980a1a768ccb965da891a238 to your computer and use it in GitHub Desktop.
List the files that quick-in-rn/podspec repo cares about
#File Tree
.
├── package.json
├── DoubleConversion.podspec
├── Folly.podspec
├── glog.podspec
├── yoga.podspec
├── scripts
│ ├── ios-configure-glog.sh
│ └── ios-install-third-party.sh
└── yoga
├── Android.mk
├── BUCK
└── yoga
├── *.h × 15
└── *.cpp × 10
# Original File at facebook/react-native
.
├── package.json
├── third-party-podspecs
│ ├── DoubleConversion.podspec
│ ├── Folly.podspec
│ └── glog.podspec
├── scripts
│ ├── ios-configure-glog.sh
│ └── ios-install-third-party.sh
└── ReactCommon
├── Android.mk
├── BUCK
├── yoga
│ ├── *.h × 15
│ └── *.cpp × 10
└── yoga.podspec
@dubiao
Copy link
Author

dubiao commented May 14, 2019

.
├── package.json
├── third-party-podspecs hash:[97e6ea1]
│ ├── DoubleConversion.podspec hash:[2321b3f]
│ ├── Folly.podspec hash:[97e6ea1]
│ └── glog.podspec hash:[2321b3f]
├── scripts hash:[f0770b6]
│ ├── ios-configure-glog.sh hash:[a70625a]
│ └── ios-install-third-party.sh hash:[845eee4]
├── ReactCommon/yoga hash:[0e1d4ec]
├── Android.mk hash:[a689711]
├── BUCK hash:[2515e48]
├── yoga hash:[bd95970]
└── yoga.podspec hash:[b5c66a3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment