mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-03 13:29:47 -04:00
* Add react-native-legal * Update package-lock.json * Update Podfile.lock * Git ignore the results of the license gathering script * Run "npx react-native legal-generate" * Update .gitignore * Type navigation in About * Add link to About to show licenses * Update strings.ftl * Add step into build process * Add jest mock * Add npm script for legal-generate * Update project.pbxproj
19 lines
507 B
Plaintext
19 lines
507 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>StringsTable</key>
|
|
<string>Root</string>
|
|
<key>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSChildPaneSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Licenses</string>
|
|
<key>File</key>
|
|
<string>com.mono0926.LicensePlist</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist> |