mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #117] [CLOSED] Fix shell crash #1464
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1464
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/117
Author: @IsaacMarovitz
Created: 7/30/2022
Status: ❌ Closed
Base:
master← Head:develop📝 Commits (10+)
7336de5spelling and grammarc2c11cdfixed: Change the update url to fit new update file formate29eafcImproved icon scalingbb41f9aMerge pull request #39 from zanderp25/develop031ac76Add 2022 M2 Macbook Air to Notched macs.9641c75Merge pull request #44 from Dippyskoodlez/patch-145cf5aeMerge pull request #37 from ohaiibuzzle/fix/update4e78accadd improved updater4061d49create changelog view in app860410bfix updater runtime warnings and nicer changelog UI📊 Changes
101 files changed (+2242 additions, -1464 deletions)
View changed files
➕
.github/workflows/2.nightly_release.yml(+60 -0)➕
.github/workflows/SwiftLint.yml(+20 -0)📝
.gitignore(+1 -0)➕
.swiftlint.yml(+12 -0)📝
Cartfile.resolved(+1 -1)📝
PlayCover.xcodeproj/project.pbxproj(+89 -20)📝
PlayCover/AppInstaller/Installer.swift(+18 -18)📝
PlayCover/AppInstaller/Utils/Entitlements.swift(+43 -44)📝
PlayCover/AppInstaller/Utils/IPA.swift(+17 -15)📝
PlayCover/AppInstaller/Utils/TempAllocator.swift(+16 -15)📝
PlayCover/AppInstaller/Utils/Unarchiver.swift(+7 -6)➖
PlayCover/Assets.xcassets/AppIcon.appiconset/1024.png(+0 -0)➖
PlayCover/Assets.xcassets/AppIcon.appiconset/128.png(+0 -0)➖
PlayCover/Assets.xcassets/AppIcon.appiconset/16.png(+0 -0)➖
PlayCover/Assets.xcassets/AppIcon.appiconset/256.png(+0 -0)➖
PlayCover/Assets.xcassets/AppIcon.appiconset/32.png(+0 -0)➖
PlayCover/Assets.xcassets/AppIcon.appiconset/512.png(+0 -0)➖
PlayCover/Assets.xcassets/AppIcon.appiconset/64.png(+0 -0)📝
PlayCover/Assets.xcassets/AppIcon.appiconset/Contents.json(+68 -1)➕
PlayCover/Assets.xcassets/AppIcon.appiconset/Icon-MacOS-128x128@1x.png(+0 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.