Update pod file
This commit is contained in:
parent
c501c43d74
commit
b524773c90
2 changed files with 22 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
PODS:
|
||||
- background_fetch (0.5.6):
|
||||
- background_fetch (0.7.1):
|
||||
- Flutter
|
||||
- connectivity (0.0.1):
|
||||
- Flutter
|
||||
|
@ -165,7 +165,7 @@ EXTERNAL SOURCES:
|
|||
:path: ".symlinks/plugins/wakelock/ios"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
background_fetch: 9e1c6c010f2bafe94108358405b7f2a08d6b5ab1
|
||||
background_fetch: f77e9d12c29db274e83565952268ec846eac7252
|
||||
connectivity: c4130b2985d4ef6fd26f9702e886bd5260681467
|
||||
crisp: 31665a818a3b0231a343d5a0d617a41d63b09646
|
||||
device_info: d7d233b645a32c40dfdc212de5cf646ca482f175
|
||||
|
|
|
@ -145,6 +145,7 @@
|
|||
buildPhases = (
|
||||
519725EB629C2C7897CFF552 /* [CP] Check Pods Manifest.lock */,
|
||||
9740EEB61CF901F6004384FC /* Run Script */,
|
||||
1125A03FEE557FEC59710D4A /* [CP] Prepare Artifacts */,
|
||||
97C146EA1CF9000F007C117D /* Sources */,
|
||||
97C146EB1CF9000F007C117D /* Frameworks */,
|
||||
97C146EC1CF9000F007C117D /* Resources */,
|
||||
|
@ -211,6 +212,24 @@
|
|||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
1125A03FEE557FEC59710D4A /* [CP] Prepare Artifacts */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-artifacts.sh",
|
||||
"${PODS_ROOT}/../.symlinks/plugins/background_fetch/ios/TSBackgroundFetch.xcframework",
|
||||
);
|
||||
name = "[CP] Prepare Artifacts";
|
||||
outputPaths = (
|
||||
"${BUILT_PRODUCTS_DIR}/cocoapods-artifacts-${CONFIGURATION}.txt",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-artifacts.sh\"\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
|
@ -232,6 +251,7 @@
|
|||
);
|
||||
inputPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
|
||||
"${BUILT_PRODUCTS_DIR}/cocoapods-artifacts-${CONFIGURATION}.txt",
|
||||
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
|
||||
"${PODS_ROOT}/../Flutter/Flutter.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/Mantle/Mantle.framework",
|
||||
|
|
Loading…
Reference in a new issue