Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit bc6e1c0

Browse files
committed
Update to latest CocoaPods.
1 parent 2510d4b commit bc6e1c0

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

ParseFacebookUtils.xcodeproj/project.pbxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
81FE7F7E1C17790400E6BD34 /* PFFacebookUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 813DFC851AB2510300F25A08 /* PFFacebookUtils.m */; };
4949
81FE7F801C17790400E6BD34 /* PFFacebookPrivateUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 81E35FD31BAA6F8400348526 /* PFFacebookPrivateUtilities.m */; };
5050
81FE7F871C17790400E6BD34 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 81B3F22A1AC9CA5300A92677 /* Localizable.strings */; };
51-
982A9BABCF8E7DD3F3C2C18D /* libPods-ParseFacebookUtilsV4-UnitTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 02DBE4F2899D193F056501A4 /* libPods-ParseFacebookUtilsV4-UnitTests.a */; };
51+
F3648F2B62FE91B5B2C740C9 /* Pods_ParseFacebookUtilsV4_UnitTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE2574ED5D739401DB71A44B /* Pods_ParseFacebookUtilsV4_UnitTests.framework */; };
5252
F5E3229B1B549C2C00E319F9 /* FacebookAuthenticationProviderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E3229A1B549C2C00E319F9 /* FacebookAuthenticationProviderTests.m */; };
5353
F5E3229D1B5583A800E319F9 /* FacebookUtilsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F5E3229C1B5583A800E319F9 /* FacebookUtilsTests.m */; };
5454
/* End PBXBuildFile section */
@@ -71,7 +71,6 @@
7171
/* End PBXContainerItemProxy section */
7272

7373
/* Begin PBXFileReference section */
74-
02DBE4F2899D193F056501A4 /* libPods-ParseFacebookUtilsV4-UnitTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ParseFacebookUtilsV4-UnitTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
7574
813DFC841AB2510300F25A08 /* PFFacebookUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PFFacebookUtils.h; sourceTree = "<group>"; };
7675
813DFC851AB2510300F25A08 /* PFFacebookUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PFFacebookUtils.m; sourceTree = "<group>"; };
7776
813DFC921AB2515A00F25A08 /* Bolts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Bolts.framework; path = Vendor/Bolts.framework; sourceTree = "<group>"; };
@@ -116,6 +115,7 @@
116115
81FE7F721C1778FC00E6BD34 /* ParseFacebookUtilsV4-tvOS.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "ParseFacebookUtilsV4-tvOS.xcconfig"; sourceTree = "<group>"; };
117116
81FE7F8B1C17790400E6BD34 /* ParseFacebookUtilsV4.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ParseFacebookUtilsV4.framework; sourceTree = BUILT_PRODUCTS_DIR; };
118117
D2AAC07E0554694100DB518D /* ParseFacebookUtilsV4.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ParseFacebookUtilsV4.framework; sourceTree = BUILT_PRODUCTS_DIR; };
118+
EE2574ED5D739401DB71A44B /* Pods_ParseFacebookUtilsV4_UnitTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ParseFacebookUtilsV4_UnitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
119119
F52CD64A1B5838560051AB86 /* ParseFacebookUtilsV4-iOS.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "ParseFacebookUtilsV4-iOS.xcconfig"; sourceTree = "<group>"; };
120120
F52CD64B1B5838620051AB86 /* ParseFacebookUtilsV4-UnitTests.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "ParseFacebookUtilsV4-UnitTests.xcconfig"; sourceTree = "<group>"; };
121121
F52CD64C1B58386F0051AB86 /* ParseFacebookTestApplicationV4.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = ParseFacebookTestApplicationV4.xcconfig; sourceTree = "<group>"; };
@@ -137,7 +137,7 @@
137137
81CB98D91AB7920700136FA5 /* FBSDKCoreKit.framework in Frameworks */,
138138
81CB98DA1AB7920700136FA5 /* FBSDKLoginKit.framework in Frameworks */,
139139
81CB98DB1AB7920E00136FA5 /* Parse.framework in Frameworks */,
140-
982A9BABCF8E7DD3F3C2C18D /* libPods-ParseFacebookUtilsV4-UnitTests.a in Frameworks */,
140+
F3648F2B62FE91B5B2C740C9 /* Pods_ParseFacebookUtilsV4_UnitTests.framework in Frameworks */,
141141
);
142142
runOnlyForDeploymentPostprocessing = 0;
143143
};
@@ -204,7 +204,7 @@
204204
children = (
205205
813DFC8F1AB2513D00F25A08 /* User Frameworks */,
206206
813DFC8E1AB2513300F25A08 /* System Frameworks */,
207-
02DBE4F2899D193F056501A4 /* libPods-ParseFacebookUtilsV4-UnitTests.a */,
207+
EE2574ED5D739401DB71A44B /* Pods_ParseFacebookUtilsV4_UnitTests.framework */,
208208
);
209209
name = Frameworks;
210210
sourceTree = "<group>";
@@ -471,12 +471,12 @@
471471
isa = PBXNativeTarget;
472472
buildConfigurationList = 81CB98D11AB7905D00136FA5 /* Build configuration list for PBXNativeTarget "ParseFacebookUtilsV4-UnitTests" */;
473473
buildPhases = (
474-
947535AF3D7FE64739018338 /* Check Pods Manifest.lock */,
474+
947535AF3D7FE64739018338 /* [CP] Check Pods Manifest.lock */,
475475
81CB98C21AB7905D00136FA5 /* Sources */,
476476
81CB98C31AB7905D00136FA5 /* Frameworks */,
477477
81CB98C41AB7905D00136FA5 /* Resources */,
478-
59A0049CBA9158822CB055BC /* Copy Pods Resources */,
479-
A72EB79485B8A201DDE9573A /* Embed Pods Frameworks */,
478+
59A0049CBA9158822CB055BC /* [CP] Copy Pods Resources */,
479+
A72EB79485B8A201DDE9573A /* [CP] Embed Pods Frameworks */,
480480
);
481481
buildRules = (
482482
);
@@ -635,14 +635,14 @@
635635
/* End PBXResourcesBuildPhase section */
636636

637637
/* Begin PBXShellScriptBuildPhase section */
638-
59A0049CBA9158822CB055BC /* Copy Pods Resources */ = {
638+
59A0049CBA9158822CB055BC /* [CP] Copy Pods Resources */ = {
639639
isa = PBXShellScriptBuildPhase;
640640
buildActionMask = 2147483647;
641641
files = (
642642
);
643643
inputPaths = (
644644
);
645-
name = "Copy Pods Resources";
645+
name = "[CP] Copy Pods Resources";
646646
outputPaths = (
647647
);
648648
runOnlyForDeploymentPostprocessing = 0;
@@ -708,29 +708,29 @@
708708
shellPath = /bin/sh;
709709
shellScript = "# Generate localizable strings\nfind $PROJECT_DIR -name '*.m' -print0 | xargs -0 genstrings -q -o $PROJECT_DIR/Resources\necho \"Finished converting images\"";
710710
};
711-
947535AF3D7FE64739018338 /* Check Pods Manifest.lock */ = {
711+
947535AF3D7FE64739018338 /* [CP] Check Pods Manifest.lock */ = {
712712
isa = PBXShellScriptBuildPhase;
713713
buildActionMask = 2147483647;
714714
files = (
715715
);
716716
inputPaths = (
717717
);
718-
name = "Check Pods Manifest.lock";
718+
name = "[CP] Check Pods Manifest.lock";
719719
outputPaths = (
720720
);
721721
runOnlyForDeploymentPostprocessing = 0;
722722
shellPath = /bin/sh;
723723
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";
724724
showEnvVarsInLog = 0;
725725
};
726-
A72EB79485B8A201DDE9573A /* Embed Pods Frameworks */ = {
726+
A72EB79485B8A201DDE9573A /* [CP] Embed Pods Frameworks */ = {
727727
isa = PBXShellScriptBuildPhase;
728728
buildActionMask = 2147483647;
729729
files = (
730730
);
731731
inputPaths = (
732732
);
733-
name = "Embed Pods Frameworks";
733+
name = "[CP] Embed Pods Frameworks";
734734
outputPaths = (
735735
);
736736
runOnlyForDeploymentPostprocessing = 0;

Podfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
21
platform :ios, '7.0'
2+
use_frameworks!
33

4-
workspace 'ParseFacebookUtils'
5-
6-
target 'ParseFacebookUtilsV4-UnitTests', :exclusive => true do
4+
target 'ParseFacebookUtilsV4-UnitTests' do
75
pod 'OCMock'
86
end

Podfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
PODS:
2-
- OCMock (3.2)
2+
- OCMock (3.3.1)
33

44
DEPENDENCIES:
55
- OCMock
66

77
SPEC CHECKSUMS:
8-
OCMock: 28def049ef47f996b515a8eeea958be7ccab2dbb
8+
OCMock: f3f61e6eaa16038c30caa5798c5e49d3307b6f22
99

10-
COCOAPODS: 0.39.0
10+
PODFILE CHECKSUM: 7f73b647320ae8e03a939adea9db9d7515147c5e
11+
12+
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)