Skip to content

Commit 4577226

Browse files
author
Clément Le Provost
committed
Upgrade to Cocoapods 1.1.0.rc.2
[ci skip]
1 parent 9c9e23d commit 4577226

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AlgoliaSearch.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
);
656656
runOnlyForDeploymentPostprocessing = 0;
657657
shellPath = /bin/sh;
658-
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";
658+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
659659
showEnvVarsInLog = 0;
660660
};
661661
3E9ACF76AC43DF35A9A2C8CF /* [CP] Copy Pods Resources */ = {

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- AlgoliaSearchOfflineCore-iOS (0.2)
2+
- AlgoliaSearchOfflineCore-iOS (0.2.1)
33

44
DEPENDENCIES:
55
- AlgoliaSearchOfflineCore-iOS (~> 0.2)
66

77
SPEC CHECKSUMS:
8-
AlgoliaSearchOfflineCore-iOS: 5cfeb295c4e8412182cc7450b0487806901472ec
8+
AlgoliaSearchOfflineCore-iOS: 37d76ccada33254b6bad6529fb3c0d4ddcd70e94
99

1010
PODFILE CHECKSUM: 70f8e7e3ce3a1a02df550109e528d546a9555548
1111

12-
COCOAPODS: 1.0.1
12+
COCOAPODS: 1.1.0.rc.2

0 commit comments

Comments
 (0)