Home
last modified time | relevance | path

Searched refs:getLastDeveloperCodeSigningIdAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A DresolveCertificateSigningIdentity.ts4 import { getLastDeveloperCodeSigningIdAsync, setLastDeveloperCodeSigningIdAsync } from './settings';
17 const lastSelected = await getLastDeveloperCodeSigningIdAsync();
H A Dsettings.ts4 export async function getLastDeveloperCodeSigningIdAsync(): Promise<string | null> { function
/expo/packages/@expo/cli/src/run/ios/codeSigning/__tests__/
H A DresolveCertificateSigningIdentity-test.ts22 getLastDeveloperCodeSigningIdAsync: jest.fn(),
73 asMock(Settings.getLastDeveloperCodeSigningIdAsync).mockResolvedValue('YYY');