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

Commit 7fbf522

Browse files
authored
⚡ Release 1.11.2 (#90)
* Use latest version of Parse SDK and Bolts
1 parent 926f3e9 commit 7fbf522

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "Vendor/xctoolchain"]
22
path = Vendor/xctoolchain
3-
url = https://github.com/ParsePlatform/xctoolchain.git
3+
url = https://github.com/nlutsenko/xctoolchain.git

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
- master-v3
55
language: objective-c
66
os: osx
7-
osx_image: xcode8
7+
osx_image: xcode9
88
env:
99
global:
1010
- LC_CTYPE=en_US.UTF-8
@@ -22,7 +22,7 @@ script:
2222
- |
2323
if [ "$TEST_TYPE" = iOS ]; then
2424
set -o pipefail
25-
xcodebuild test -workspace ParseFacebookUtils.xcworkspace -sdk iphonesimulator -scheme ParseFacebookUtilsV4-iOS -configuration Debug -destination "platform=iOS Simulator,name=iPhone 4s" -destination "platform=iOS Simulator,name=iPhone 6 Plus" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty
25+
xcodebuild test -workspace ParseFacebookUtils.xcworkspace -sdk iphonesimulator -scheme ParseFacebookUtilsV4-iOS -configuration Debug -destination "platform=iOS Simulator,name=iPhone 6 Plus" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty
2626
elif [ "$TEST_TYPE" = CocoaPods ]; then
2727
pod lib lint --use-libraries ParseFacebookUtilsV4.podspec
2828
elif [ "$TEST_TYPE" = Package ]; then

ParseFacebookUtils.xcodeproj/project.pbxproj

+9-3
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
name = Products;
188188
sourceTree = "<group>";
189189
};
190-
0867D691FE84028FC02AAC07 /* Breakpad */ = {
190+
0867D691FE84028FC02AAC07 = {
191191
isa = PBXGroup;
192192
children = (
193193
F52CD63A1B58383C0051AB86 /* Configurations */,
@@ -594,7 +594,7 @@
594594
en,
595595
Base,
596596
);
597-
mainGroup = 0867D691FE84028FC02AAC07 /* Breakpad */;
597+
mainGroup = 0867D691FE84028FC02AAC07;
598598
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
599599
projectDirPath = "";
600600
projectRoot = "";
@@ -720,13 +720,16 @@
720720
files = (
721721
);
722722
inputPaths = (
723+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
724+
"${PODS_ROOT}/Manifest.lock",
723725
);
724726
name = "[CP] Check Pods Manifest.lock";
725727
outputPaths = (
728+
"$(DERIVED_FILE_DIR)/Pods-ParseFacebookUtilsV4-UnitTests-checkManifestLockResult.txt",
726729
);
727730
runOnlyForDeploymentPostprocessing = 0;
728731
shellPath = /bin/sh;
729-
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";
732+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
730733
showEnvVarsInLog = 0;
731734
};
732735
A72EB79485B8A201DDE9573A /* [CP] Embed Pods Frameworks */ = {
@@ -735,9 +738,12 @@
735738
files = (
736739
);
737740
inputPaths = (
741+
"${SRCROOT}/Pods/Target Support Files/Pods-ParseFacebookUtilsV4-UnitTests/Pods-ParseFacebookUtilsV4-UnitTests-frameworks.sh",
742+
"${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework",
738743
);
739744
name = "[CP] Embed Pods Frameworks";
740745
outputPaths = (
746+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework",
741747
);
742748
runOnlyForDeploymentPostprocessing = 0;
743749
shellPath = /bin/sh;

ParseFacebookUtilsV4.podspec

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ParseFacebookUtilsV4'
3-
s.version = '1.11.1'
3+
s.version = '1.11.2'
44
s.license = { :type => 'BSD' }
55
s.homepage = 'http://parseplatform.org/'
66
s.summary = 'Parse is a complete technology stack to power your app\'s backend.'
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.source = { :git => "https://github.com/ParsePlatform/ParseFacebookUtils-iOS.git", :tag => "v4-#{s.version.to_s}" }
1111

1212
s.platform = :ios, :tvos
13-
s.ios.deployment_target = '7.0'
13+
s.ios.deployment_target = '9.0'
1414
s.tvos.deployment_target = '9.0'
1515
s.requires_arc = true
1616

@@ -31,10 +31,11 @@ Pod::Spec.new do |s|
3131
'Social'
3232
s.libraries = 'z', 'sqlite3'
3333

34-
s.dependency 'Bolts/Tasks', '>= 1.8.4'
34+
s.dependency 'Bolts/Tasks', '~> 1.9'
3535
s.dependency 'Parse', '~> 1.15.1'
36-
s.dependency 'FBSDKCoreKit', '~> 4.24.0'
36+
s.dependency 'FBSDKCoreKit', '~> 4.28.0'
3737

38-
s.ios.dependency 'FBSDKLoginKit', '~> 4.24.0'
39-
s.tvos.dependency 'FBSDKTVOSKit', '~> 4.24.0'
38+
s.ios.dependency 'FBSDKLoginKit', '~> 4.28.0'
39+
s.tvos.dependency 'FBSDKTVOSKit', '~> 4.28.0'
40+
s.tvos.dependency 'FBSDKShareKit', '~> 4.28.0'
4041
end

Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ SPEC CHECKSUMS:
99

1010
PODFILE CHECKSUM: 7f73b647320ae8e03a939adea9db9d7515147c5e
1111

12-
COCOAPODS: 1.0.1
12+
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)