Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 00ada7e

Browse files
committed
Update benchmark project
1 parent 31f6a79 commit 00ada7e

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

Example/Benchmark/Benchmark.xcodeproj/project.pbxproj

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
D2FFBC121FFE2DDA0051D319 /* Frameworks */,
101101
D2FFBC131FFE2DDA0051D319 /* Resources */,
102102
9B79B5A32C81AC1515A0C513 /* [CP] Embed Pods Frameworks */,
103-
EDC2577481C1B61AB5149729 /* [CP] Copy Pods Resources */,
104103
);
105104
buildRules = (
106105
);
@@ -165,7 +164,7 @@
165164
files = (
166165
);
167166
inputPaths = (
168-
"${SRCROOT}/Pods/Target Support Files/Pods-Benchmark/Pods-Benchmark-frameworks.sh",
167+
"${PODS_ROOT}/Target Support Files/Pods-Benchmark/Pods-Benchmark-frameworks.sh",
169168
"${BUILT_PRODUCTS_DIR}/Changeset/Changeset.framework",
170169
"${BUILT_PRODUCTS_DIR}/DeepDiff/DeepDiff.framework",
171170
"${BUILT_PRODUCTS_DIR}/Differ/Differ.framework",
@@ -182,7 +181,7 @@
182181
);
183182
runOnlyForDeploymentPostprocessing = 0;
184183
shellPath = /bin/sh;
185-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Benchmark/Pods-Benchmark-frameworks.sh\"\n";
184+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Benchmark/Pods-Benchmark-frameworks.sh\"\n";
186185
showEnvVarsInLog = 0;
187186
};
188187
A8B48AD66A013BA7857FFFF5 /* [CP] Check Pods Manifest.lock */ = {
@@ -203,21 +202,6 @@
203202
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
204203
showEnvVarsInLog = 0;
205204
};
206-
EDC2577481C1B61AB5149729 /* [CP] Copy Pods Resources */ = {
207-
isa = PBXShellScriptBuildPhase;
208-
buildActionMask = 2147483647;
209-
files = (
210-
);
211-
inputPaths = (
212-
);
213-
name = "[CP] Copy Pods Resources";
214-
outputPaths = (
215-
);
216-
runOnlyForDeploymentPostprocessing = 0;
217-
shellPath = /bin/sh;
218-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Benchmark/Pods-Benchmark-resources.sh\"\n";
219-
showEnvVarsInLog = 0;
220-
};
221205
/* End PBXShellScriptBuildPhase section */
222206

223207
/* Begin PBXSourcesBuildPhase section */

Example/Benchmark/Podfile.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Changeset (3.0)
3-
- DeepDiff (1.1.0)
3+
- DeepDiff (2.0.0)
44
- Differ (1.0.3)
55
- Dwifft (0.8)
66
- ListDiff (0.1.0)
@@ -12,17 +12,24 @@ DEPENDENCIES:
1212
- Dwifft
1313
- ListDiff
1414

15+
SPEC REPOS:
16+
https://github.com/cocoapods/specs.git:
17+
- Changeset
18+
- Differ
19+
- Dwifft
20+
- ListDiff
21+
1522
EXTERNAL SOURCES:
1623
DeepDiff:
17-
:path: ../../
24+
:path: "../../"
1825

1926
SPEC CHECKSUMS:
2027
Changeset: cbb84a74639049a7b96fc64851e8a9cfcc3c9989
21-
DeepDiff: 788b32d301f244a89ffc14a33ab0c046a8dc64ef
28+
DeepDiff: a3e7589c6b0b26fd042254a5aa7c4e1102151bdb
2229
Differ: 0c220ac75542f5f17f91b1303b85bf07d871ecd7
2330
Dwifft: 463e61d07322fdf83b32ee6975ca1b20708db746
2431
ListDiff: 8a29c2ae3c8370cc989b6d6d50bb40d58c4e9ede
2532

2633
PODFILE CHECKSUM: 59723220655512645b381c37f63e9627012758a1
2734

28-
COCOAPODS: 1.3.1
35+
COCOAPODS: 1.6.1

0 commit comments

Comments
 (0)