Skip to content

Commit 60f2486

Browse files
committed
Upgrade to cocoapods 1.0.0
1 parent 71f1b23 commit 60f2486

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

Podfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ EXTERNAL SOURCES:
1111
SPEC CHECKSUMS:
1212
R.swift.Library: e5e077ed04f6867a95676af491650091b23518e9
1313

14-
COCOAPODS: 0.39.0
14+
PODFILE CHECKSUM: 9b36d458fc7d86e4195dd7d7a184ba971f24e516
15+
16+
COCOAPODS: 1.0.0

R.swift.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,13 @@
175175
);
176176
runOnlyForDeploymentPostprocessing = 0;
177177
};
178+
F1F5322A6D46CBD2B0ABA60D /* Frameworks */ = {
179+
isa = PBXFrameworksBuildPhase;
180+
buildActionMask = 2147483647;
181+
files = (
182+
);
183+
runOnlyForDeploymentPostprocessing = 0;
184+
};
178185
/* End PBXFrameworksBuildPhase section */
179186

180187
/* Begin PBXGroup section */
@@ -349,6 +356,7 @@
349356
buildPhases = (
350357
D5EA0DF01A3DF45600FFEBC4 /* Sources */,
351358
D5DE480C1B5E1B14000F6A85 /* Install into test project */,
359+
F1F5322A6D46CBD2B0ABA60D /* Frameworks */,
352360
);
353361
buildRules = (
354362
);

ResourceApp/ResourceApp.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -448,13 +448,13 @@
448448
isa = PBXNativeTarget;
449449
buildConfigurationList = D55C6CD91B5D757300301B0D /* Build configuration list for PBXNativeTarget "ResourceApp" */;
450450
buildPhases = (
451-
978E4B8123C372F370555011 /* Check Pods Manifest.lock */,
451+
978E4B8123C372F370555011 /* 📦 Check Pods Manifest.lock */,
452452
D55C6CED1B5E172900301B0D /* R.swift */,
453453
D55C6CB41B5D757300301B0D /* Sources */,
454454
D55C6CB51B5D757300301B0D /* Frameworks */,
455455
D55C6CB61B5D757300301B0D /* Resources */,
456-
89BF8D4EC08D38DB6564C369 /* Embed Pods Frameworks */,
457-
ADB91CF666C6624CD5A00F13 /* Copy Pods Resources */,
456+
89BF8D4EC08D38DB6564C369 /* 📦 Embed Pods Frameworks */,
457+
ADB91CF666C6624CD5A00F13 /* 📦 Copy Pods Resources */,
458458
);
459459
buildRules = (
460460
);
@@ -655,44 +655,44 @@
655655
/* End PBXResourcesBuildPhase section */
656656

657657
/* Begin PBXShellScriptBuildPhase section */
658-
89BF8D4EC08D38DB6564C369 /* Embed Pods Frameworks */ = {
658+
89BF8D4EC08D38DB6564C369 /* 📦 Embed Pods Frameworks */ = {
659659
isa = PBXShellScriptBuildPhase;
660660
buildActionMask = 2147483647;
661661
files = (
662662
);
663663
inputPaths = (
664664
);
665-
name = "Embed Pods Frameworks";
665+
name = "📦 Embed Pods Frameworks";
666666
outputPaths = (
667667
);
668668
runOnlyForDeploymentPostprocessing = 0;
669669
shellPath = /bin/sh;
670670
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-ResourceApp/Pods-ResourceApp-frameworks.sh\"\n";
671671
showEnvVarsInLog = 0;
672672
};
673-
978E4B8123C372F370555011 /* Check Pods Manifest.lock */ = {
673+
978E4B8123C372F370555011 /* 📦 Check Pods Manifest.lock */ = {
674674
isa = PBXShellScriptBuildPhase;
675675
buildActionMask = 2147483647;
676676
files = (
677677
);
678678
inputPaths = (
679679
);
680-
name = "Check Pods Manifest.lock";
680+
name = "📦 Check Pods Manifest.lock";
681681
outputPaths = (
682682
);
683683
runOnlyForDeploymentPostprocessing = 0;
684684
shellPath = /bin/sh;
685685
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";
686686
showEnvVarsInLog = 0;
687687
};
688-
ADB91CF666C6624CD5A00F13 /* Copy Pods Resources */ = {
688+
ADB91CF666C6624CD5A00F13 /* 📦 Copy Pods Resources */ = {
689689
isa = PBXShellScriptBuildPhase;
690690
buildActionMask = 2147483647;
691691
files = (
692692
);
693693
inputPaths = (
694694
);
695-
name = "Copy Pods Resources";
695+
name = "📦 Copy Pods Resources";
696696
outputPaths = (
697697
);
698698
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)