Skip to content

Commit f5d8e14

Browse files
author
Wes Smith
committed
update to CocoaPods 0.39.0
1 parent 93acbf1 commit f5d8e14

File tree

4 files changed

+102
-34
lines changed

4 files changed

+102
-34
lines changed

DeepLinkKit.xcodeproj/project.pbxproj

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@
662662
6003F587195388D20070C39A /* Frameworks */,
663663
6003F588195388D20070C39A /* Resources */,
664664
213419298EA5AA6429BEFD28 /* Copy Pods Resources */,
665+
4025AE564DBFB183CA53A923 /* Embed Pods Frameworks */,
665666
);
666667
buildRules = (
667668
);
@@ -681,6 +682,7 @@
681682
6003F5AB195388D20070C39A /* Frameworks */,
682683
6003F5AC195388D20070C39A /* Resources */,
683684
0D3359342B62D92CA67C2E04 /* Copy Pods Resources */,
685+
A891777DE50BB01821DC55E8 /* Embed Pods Frameworks */,
684686
);
685687
buildRules = (
686688
);
@@ -701,6 +703,7 @@
701703
62335DD31B57003300E3818C /* Frameworks */,
702704
62335DD41B57003300E3818C /* Resources */,
703705
9AC6E46B330C620FAB6621E4 /* Copy Pods Resources */,
706+
F7AECAC5E12B21557769080B /* Embed Pods Frameworks */,
704707
);
705708
buildRules = (
706709
);
@@ -720,6 +723,7 @@
720723
DEDB148A1A3F944D00A837F8 /* Frameworks */,
721724
DEDB148B1A3F944D00A837F8 /* Resources */,
722725
82E3829DCB61E29D4B984C4F /* Copy Pods Resources */,
726+
3D9B225BD699DD9D3E3783DD /* Embed Pods Frameworks */,
723727
);
724728
buildRules = (
725729
);
@@ -888,6 +892,36 @@
888892
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
889893
showEnvVarsInLog = 0;
890894
};
895+
3D9B225BD699DD9D3E3783DD /* Embed Pods Frameworks */ = {
896+
isa = PBXShellScriptBuildPhase;
897+
buildActionMask = 2147483647;
898+
files = (
899+
);
900+
inputPaths = (
901+
);
902+
name = "Embed Pods Frameworks";
903+
outputPaths = (
904+
);
905+
runOnlyForDeploymentPostprocessing = 0;
906+
shellPath = /bin/sh;
907+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SenderDemo/Pods-SenderDemo-frameworks.sh\"\n";
908+
showEnvVarsInLog = 0;
909+
};
910+
4025AE564DBFB183CA53A923 /* Embed Pods Frameworks */ = {
911+
isa = PBXShellScriptBuildPhase;
912+
buildActionMask = 2147483647;
913+
files = (
914+
);
915+
inputPaths = (
916+
);
917+
name = "Embed Pods Frameworks";
918+
outputPaths = (
919+
);
920+
runOnlyForDeploymentPostprocessing = 0;
921+
shellPath = /bin/sh;
922+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReceiverDemo/Pods-ReceiverDemo-frameworks.sh\"\n";
923+
showEnvVarsInLog = 0;
924+
};
891925
7E4A77AFF27B0E5465184209 /* Check Pods Manifest.lock */ = {
892926
isa = PBXShellScriptBuildPhase;
893927
buildActionMask = 2147483647;
@@ -933,6 +967,36 @@
933967
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReceiverDemoSwift/Pods-ReceiverDemoSwift-resources.sh\"\n";
934968
showEnvVarsInLog = 0;
935969
};
970+
A891777DE50BB01821DC55E8 /* Embed Pods Frameworks */ = {
971+
isa = PBXShellScriptBuildPhase;
972+
buildActionMask = 2147483647;
973+
files = (
974+
);
975+
inputPaths = (
976+
);
977+
name = "Embed Pods Frameworks";
978+
outputPaths = (
979+
);
980+
runOnlyForDeploymentPostprocessing = 0;
981+
shellPath = /bin/sh;
982+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh\"\n";
983+
showEnvVarsInLog = 0;
984+
};
985+
F7AECAC5E12B21557769080B /* Embed Pods Frameworks */ = {
986+
isa = PBXShellScriptBuildPhase;
987+
buildActionMask = 2147483647;
988+
files = (
989+
);
990+
inputPaths = (
991+
);
992+
name = "Embed Pods Frameworks";
993+
outputPaths = (
994+
);
995+
runOnlyForDeploymentPostprocessing = 0;
996+
shellPath = /bin/sh;
997+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ReceiverDemoSwift/Pods-ReceiverDemoSwift-frameworks.sh\"\n";
998+
showEnvVarsInLog = 0;
999+
};
9361000
/* End PBXShellScriptBuildPhase section */
9371001

9381002
/* Begin PBXSourcesBuildPhase section */

Gemfile.lock

Lines changed: 35 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,62 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.1)
4+
activesupport (4.2.4)
55
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
claide (0.8.1)
10+
claide (0.9.1)
1111
clamp (0.6.5)
12-
cocoapods (0.37.1)
13-
activesupport (>= 3.2.15)
14-
claide (~> 0.8.1)
15-
cocoapods-core (= 0.37.1)
16-
cocoapods-downloader (~> 0.9.0)
12+
cocoapods (0.39.0)
13+
activesupport (>= 4.0.2)
14+
claide (~> 0.9.1)
15+
cocoapods-core (= 0.39.0)
16+
cocoapods-downloader (~> 0.9.3)
1717
cocoapods-plugins (~> 0.4.2)
18-
cocoapods-trunk (~> 0.6.0)
19-
cocoapods-try (~> 0.4.4)
18+
cocoapods-search (~> 0.1.0)
19+
cocoapods-stats (~> 0.6.2)
20+
cocoapods-trunk (~> 0.6.4)
21+
cocoapods-try (~> 0.5.1)
2022
colored (~> 1.2)
2123
escape (~> 0.0.4)
22-
molinillo (~> 0.2.3)
23-
nap (~> 0.8)
24-
xcodeproj (~> 0.24.1)
25-
cocoapods-core (0.37.1)
26-
activesupport (>= 3.2.15)
24+
molinillo (~> 0.4.0)
25+
nap (~> 1.0)
26+
xcodeproj (~> 0.28.2)
27+
cocoapods-core (0.39.0)
28+
activesupport (>= 4.0.2)
2729
fuzzy_match (~> 2.0.4)
28-
nap (~> 0.8.0)
29-
cocoapods-downloader (0.9.0)
30+
nap (~> 1.0)
31+
cocoapods-downloader (0.9.3)
3032
cocoapods-plugins (0.4.2)
3133
nap
32-
cocoapods-trunk (0.6.0)
33-
nap (>= 0.8)
34+
cocoapods-search (0.1.0)
35+
cocoapods-stats (0.6.2)
36+
cocoapods-trunk (0.6.4)
37+
nap (>= 0.8, < 2.0)
3438
netrc (= 0.7.8)
35-
cocoapods-try (0.4.4)
39+
cocoapods-try (0.5.1)
3640
colored (1.2)
3741
escape (0.0.4)
3842
fuzzy_match (2.0.4)
3943
i18n (0.7.0)
40-
json (1.8.2)
41-
mini_portile (0.6.2)
42-
minitest (5.6.1)
43-
molinillo (0.2.3)
44-
nap (0.8.0)
44+
json (1.8.3)
45+
minitest (5.8.1)
46+
molinillo (0.4.0)
47+
nap (1.0.0)
4548
netrc (0.7.8)
46-
nokogiri (1.6.6.2)
47-
mini_portile (~> 0.6.0)
48-
slather (1.7.1)
49+
slather (1.3.0)
4950
clamp (~> 0.6)
50-
nokogiri (~> 1.6.3)
51-
xcodeproj (~> 0.24.1)
51+
xcodeproj (~> 0.17)
5252
thread_safe (0.3.5)
5353
tzinfo (1.2.2)
5454
thread_safe (~> 0.1)
55-
xcodeproj (0.24.1)
55+
xcodeproj (0.28.2)
5656
activesupport (>= 3)
57+
claide (~> 0.9.1)
5758
colored (~> 1.2)
58-
xcpretty (0.1.10)
59+
xcpretty (0.1.12)
5960

6061
PLATFORMS
6162
ruby
@@ -64,3 +65,6 @@ DEPENDENCIES
6465
cocoapods
6566
slather
6667
xcpretty
68+
69+
BUNDLED WITH
70+
1.10.6

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
xcodeproj 'DeepLinkKit.xcodeproj', 'Test' => :debug
2-
plugin 'slather'
2+
inhibit_all_warnings!
33

44

55
target 'SenderDemo', :exclusive => true do

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ EXTERNAL SOURCES:
1919
:path: .
2020

2121
SPEC CHECKSUMS:
22-
DeepLinkKit: 3979713c8a0b6bd3259fb7917e572acf56645a35
22+
DeepLinkKit: 83cba3b73a997fffa9cf5ddda2bcba8bbed0788a
2323
Expecta: 32604574add2c46a36f8d2f716b6c5736eb75024
2424
KIF: a94bffe9c97e449e44f8fa481c53243d21309e1e
2525
OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92
2626
Specta: 9cec98310dca411f7c7ffd6943552b501622abfe
2727

28-
COCOAPODS: 0.37.1
28+
COCOAPODS: 0.39.0

0 commit comments

Comments
 (0)