Home
last modified time | relevance | path

Searched refs:fileContents (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/
H A DXcodeProjectFile.ts28 fileContents: contents,
48 fileContents,
54 fileContents: string;
60 fs.writeFileSync(absoluteFilePath, fileContents, 'utf8');
/expo/packages/@expo/config-plugins/build/ios/
H A DXcodeProjectFile.d.ts25 export declare function createBuildSourceFile({ project, nativeProjectRoot, filePath, fileContents,…
29 fileContents: string;
H A DXcodeProjectFile.js56 fileContents: contents, property
77 fileContents,
83 _fs().default.writeFileSync(absoluteFilePath, fileContents, 'utf8');
H A DXcodeProjectFile.js.map1fileContents","path","join","exports","absoluteFilePath","fs","existsSync","writeFileSync","groupN…
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DXcodeProjectFile-test.ts27 fileContents: '// hello',
/expo/packages/expo-file-system/ios/
H A DNetworkingHelpers.swift52 let fileContents = try String(contentsOf: sourceUrl) in createMultipartBody() variable
/expo/tools/src/versioning/ios/
H A Dindex.ts322 await _transformFileContentsAsync(filename, (fileContents) =>
326 input: fileContents,