mirror of
https://github.com/SideStore/SideStore.git
synced 2026-03-27 12:55:40 +01:00
pbxproj: restore required slowly - streamline em_proxy dependencies
This commit is contained in:
@@ -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 = "<group>";
|
||||
@@ -720,6 +722,7 @@
|
||||
A8BD2F6A2F543FD40045335F /* module.modulemap */,
|
||||
A8BD2F6B2F543FD40045335F /* README.md */,
|
||||
A8BD2FBD2F5440300045335F /* em_proxy.xcodeproj */,
|
||||
A8BD2FBE2F5440300045335F /* fetch-prebuilt.sh */,
|
||||
);
|
||||
path = em_proxy;
|
||||
sourceTree = "<group>";
|
||||
@@ -1671,6 +1674,7 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
A8EB89C22F5448B20094BC01 /* em_proxy.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user