Skip to content

Commit

Permalink
Add UTM SE to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Jun 4, 2021
1 parent a34be7d commit 2e35497
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,35 @@
{
"name": "UTM",
"bundleIdentifier": "com.utmapp.UTM",
"filename": "UTM.ipa",
"githubOwner": "utmapp",
"githubRepository": "UTM",
"skipPrerelease": true,
"developerName": "osy",
"subtitle": "Virtual machines for iOS",
"localizedDescription": "UTM is a full featured virtual machine host for iOS. In short, it allows you to run Windows, Android, and more on your iPhone and iPad. More information at https://getutm.app/\n\nFeatures:\n\n• Emulate any Processor\n30+ processors supported by qemu including x86_64, ARM64, and RISC-V\n• Run any Operating System\nWindows, Linux, and more natively and securely on iOS within an App\n• Fast Emulation\nPara-virtualization with SPICE and JIT compilation with TCG\n• High Compatibility\niOS 11+ supported. Works on iPhone and iPad. No jailbreak needed\n• Free and Open Source\nUTM and its dependencies are all free and open source\n• Easy to Use\nConfigure and customize your VM in a native UI\n\n\nNote: Screenshots are from the updated interface only available on iOS 14.",
"subtitle": "Virtual machines for iOS (with JIT support)",
"localizedDescription": "UTM is a full featured virtual machine host for iOS. In short, it allows you to run Windows, Android, and more on your iPhone and iPad. More information at https://getutm.app/\n\nFeatures:\n\n• Emulate any Processor\n30+ processors supported by qemu including x86_64, ARM64, and RISC-V\n• Run any Operating System\nWindows, Linux, and more natively and securely on iOS within an App\n• Fast Emulation\nPara-virtualization with SPICE and JIT compilation with TCG\n• High Compatibility\niOS 11+ supported. Works on iPhone and iPad. No jailbreak needed\n• Free and Open Source\nUTM and its dependencies are all free and open source\n• Easy to Use\nConfigure and customize your VM in a native UI\n\n\nNote: Screenshots are from the updated interface only available on iOS 14.\n\n\nThis version only runs on < iOS 14.0 and iOS 14.2-14.4 (A14+ devices only). All other devices should install UTM SE.",
"iconURL": "https://alt.getutm.app/icon.png",
"tintColor": "1a2cc2",
"screenshotURLs": [
"https://alt.getutm.app/screen0.png",
"https://alt.getutm.app/screen1.png",
"https://alt.getutm.app/screen2.png",
"https://alt.getutm.app/screen3.png",
"https://alt.getutm.app/screen4.png",
"https://alt.getutm.app/screen5.png",
"https://alt.getutm.app/screen6.png"
]
},
{
"name": "UTM SE",
"bundleIdentifier": "com.utmapp.UTM-SE",
"filename": "UTM.SE.ipa",
"githubOwner": "utmapp",
"githubRepository": "UTM",
"skipPrerelease": true,
"developerName": "osy",
"subtitle": "Virtual machines for iOS (without JIT support)",
"localizedDescription": "UTM is a full featured virtual machine host for iOS. In short, it allows you to run Windows, Android, and more on your iPhone and iPad. More information at https://getutm.app/\n\nFeatures:\n\n• Emulate any Processor\n30+ processors supported by qemu including x86_64, ARM64, and RISC-V\n• Run any Operating System\nWindows, Linux, and more natively and securely on iOS within an App\n• Fast Emulation\nPara-virtualization with SPICE and JIT compilation with TCG\n• High Compatibility\niOS 11+ supported. Works on iPhone and iPad. No jailbreak needed\n• Free and Open Source\nUTM and its dependencies are all free and open source\n• Easy to Use\nConfigure and customize your VM in a native UI\n\n\nNote: Screenshots are from the updated interface only available on iOS 14.\n\n\nThis version runs on all > iOS 11 devices but lacks JIT support and is slower than regular UTM.",
"iconURL": "https://alt.getutm.app/icon.png",
"tintColor": "1a2cc2",
"screenshotURLs": [
Expand Down

0 comments on commit 2e35497

Please sign in to comment.