MCPcopy Create free account
hub / github.com/transistorsoft/react-native-background-geolocation / writePlist

Function writePlist

scripts/xcode-helpers.js:56–61  ·  view source on GitHub ↗
(sourceDir, project, plist)

Source from the content-addressed store, hash-verified

54}
55
56function writePlist(sourceDir, project, plist) {
57 fs.writeFileSync(
58 getPlistPath(sourceDir, project),
59 plistWriter.build(plist)
60 );
61}
62
63// based on: https://github.com/facebook/react-native/blob/545072b/local-cli/link/ios/mapHeaderSearchPaths.js#L5
64function eachBuildConfiguration(project, predicate, callback) {

Callers

nothing calls this directly

Calls 2

getPlistPathFunction · 0.85
buildMethod · 0.80

Tested by

no test coverage detected