Skip to content

Commit 69cfb34

Browse files
committed
fixed pod errors
1 parent 592b760 commit 69cfb34

3 files changed

Lines changed: 7 additions & 27 deletions

File tree

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1
1+
5

Example/ImageDetect.xcodeproj/project.pbxproj

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
607FACCD1AFB9204008FA782 /* Frameworks */,
127127
607FACCE1AFB9204008FA782 /* Resources */,
128128
3A54C5444B5ACDA5B280B61A /* [CP] Embed Pods Frameworks */,
129-
CB585FAFE61B996F50D1A384 /* [CP] Copy Pods Resources */,
130129
);
131130
buildRules = (
132131
);
@@ -191,7 +190,7 @@
191190
files = (
192191
);
193192
inputPaths = (
194-
"${SRCROOT}/Pods/Target Support Files/Pods-ImageDetect_Example/Pods-ImageDetect_Example-frameworks.sh",
193+
"${PODS_ROOT}/Target Support Files/Pods-ImageDetect_Example/Pods-ImageDetect_Example-frameworks.sh",
195194
"${BUILT_PRODUCTS_DIR}/ImageDetect/ImageDetect.framework",
196195
);
197196
name = "[CP] Embed Pods Frameworks";
@@ -200,26 +199,7 @@
200199
);
201200
runOnlyForDeploymentPostprocessing = 0;
202201
shellPath = /bin/sh;
203-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ImageDetect_Example/Pods-ImageDetect_Example-frameworks.sh\"\n";
204-
showEnvVarsInLog = 0;
205-
};
206-
CB585FAFE61B996F50D1A384 /* [CP] Copy Pods Resources */ = {
207-
isa = PBXShellScriptBuildPhase;
208-
buildActionMask = 2147483647;
209-
files = (
210-
);
211-
inputFileListPaths = (
212-
);
213-
inputPaths = (
214-
);
215-
name = "[CP] Copy Pods Resources";
216-
outputFileListPaths = (
217-
);
218-
outputPaths = (
219-
);
220-
runOnlyForDeploymentPostprocessing = 0;
221-
shellPath = /bin/sh;
222-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ImageDetect_Example/Pods-ImageDetect_Example-resources.sh\"\n";
202+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ImageDetect_Example/Pods-ImageDetect_Example-frameworks.sh\"\n";
223203
showEnvVarsInLog = 0;
224204
};
225205
E54664A69D6DE6E0037D85DD /* [CP] Check Pods Manifest.lock */ = {

Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- ImageDetect (1.1.3)
2+
- ImageDetect (1.1.4)
33

44
DEPENDENCIES:
55
- ImageDetect (from `../`)
66

77
EXTERNAL SOURCES:
88
ImageDetect:
9-
:path: ../
9+
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
ImageDetect: 0235c4eeb435a73e643fbe6149c60fc8513a6581
12+
ImageDetect: cff4ef43d8cb22cb5bfdd3134f4224f637c3d372
1313

1414
PODFILE CHECKSUM: dc7e4c2540a30f5fbd1721d7c39a8dca9da76b86
1515

16-
COCOAPODS: 1.4.0
16+
COCOAPODS: 1.6.1

0 commit comments

Comments
 (0)