9 lines
299 B
TypeScript
9 lines
299 B
TypeScript
import type { Namespace } from '@/types';
|
|
|
|
export const namespace: Namespace = {
|
|
name: 'IPSW.dev',
|
|
url: 'ipsw.dev',
|
|
description: 'Download the latest beta firmware for iPhone, iPad, Mac, Apple Vision Pro, and Apple TV. Check the signing status of the beta firmware.',
|
|
lang: 'en',
|
|
};
|