mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #313] [MERGED] fix: Add framework search path to fix archive fail for release #1569
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#1569
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/313
Author: @KhoraLee
Created: 9/7/2022
Status: ✅ Merged
Merged: 9/7/2022
Merged by: @Depal1
Base:
develop← Head:fix/appIcon📝 Commits (2)
f2f982crefactor: Separate into function that perform image size comparisona020b8ffix: Add missing framework search path for Release📊 Changes
2 files changed (+12 additions, -14 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+3 -0)📝
PlayCover/Model/PlayApp.swift(+9 -14)📄 Description
I forgot to add CoreUI framework path to release build setting. So this PR will fix that problem.
Also I refactored selecting high resolution icon logic and separated them into function because same code is repetitive in different scope.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.