pbxproj: restore required slowly - streamline em_proxy dependencies

This commit is contained in:
mahee96
2026-03-01 16:08:38 +05:30
parent 850180273c
commit 7f3647a230

View File

@@ -22,6 +22,8 @@
A8C2260E2EC9039A00047C0D /* Nuke in Frameworks */ = {isa = PBXBuildFile; productRef = A8C2260D2EC9039A00047C0D /* Nuke */; }; A8C2260E2EC9039A00047C0D /* Nuke in Frameworks */ = {isa = PBXBuildFile; productRef = A8C2260D2EC9039A00047C0D /* Nuke */; };
A8C6D50C2D1EE87600DF01F1 /* AltSign-Static in Frameworks */ = {isa = PBXBuildFile; productRef = A8C6D50B2D1EE87600DF01F1 /* AltSign-Static */; }; A8C6D50C2D1EE87600DF01F1 /* AltSign-Static in Frameworks */ = {isa = PBXBuildFile; productRef = A8C6D50B2D1EE87600DF01F1 /* AltSign-Static */; };
A8C6D5122D1EE8AF00DF01F1 /* AltSign-Static in Frameworks */ = {isa = PBXBuildFile; productRef = A8C6D5112D1EE8AF00DF01F1 /* 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 */; }; 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, ); }; }; 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 */; }; BF580498246A3D19008AE704 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF580497246A3D19008AE704 /* UIKit.framework */; };
@@ -612,6 +614,7 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
A8EB89C32F5448BC0094BC01 /* libem_proxy_static.a in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@@ -677,7 +680,6 @@
A8BD2FAA2F54401E0045335F /* MarkdownAttributedString */, A8BD2FAA2F54401E0045335F /* MarkdownAttributedString */,
A8BD32D12F5440300045335F /* Roxas */, A8BD32D12F5440300045335F /* Roxas */,
A8BD2F6C2F543FD40045335F /* em_proxy */, A8BD2F6C2F543FD40045335F /* em_proxy */,
A8BD2FBE2F5440300045335F /* fetch-prebuilt.sh */,
); );
path = Dependencies; path = Dependencies;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -720,6 +722,7 @@
A8BD2F6A2F543FD40045335F /* module.modulemap */, A8BD2F6A2F543FD40045335F /* module.modulemap */,
A8BD2F6B2F543FD40045335F /* README.md */, A8BD2F6B2F543FD40045335F /* README.md */,
A8BD2FBD2F5440300045335F /* em_proxy.xcodeproj */, A8BD2FBD2F5440300045335F /* em_proxy.xcodeproj */,
A8BD2FBE2F5440300045335F /* fetch-prebuilt.sh */,
); );
path = em_proxy; path = em_proxy;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -1671,6 +1674,7 @@
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
A8EB89C22F5448B20094BC01 /* em_proxy.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };