Skip to content

Commit e803ff3

Browse files
author
Mojca Rojko
committed
0.0.5
1 parent a956130 commit e803ff3

File tree

12 files changed

+155
-151
lines changed

12 files changed

+155
-151
lines changed

Example/MRCountryPicker.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
);
277277
runOnlyForDeploymentPostprocessing = 0;
278278
shellPath = /bin/sh;
279-
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";
279+
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";
280280
showEnvVarsInLog = 0;
281281
};
282282
334653B4E1D96BA181EA1CBE /* [CP] Embed Pods Frameworks */ = {
@@ -306,7 +306,7 @@
306306
);
307307
runOnlyForDeploymentPostprocessing = 0;
308308
shellPath = /bin/sh;
309-
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";
309+
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";
310310
showEnvVarsInLog = 0;
311311
};
312312
48F90EF0130FE294A3ED1E9C /* [CP] Embed Pods Frameworks */ = {
@@ -448,6 +448,7 @@
448448
ONLY_ACTIVE_ARCH = YES;
449449
SDKROOT = iphoneos;
450450
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
451+
SWIFT_VERSION = 3.0;
451452
};
452453
name = Debug;
453454
};
@@ -487,6 +488,7 @@
487488
MTL_ENABLE_DEBUG_INFO = NO;
488489
SDKROOT = iphoneos;
489490
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
491+
SWIFT_VERSION = 3.0;
490492
VALIDATE_PRODUCT = YES;
491493
};
492494
name = Release;

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- MRCountryPicker (0.0.4)
2+
- MRCountryPicker (0.0.5)
33

44
DEPENDENCIES:
55
- MRCountryPicker (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
MRCountryPicker: 5d5b956984c07cfd9768dd6aea5b93247d5af0e8
12+
MRCountryPicker: 0610c8a019b4f8bd2695d42607fde026a0082d90
1313

1414
PODFILE CHECKSUM: 4a94673c2bac756b03ff7debfbdd0a0a5e569e2a
1515

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

Example/Pods/Local Podspecs/MRCountryPicker.podspec.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)