From 7f3647a230394afdc9157548bc8928ce0fd20789 Mon Sep 17 00:00:00 2001 From: mahee96 <47920326+mahee96@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:08:38 +0530 Subject: [PATCH] pbxproj: restore required slowly - streamline em_proxy dependencies --- AltStore.xcodeproj/project.pbxproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index e6c57f4e..a3d3f6ab 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -22,6 +22,8 @@ A8C2260E2EC9039A00047C0D /* Nuke in Frameworks */ = {isa = PBXBuildFile; productRef = A8C2260D2EC9039A00047C0D /* Nuke */; }; A8C6D50C2D1EE87600DF01F1 /* AltSign-Static in Frameworks */ = {isa = PBXBuildFile; productRef = A8C6D50B2D1EE87600DF01F1 /* AltSign-Static */; }; A8C6D5122D1EE8AF00DF01F1 /* AltSign-Static in Frameworks */ = {isa = PBXBuildFile; productRef = A8C6D5112D1EE8AF00DF01F1 /* AltSign-Static */; }; + A8EB89C22F5448B20094BC01 /* em_proxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8BD2F652F543FD40045335F /* em_proxy.swift */; }; + A8EB89C32F5448BC0094BC01 /* libem_proxy_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A8EB89B62F5446460094BC01 /* libem_proxy_static.a */; }; BF1614F1250822F100767AEA /* Roxas.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFD247862284BB3B00981D42 /* Roxas.framework */; }; BF1614F2250822F100767AEA /* Roxas.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BFD247862284BB3B00981D42 /* Roxas.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; BF580498246A3D19008AE704 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF580497246A3D19008AE704 /* UIKit.framework */; }; @@ -612,6 +614,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + A8EB89C32F5448BC0094BC01 /* libem_proxy_static.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -677,7 +680,6 @@ A8BD2FAA2F54401E0045335F /* MarkdownAttributedString */, A8BD32D12F5440300045335F /* Roxas */, A8BD2F6C2F543FD40045335F /* em_proxy */, - A8BD2FBE2F5440300045335F /* fetch-prebuilt.sh */, ); path = Dependencies; sourceTree = ""; @@ -720,6 +722,7 @@ A8BD2F6A2F543FD40045335F /* module.modulemap */, A8BD2F6B2F543FD40045335F /* README.md */, A8BD2FBD2F5440300045335F /* em_proxy.xcodeproj */, + A8BD2FBE2F5440300045335F /* fetch-prebuilt.sh */, ); path = em_proxy; sourceTree = ""; @@ -1671,6 +1674,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + A8EB89C22F5448B20094BC01 /* em_proxy.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };