Skip to content

Commit c89cadc

Browse files
committed
Update demo pods
1 parent 659aa16 commit c89cadc

File tree

8 files changed

+112
-96
lines changed

8 files changed

+112
-96
lines changed

Demo/Demo.xcodeproj/project.pbxproj

-16
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
86AEDCDF1D5D1DB70030232E /* Frameworks */,
119119
86AEDCE01D5D1DB70030232E /* Resources */,
120120
1EB2C90557DD78EF0B2FD638 /* [CP] Embed Pods Frameworks */,
121-
2FFDC4A45AD78DB76BCCD90F /* [CP] Copy Pods Resources */,
122121
);
123122
buildRules = (
124123
);
@@ -197,21 +196,6 @@
197196
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
198197
showEnvVarsInLog = 0;
199198
};
200-
2FFDC4A45AD78DB76BCCD90F /* [CP] Copy Pods Resources */ = {
201-
isa = PBXShellScriptBuildPhase;
202-
buildActionMask = 2147483647;
203-
files = (
204-
);
205-
inputPaths = (
206-
);
207-
name = "[CP] Copy Pods Resources";
208-
outputPaths = (
209-
);
210-
runOnlyForDeploymentPostprocessing = 0;
211-
shellPath = /bin/sh;
212-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-resources.sh\"\n";
213-
showEnvVarsInLog = 0;
214-
};
215199
D459C3DF988BEB6ED9625B99 /* [CP] Check Pods Manifest.lock */ = {
216200
isa = PBXShellScriptBuildPhase;
217201
buildActionMask = 2147483647;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Demo/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DEPENDENCIES:
66

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

1111
SPEC CHECKSUMS:
1212
SwiftMessages: 7f883c0b717808e9557e9b385f8956418dddd1cb
1313

1414
PODFILE CHECKSUM: 6431c980c9207084d738b6ba87b2101dd9eb5097
1515

16-
COCOAPODS: 1.4.0
16+
COCOAPODS: 1.5.0

Demo/Pods/Manifest.lock

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

Demo/Pods/Pods.xcodeproj/project.pbxproj

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

Demo/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh

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

0 commit comments

Comments
 (0)