mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 16:25:54 +03:00
[PR #81] [MERGED] Remove deprecated and unused Objective-C services #1448
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#1448
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/81
Author: @IsaacMarovitz
Created: 7/21/2022
Status: ✅ Merged
Merged: 7/24/2022
Merged by: @Depal1
Base:
develop← Head:develop📝 Commits (9)
99a9bf0Remove Deprecated and Potentially Parasitic Objective-C979b7e4Fixed Deprecationce0e873Merge branch 'develop' of https://github.com/PlayCover/PlayCover into PlayCover-develop363fd25Merge branch 'PlayCover:develop' into developb5dfbedMerge branch 'PlayCover:develop' into develop11598e1Merge remote-tracking branch 'upstream/develop' into developa352eebMerge branch 'PlayCover:develop' into develop68e3c09Fixed animation deprecation warningc9abfcaRevert "Fixed animation deprecation warning"📊 Changes
9 files changed (+0 additions, -159 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+0 -16)📝
PlayCover/PlayCover-Bridging-Header.h(+0 -2)➖
PlayCover/Utils/LaunchServicesWrapper.h(+0 -19)➖
PlayCover/Utils/LaunchServicesWrapper.m(+0 -34)➖
PlayCover/Utils/LoginKitWrapper.h(+0 -9)➖
PlayCover/Utils/LoginKitWrapper.m(+0 -18)➖
PlayCover/Utils/LoginServiceKit.swift(+0 -59)📝
PlayCover/View/PlayCoverApp.swift(+0 -1)📝
PlayCover/ViewModel/AppsVM.swift(+0 -1)📄 Description
Removed
LaunchServicesWrapper, which uses a deprecated API to set.ipas to open with PlayCover by default without alerting the user.Removed
LoginKitWrapper, which uses a deprecated API to manage login items, and is unused.Fixed a deprecation warning.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.