Searched refs:pbxprojContents (Results 1 – 2 of 2) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | ProvisioningProfile-test.ts | 37 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 D | BundleIdentifier-test.ts | 141 const pbxprojContents = memfs.readFileSync(path.join(projectRoot, pbxProjPath), 'utf-8'); constant 146 expect(pbxprojContents).toMatchSnapshot(); 148 expect(pbxprojContents).toBe(otherPbxprojContents);
|