-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.json
More file actions
48 lines (48 loc) · 2.05 KB
/
Copy pathsource.json
File metadata and controls
48 lines (48 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "TheBus Live Source",
"identifier": "com.ashvr0.thebuslive.source",
"apiVersion": "2.2",
"iconURL": "https://raw.githubusercontent.com/ashvr0/TheBusLive/7f1e3c3d41c808505b9d52db9267a07d34e39cbd/TheBusLive/Assets.xcassets/AppIcon.appiconset/AppIcon-1024-dark.png",
"website": "https://github.com/ashvr0/TheBusLive",
"apps": [
{
"name": "TheBus Live",
"bundleIdentifier": "com.thebuslive.app",
"developerName": "ashvr0",
"subtitle": "Live bus tracking",
"localizedDescription": "A modern, unofficial SwiftUI replacement for the old TheBus app for Oahu Transit Services. Live arrivals, stop and route search with island-wide GTFS coverage, vehicle tracking on a map, and favorites, with no analytics or data collection.",
"iconURL": "https://raw.githubusercontent.com/ashvr0/TheBusLive/7f1e3c3d41c808505b9d52db9267a07d34e39cbd/TheBusLive/Assets.xcassets/AppIcon.appiconset/AppIcon-1024-dark.png",
"tintColor": "3B1E54",
"category": "utilities",
"screenshotURLs": [
"https://raw.githubusercontent.com/ashvr0/TheBusLive/main/Assets/MockUp.png"
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSLocationWhenInUseUsageDescription": "TheBus Live uses your location to show nearby stops and center the map on your position."
}
},
"versions": [
{
"version": "1.0.2",
"buildVersion": "2",
"date": "2026-07-24",
"localizedDescription": "Version 1.0.2 release.",
"downloadURL": "https://github.com/ashvr0/TheBusLive/releases/download/v1.0.2/TheBusLive-unsigned.ipa",
"size": 3067091,
"minOSVersion": "17.0"
},
{
"version": "1.0.1",
"buildVersion": "1",
"date": "2026-07-18",
"localizedDescription": "Version 1.0.1 release.",
"downloadURL": "https://github.com/ashvr0/TheBusLive/releases/download/v1.0.1/TheBusLive-unsigned.ipa",
"size": 2965023,
"minOSVersion": "17.0"
}
]
}
]
}