Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts143 const expectedKeyId = expectedKeyIdOuter[0]; constant
144 if (typeof expectedKeyId !== 'string') {
146 `Invalid value for keyid in expo-expect-signature header: ${expectedKeyId}`
160 if (expectedKeyId === 'expo-root') {
162 } else if (expectedKeyId === 'expo-go') {
170 expectedKeyId,
236 expectedKeyId: string,
264 if (expectedKeyId !== keyid) {
265 throw new CommandError(`keyid mismatch: client=${expectedKeyId}, project=${keyid}`);
/expo/packages/expo-updates/cli/__tests__/
H A Dconfigure-test.ts24 { keyid: undefined, expectedKeyId: 'main' },
25 { keyid: 'blah', expectedKeyId: 'blah' },
26 ])('with %p', ({ keyid, expectedKeyId }) => {
75 keyid: expectedKeyId,