Update Demo with XCFramework
This commit is contained in:
parent
519ec9de7c
commit
8ed4b35737
|
@ -134,6 +134,7 @@
|
|||
0EF4C83B254B2DDE0030F3CE /* Sources */,
|
||||
0EF4C83C254B2DDE0030F3CE /* Frameworks */,
|
||||
0EF4C83D254B2DDE0030F3CE /* Resources */,
|
||||
5E422EBA5A955FA396AE01A7 /* [CP] Embed Pods Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
|
@ -220,6 +221,23 @@
|
|||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
5E422EBA5A955FA396AE01A7 /* [CP] Embed Pods Frameworks */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
outputFileListPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
E779C03A2743FDC34CB79861 /* [CP] Check Pods Manifest.lock */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PODS:
|
||||
- OpenSSL-Apple (1.1.1h.7)
|
||||
- OpenSSL-Apple (1.1.1h.8)
|
||||
|
||||
DEPENDENCIES:
|
||||
- OpenSSL-Apple (from `.`)
|
||||
|
@ -9,7 +9,7 @@ EXTERNAL SOURCES:
|
|||
:path: "."
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
OpenSSL-Apple: ea3144c521f4d5f620bc911686ddc42f48ae17d8
|
||||
OpenSSL-Apple: 70990157548ecf94885310231aff52db698e1077
|
||||
|
||||
PODFILE CHECKSUM: 46de088b71467a12879d73c36eda858ad56ed167
|
||||
|
||||
|
|
Loading…
Reference in New Issue