Skip to content

Commit 5d0e163

Browse files
committed
Updated pod
1 parent 1bf6891 commit 5d0e163

17 files changed

+466
-372
lines changed

Example/MSAutoView.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
files = (
330330
);
331331
inputPaths = (
332-
"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh",
332+
"${PODS_ROOT}/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh",
333333
"${BUILT_PRODUCTS_DIR}/MSAutoView/MSAutoView.framework",
334334
);
335335
name = "[CP] Embed Pods Frameworks";
@@ -338,7 +338,7 @@
338338
);
339339
runOnlyForDeploymentPostprocessing = 0;
340340
shellPath = /bin/sh;
341-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh\"\n";
341+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh\"\n";
342342
showEnvVarsInLog = 0;
343343
};
344344
/* End PBXShellScriptBuildPhase section */

Example/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- MSAutoView (3.1.0)
2+
- MSAutoView (3.1.1)
33

44
DEPENDENCIES:
55
- MSAutoView (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
MSAutoView: 2860485090037c6ed1f047f70c47380ad99ace75
12+
MSAutoView: 9cc1d588c24d8ac855923c6fad55233f16ebb729
1313

1414
PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba
1515

16-
COCOAPODS: 1.5.3
16+
COCOAPODS: 1.7.5

Example/Pods/Local Podspecs/MSAutoView.podspec.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+312-293
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/MSAutoView.xcscheme

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Example.xcscheme

+11-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Tests.xcscheme

+11-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/MSAutoView/MSAutoView-Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/MSAutoView/MSAutoView.xcconfig

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-Info.plist

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)