๐Ÿ“ฆ ntindle / test

๐Ÿ“„ apps.json ยท 68 lines
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68{
  "name": "Virtual Machines and More",
  "identifier": "com.ntindle.AltStore.VMs",
  "apps": [
    {
      "name": "UTM",
      "bundleIdentifier": "com.osy86.UTM",
      "developerName": "Osy86",
      "subtitle": "Run virtual machines on iOS",
      "version": "0.6",
      "versionDate": "2020-03-22T13:32:00-05:00",
      "versionDescription": "New Features\nPause resume VM\nRestart VM\nAuto-save state on background and/or low memory warning\nPreferences page for controlling auto-save and gestures\nConfigure gestures (change two finger tap, long press, etc)\nSave display position/zoom automatically\nBug Fixes\n\nAdd delay in mouse up and key up events fixing broken cursor/keyboard in PPC/aarch64/others (#145)\nFix pasting long text (#151)\nRare crash due to texture buffer not being locked correctly (#23)\nFix issue of PPC QEMU trying not supporting QXL\nOther Information\n\niOS 13.4 fixes the signing bug that prevents free accounts from signing UTM. You can now sign UTM every 7 days with a free developer account again.",
      "downloadURL": "https://github.com/utmapp/UTM/releases/download/v0.6/UTM.ipa",
      "localizedDescription": "Run virtual Machines on iOS!",
      "iconURL": "https://getutm.app/assets/appicon.png",
      "tintColor": "78209d",
      "size": 127012571,
      "beta": true,
      "screenshotURLs": [
        "https://github.com/utmapp/UTM/raw/master/screen.png"
      ]
    },
    {
      "name": "iSH",
      "bundleIdentifier": "app.ish.iSH",
      "developerName": "Theodore Dubois",
      "subtitle": "The Linux shell on iOS.",
      "version": "0.65",
      "versionDate": "2020-03-08T21:55:00-05:00",
      "versionDescription": "New stuff:\n\nHalf-broken tmpfs implementation\nCaps lock mapping is now gone on iOS 13, because 13.4 adds a system-wide option\nKerberos works\nAltStore installation is officially supported\nadb works for connecting to Android devices over the network (not USB)\nAdded a way to fix your iSH setup if you mess up the launch/boot commands\nFixed bugs:\n\nceil(3) returning 4\nR's nlm demo crashing\nfish having some trouble changing process groups\ngit clone failing dramatically when your device only has one CPU\nSO_ERROR codes not being translated\nJava sockets failing with \"not a tty\"",
      "downloadURL": "https://github.com/tbodt/ish/releases/download/builds%2Fbeta%2F65/iSH.ipa",
      "localizedDescription": "The Linux shell on iOS.",
      "iconURL": "https://ish.app/assets/icon.png",
      "tintColor": "78209d",
      "size": 3818419,
      "beta": true,
      "screenshotURLs": [
        "https://ish.app/assets/front-iphone.png"
      ]
    }
  ],
  "news": [
    {
      "title": "Build 65",
      "identifier": "builds/beta/65",
      "caption": "Download build 65 today.",
      "tintColor": "78209d",
      "imageURL": "https://ish.app/assets/front-iphone.png",
      "appID": "app.ish.iSH",
      "date": "2020-03-08",
      "notify": false
    },
    {
      "title": "Release 0.6",
      "identifier": "utm-release-06",
      "caption": "UTM 0.6 Released",
      "tintColor": "78209d",
      "imageURL": "https://github.com/utmapp/UTM/raw/master/screen.png",
      "appID": "com.osy86.UTM",
      "date": "2020-03-22",
      "notify": false
    }
  ],
  "userInfo": {

  }
}