Home
last modified time | relevance | path

Searched refs:pbxprojContents (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DProvisioningProfile-test.ts37 const pbxprojContents = fs.readFileSync(path.join(projectRoot, pbxProjPath), 'utf-8'); constant
38 expect(pbxprojContents).toMatchSnapshot();
56 const pbxprojContents = fs.readFileSync(path.join(projectRoot, pbxProjPath), 'utf-8'); constant
57 expect(pbxprojContents).toMatchSnapshot();
76 const pbxprojContents = fs.readFileSync(path.join(projectRoot, pbxProjPath), 'utf-8'); constant
77 expect(pbxprojContents).toMatchSnapshot();
84 const pbxprojContents = fs.readFileSync(path.join(projectRoot, pbxProjPath), 'utf-8'); constant
85 expect(pbxprojContents).toMatch(/DevelopmentTeam = "Something Spaced";/);
H A DBundleIdentifier-test.ts141 const pbxprojContents = memfs.readFileSync(path.join(projectRoot, pbxProjPath), 'utf-8'); constant
146 expect(pbxprojContents).toMatchSnapshot();
148 expect(pbxprojContents).toBe(otherPbxprojContents);