Skip to content

Commit

Permalink
update ignited to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LitRitt committed Jan 10, 2024
1 parent b232ca9 commit 7f7df36
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 4 deletions.
17 changes: 13 additions & 4 deletions _includes/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
"https://f005.backblazeb2.com/file/lit-apps/assets/ignited/settings-dark.png"
],
"versions": [
{
"version": "1.8.2",
"date": "2024-01-10T10:00:00-04:00",
"size": 73931114,
"downloadURL": "https://cdn.ignitedemulator.com/versions/1.8.2/Ignited.ipa",
"localizedDescription": "New\n\u2022 SNES Invalid VRAM Access\n \u2022 Allows text and other sprites to render properly in some emulator-only games\n \u2022 Applied per game using the game's context menu\n\nChanged\n\u2022 N64 Graphics replaced with OpenGLES 3 toggle\n \u2022 Applied per game using the game's context menu\n\u2022 Toast notification style updated and the code flow for toasts has been unified/simplified",
"minOSVersion": "14.0",
"sha256": "bd24a80aa3815d6b38326156be915dfa29b9aed585a89743402c62b118a2efcd"
},
{
"version": "1.8.1",
"date": "2024-01-08T10:00:00-04:00",
Expand All @@ -67,10 +76,10 @@
"sha256": "4204b60f89d66190e5c49ebcf10d59c3fb85d38c37e6985395e065213bc59014"
}
],
"version": "1.8.1",
"versionDate": "2024-01-08T10:00:00-04:00",
"versionDescription": "New\n\u2022 Microphone can now be toggled on and off, and only allows microphone usage when using the melonDS core\n\u2022 Create an auto save state any time the app becomes inactive, even when immediately quitting the app from a game\n\u2022 Adds new icons by LitRitt and Kongolabongo\n\nChanged\n\u2022 Makes the Pro label fancy\n\u2022 Makes the alternate icon feature free, some icons will remain Pro only\n\u2022 Removes the Documentation link until it's more complete\n\u2022 Makes most system titles use full names instead of short names\n\u2022 Unhides the status bar feature in settings\n\nFixed\n\u2022 Fixes patrons list after update to Patreon benefits\n\u2022 Fixes toggling the status bar showing the wrong toast notification\n\u2022 Fixes setting game preview parameters when feature is disabled",
"downloadURL": "https://cdn.ignitedemulator.com/versions/1.8.1/Ignited.ipa",
"version": "1.8.2",
"versionDate": "2024-01-10T10:00:00-04:00",
"versionDescription": "New\n\u2022 SNES Invalid VRAM Access\n \u2022 Allows text and other sprites to render properly in some emulator-only games\n \u2022 Applied per game using the game's context menu\n\nChanged\n\u2022 N64 Graphics replaced with OpenGLES 3 toggle\n \u2022 Applied per game using the game's context menu\n\u2022 Toast notification style updated and the code flow for toasts has been unified/simplified",
"downloadURL": "https://cdn.ignitedemulator.com/versions/1.8.2/Ignited.ipa",
"size": 73931114,
"permissions": [
{
Expand Down
45 changes: 45 additions & 0 deletions bucket/ignited/versions/1.8.2/manifest.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>https://cdn.ignitedemulator.com/versions/1.8.2/Ignited.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>url</key>
<string>https://github.com/LitRitt/Ignited/blob/develop/Resources/Assets.xcassets/AppIcon.appiconset/57.png</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>url</key>
<string>https://github.com/LitRitt/Ignited/blob/develop/Resources/Assets.xcassets/AppIcon.appiconset/1024.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.litritt.ignited</string>
<key>bundle-version</key>
<string>1.8.2</string>
<key>kind</key>
<string>software</string>
<key>platform-identifier</key>
<string>com.apple.platform.iphoneos</string>
<key>title</key>
<string>Ignited</string>
</dict>
</dict>
</array>
</dict>
</plist>

0 comments on commit 7f7df36

Please sign in to comment.