source for getorbyt.com getorbyt.com/
client bsky orbytapp app orbyt bluesky getorbyt orbytvideo atproto video
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update default altstore source URL for correct API endpoint

+1 -1
+1 -1
src/utils/ios-distribution.ts
··· 57 57 appStoreUrl: string; 58 58 }>; 59 59 60 - const DEFAULT_ALTSTORE_SOURCE = 'https://getorbyt.com/altstore/source.json'; 60 + const DEFAULT_ALTSTORE_SOURCE = 'https://api.getorbyt.com/v1/altstore/source.json'; 61 61 /** Same marketplace ID as the canonical source served at `/altstore/source.json` */ 62 62 const DEFAULT_APP_STORE = 'https://apps.apple.com/app/id6751679299'; 63 63