Skip to content

Commit

Permalink
Updated pods to SDK 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Yakimchik committed Aug 23, 2019
1 parent 0fc411a commit eda4bf6
Show file tree
Hide file tree
Showing 8 changed files with 587 additions and 283 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,18 +259,20 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-DocumentReaderFullObjectiveC-sample/Pods-DocumentReaderFullObjectiveC-sample-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-DocumentReaderFullObjectiveC-sample/Pods-DocumentReaderFullObjectiveC-sample-frameworks.sh",
"${PODS_ROOT}/DocumentReader/DocumentReader.framework",
"${PODS_ROOT}/DocumentReader/DocumentReader.framework.dSYM",
"${PODS_ROOT}/DocumentReaderFull/DocumentReaderCore.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReader.framework",
"${DWARF_DSYM_FOLDER_PATH}/DocumentReader.framework.dSYM",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReaderCore.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DocumentReaderFullObjectiveC-sample/Pods-DocumentReaderFullObjectiveC-sample-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DocumentReaderFullObjectiveC-sample/Pods-DocumentReaderFullObjectiveC-sample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
10 changes: 5 additions & 5 deletions Samples/DocumentReaderObjectiveC-sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- DocumentReader (4.2.1515)
- DocumentReaderFull (4.2.93460)
- DocumentReader (5.0.531)
- DocumentReaderFull (5.0.1058)

DEPENDENCIES:
- DocumentReader
Expand All @@ -12,9 +12,9 @@ SPEC REPOS:
- DocumentReaderFull

SPEC CHECKSUMS:
DocumentReader: f77427736eb4dff9dde1518c1657006d29db77f4
DocumentReaderFull: ebb2a5b3c92b63ae8a259c2cb4714f464cc6ef03
DocumentReader: ff10a002c0a1c75130c5f6f88b1ad2f32303ff8f
DocumentReaderFull: 81a2db6e01837f6a5770fbebe7324a31b51e5bf3

PODFILE CHECKSUM: d8a0762fb0194e6d5d60570ea4b62895b4595c54

COCOAPODS: 1.6.1
COCOAPODS: 1.7.3
10 changes: 5 additions & 5 deletions Samples/DocumentReaderObjectiveC-sample/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -239,18 +239,20 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-DocumentReaderFullSwift-sample/Pods-DocumentReaderFullSwift-sample-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-DocumentReaderFullSwift-sample/Pods-DocumentReaderFullSwift-sample-frameworks.sh",
"${PODS_ROOT}/DocumentReader/DocumentReader.framework",
"${PODS_ROOT}/DocumentReader/DocumentReader.framework.dSYM",
"${PODS_ROOT}/DocumentReaderFull/DocumentReaderCore.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReader.framework",
"${DWARF_DSYM_FOLDER_PATH}/DocumentReader.framework.dSYM",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DocumentReaderCore.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-DocumentReaderFullSwift-sample/Pods-DocumentReaderFullSwift-sample-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DocumentReaderFullSwift-sample/Pods-DocumentReaderFullSwift-sample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
0AB43C591F1106A000D75A11 /* Pod install */ = {
Expand Down
10 changes: 5 additions & 5 deletions Samples/DocumentReaderSwift-sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- DocumentReader (4.2.1515)
- DocumentReaderFull (4.2.93460)
- DocumentReader (5.0.531)
- DocumentReaderFull (5.0.1058)

DEPENDENCIES:
- DocumentReader
Expand All @@ -12,9 +12,9 @@ SPEC REPOS:
- DocumentReaderFull

SPEC CHECKSUMS:
DocumentReader: f77427736eb4dff9dde1518c1657006d29db77f4
DocumentReaderFull: ebb2a5b3c92b63ae8a259c2cb4714f464cc6ef03
DocumentReader: ff10a002c0a1c75130c5f6f88b1ad2f32303ff8f
DocumentReaderFull: 81a2db6e01837f6a5770fbebe7324a31b51e5bf3

PODFILE CHECKSUM: 6418606e8afa6df5b2fa16517e8ff02675c9c0a9

COCOAPODS: 1.6.1
COCOAPODS: 1.7.3
10 changes: 5 additions & 5 deletions Samples/DocumentReaderSwift-sample/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eda4bf6

Please sign in to comment.