Skip to content

Commit ea3f89c

Browse files
eeallen1drdaz
andauthored
update FBSDK from 6.x to 8.x (#1580)
* update FBSDK from 6.x to 8.x * Updates minimum version support to 9.0 * Updates OCMock * Fixes some build warning. Prunes some excessive linking. * Dialling back the macOS pruning... Co-authored-by: drdaz <[email protected]>
1 parent 9771d1f commit ea3f89c

File tree

21 files changed

+88
-83
lines changed

21 files changed

+88
-83
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "BoltsFramework/Bolts-ObjC" ~> 1.9.1
2-
github "facebook/facebook-objc-sdk" ~> 6.0
2+
github "facebook/facebook-ios-sdk"

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "BoltsFramework/Bolts-ObjC" "1.9.1"
2-
github "facebook/facebook-objc-sdk" "v6.5.0"
2+
github "facebook/facebook-ios-sdk" "v8.2.0"

Carthage/Checkouts/OCMock

Submodule OCMock updated 84 files

Parse.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.source = { :git => 'https://github.com/parse-community/Parse-SDK-iOS-OSX.git', :tag => s.version.to_s }
1111

1212
s.platform = :ios, :osx, :tvos, :watchos
13-
s.ios.deployment_target = '8.0'
13+
s.ios.deployment_target = '9.0'
1414
s.osx.deployment_target = '10.9'
1515
s.tvos.deployment_target = '10.0'
1616
s.watchos.deployment_target = '2.0'
@@ -85,7 +85,7 @@ Pod::Spec.new do |s|
8585

8686
s.subspec 'FacebookUtils' do |s|
8787
s.platform = :ios
88-
s.ios.deployment_target = '8.0'
88+
s.ios.deployment_target = '9.0'
8989
s.public_header_files = 'ParseFacebookUtils/ParseFacebookUtils/*.h'
9090
s.source_files = 'ParseFacebookUtils/ParseFacebookUtils/**/*.{h,m}'
9191
s.exclude_files = 'ParseFacebookUtils/ParseFacebookUtils/ParseFacebookUtilsV4.h',
@@ -104,7 +104,7 @@ Pod::Spec.new do |s|
104104

105105
s.dependency 'Parse/Core'
106106
s.dependency 'Bolts/Tasks', '~> 1.9.1'
107-
s.dependency 'FBSDKLoginKit', '~> 6.x'
107+
s.dependency 'FBSDKLoginKit', '~> 8.x'
108108
end
109109

110110
s.subspec 'FacebookUtils-tvOS' do |s|
@@ -126,8 +126,8 @@ Pod::Spec.new do |s|
126126

127127
s.dependency 'Parse/Core'
128128
s.dependency 'Bolts/Tasks', '~> 1.9.1'
129-
s.dependency 'FBSDKTVOSKit', '~> 6.x'
130-
s.dependency 'FBSDKShareKit', '~> 6.x'
129+
s.dependency 'FBSDKTVOSKit', '~> 8.x'
130+
s.dependency 'FBSDKShareKit', '~> 8.x'
131131
end
132132

133133
s.subspec 'TwitterUtils' do |s|
@@ -153,7 +153,7 @@ Pod::Spec.new do |s|
153153
s.subspec 'UI' do |s|
154154
s.platform = :ios
155155
s.requires_arc = true
156-
s.ios.deployment_target = '8.0'
156+
s.ios.deployment_target = '9.0'
157157
s.source_files = 'ParseUI/**/*.{h,m}'
158158
s.exclude_files = 'ParseUI/ParseUIDemo/**/*', 'ParseUI/Other/ParseUI.h', 'ParseUI/SignInWithAppleTests/'
159159
s.public_header_files = 'ParseUI/Classes/LogInViewController/*.h',

Parse/Configurations/Parse-iOS-Dynamic.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
PRODUCT_NAME = Parse
1414
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ios
1515

16-
IPHONEOS_DEPLOYMENT_TARGET = 8.0
16+
IPHONEOS_DEPLOYMENT_TARGET = 9.0
1717

1818
INFOPLIST_FILE = $(PROJECT_DIR)/Parse/Resources/Parse-iOS.Info.plist
1919

Parse/Configurations/ParseUnitTests-iOS.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.parse.unit.ios
1616

1717
SWIFT_VERSION = 5.0
1818

19-
IPHONEOS_DEPLOYMENT_TARGET = 8.0
19+
IPHONEOS_DEPLOYMENT_TARGET = 9.0
2020

2121
INFOPLIST_FILE = $(SRCROOT)/Tests/Resources/ParseUnitTests-iOS-Info.plist
2222

Parse/Parse.xcodeproj/project.pbxproj

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
403093771C81F0B200CF09F8 /* PFQueryConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 4030936A1C81F0B200CF09F8 /* PFQueryConstants.m */; };
2323
403093781C81F0B200CF09F8 /* PFQueryConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 4030936A1C81F0B200CF09F8 /* PFQueryConstants.m */; };
2424
4A13525620282B4D000F5FD5 /* Parse.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97010FAC1630B18F00AB761E /* Parse.framework */; };
25-
4A13525F20283603000F5FD5 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A13518820281768000F5FD5 /* Bolts.framework */; };
2625
4AAEAA40200BE14B00AA7479 /* third_party_licenses.txt in Resources */ = {isa = PBXBuildFile; fileRef = 8139B12C1A7BF559002BEF84 /* third_party_licenses.txt */; };
2726
4ABF398C1F54592100BBA75A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4ABF398B1F54592100BBA75A /* Main.storyboard */; };
2827
4AE33A0F1F5451AD0088DCA0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AE33A0E1F5451AD0088DCA0 /* AppDelegate.m */; };
@@ -1151,7 +1150,6 @@
11511150
816A648B1C29E5A00029B197 /* PFUser+Synchronous.h in Headers */ = {isa = PBXBuildFile; fileRef = 816A64871C29E5A00029B197 /* PFUser+Synchronous.h */; settings = {ATTRIBUTES = (Public, ); }; };
11521151
816AC9BA1A3F48250031D94C /* PFApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 816AC9B81A3F48250031D94C /* PFApplication.h */; settings = {ATTRIBUTES = (Private, ); }; };
11531152
816AC9BB1A3F48250031D94C /* PFApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 816AC9B91A3F48250031D94C /* PFApplication.m */; };
1154-
816F44741A8E8933009CDB32 /* Parse.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81C3821C19CCA89E0066284A /* Parse.framework */; platformFilter = ios; };
11551153
816F44761A8E8933009CDB32 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 498C29FE1551DC450034BB80 /* StoreKit.framework */; platformFilter = ios; };
11561154
816F44771A8E8933009CDB32 /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 6393F38B15D3018400C4F78D /* libsqlite3.dylib */; platformFilter = ios; };
11571155
816F44781A8E8933009CDB32 /* Accounts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63CA84EA1612660F002E09F8 /* Accounts.framework */; platformFilter = ios; };
@@ -2509,7 +2507,6 @@
25092507
81F0E89D19E6F83E00812A88 /* PFSubclassing.h in Headers */ = {isa = PBXBuildFile; fileRef = E9E81E8316EEF93E001D034F /* PFSubclassing.h */; settings = {ATTRIBUTES = (Public, ); }; };
25102508
91115EF91A097AF30092D1C9 /* PFEventuallyPin.h in Headers */ = {isa = PBXBuildFile; fileRef = 91115EF71A097AF30092D1C9 /* PFEventuallyPin.h */; settings = {ATTRIBUTES = (Private, ); }; };
25112509
91115EFA1A097AF30092D1C9 /* PFEventuallyPin.m in Sources */ = {isa = PBXBuildFile; fileRef = 91115EF81A097AF30092D1C9 /* PFEventuallyPin.m */; };
2512-
916786CC258CEE8000BB5B4E /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A13518420281768000F5FD5 /* Bolts.framework */; };
25132510
91CDB94C1A32E5C900FF830F /* PFEventuallyQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 91DF24911A09BA7600CFC7D4 /* PFEventuallyQueue.m */; };
25142511
91CDB94D1A32E5C900FF830F /* PFPinningEventuallyQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 91DF24951A09BAF100CFC7D4 /* PFPinningEventuallyQueue.m */; };
25152512
91CDB94E1A32E5E800FF830F /* PFEventuallyPin.m in Sources */ = {isa = PBXBuildFile; fileRef = 91115EF81A097AF30092D1C9 /* PFEventuallyPin.m */; };
@@ -2640,9 +2637,8 @@
26402637
B141170F1E5D081500F70D7A /* PFFileUploadResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B141170A1E5D081500F70D7A /* PFFileUploadResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
26412638
B14117101E5D081500F70D7A /* PFFileUploadResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B141170A1E5D081500F70D7A /* PFFileUploadResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
26422639
B14117111E5D081500F70D7A /* PFFileUploadResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B141170A1E5D081500F70D7A /* PFFileUploadResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
2643-
BC5511D6242E6E66008E5D9F /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCC5EAAC22D5F96600CF8900 /* Bolts.framework */; };
2644-
BCC5EAB322D5F97E00CF8900 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCC5EAB222D5F97D00CF8900 /* Bolts.framework */; };
2645-
BCC5EAB522D5F98F00CF8900 /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCC5EAB422D5F98F00CF8900 /* Bolts.framework */; };
2640+
BC150D7325A89F9C0092B00E /* Bolts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A13518820281768000F5FD5 /* Bolts.framework */; };
2641+
BCAFF87325A88B7800B95DFC /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCAFF87225A88B7800B95DFC /* WebKit.framework */; platformFilter = ios; };
26462642
F50C66331B33A708001941A6 /* PFPushUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = F50C66311B33A708001941A6 /* PFPushUtilities.h */; settings = {ATTRIBUTES = (Private, ); }; };
26472643
F50C66341B33A708001941A6 /* PFPushUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = F50C66321B33A708001941A6 /* PFPushUtilities.m */; };
26482644
F50C667C1B34B231001941A6 /* PFPushUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = F50C66321B33A708001941A6 /* PFPushUtilities.m */; };
@@ -2982,6 +2978,13 @@
29822978
remoteGlobalIDString = F0B950F01B0080BE00942C38;
29832979
remoteInfo = "OCMock iOS";
29842980
};
2981+
BCAFF88A25A88C4F00B95DFC /* PBXContainerItemProxy */ = {
2982+
isa = PBXContainerItemProxy;
2983+
containerPortal = 4A1351082027FCFB000F5FD5 /* Bolts.xcodeproj */;
2984+
proxyType = 1;
2985+
remoteGlobalIDString = 81ED94111BE147CF00795F05;
2986+
remoteInfo = "Bolts-iOS";
2987+
};
29852988
/* End PBXContainerItemProxy section */
29862989

29872990
/* Begin PBXCopyFilesBuildPhase section */
@@ -3538,6 +3541,8 @@
35383541
B14116FB1E5D078E00F70D7A /* PFFileUploadResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PFFileUploadResult.m; sourceTree = "<group>"; };
35393542
B141170A1E5D081500F70D7A /* PFFileUploadResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PFFileUploadResult.h; sourceTree = "<group>"; };
35403543
BC105FBA24C5D0C900295EF7 /* OCMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OCMock.xcodeproj; path = ../Carthage/Checkouts/OCMock/Source/OCMock.xcodeproj; sourceTree = "<group>"; };
3544+
BCAFF7EE25A88A7E00B95DFC /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.3.sdk/System/Library/Frameworks/WebKit.framework; sourceTree = DEVELOPER_DIR; };
3545+
BCAFF87225A88B7800B95DFC /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/iOSSupport/System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
35413546
BCC5EAAC22D5F96600CF8900 /* Bolts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Bolts.framework; path = ../Carthage/Build/iOS/Bolts.framework; sourceTree = "<group>"; };
35423547
BCC5EAB222D5F97D00CF8900 /* Bolts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Bolts.framework; path = ../Carthage/Build/tvOS/Bolts.framework; sourceTree = "<group>"; };
35433548
BCC5EAB422D5F98F00CF8900 /* Bolts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Bolts.framework; path = ../Carthage/Build/watchOS/Bolts.framework; sourceTree = "<group>"; };
@@ -3623,13 +3628,13 @@
36233628
isa = PBXFrameworksBuildPhase;
36243629
buildActionMask = 2147483647;
36253630
files = (
3631+
BCAFF87325A88B7800B95DFC /* WebKit.framework in Frameworks */,
36263632
F5C42CC71B34C22100C720D8 /* AudioToolbox.framework in Frameworks */,
36273633
816F44761A8E8933009CDB32 /* StoreKit.framework in Frameworks */,
36283634
816F44771A8E8933009CDB32 /* libsqlite3.dylib in Frameworks */,
36293635
816F44781A8E8933009CDB32 /* Accounts.framework in Frameworks */,
36303636
816F44791A8E8933009CDB32 /* Social.framework in Frameworks */,
36313637
F5B0B3151B44A21100F3EBC4 /* SystemConfiguration.framework in Frameworks */,
3632-
816F44741A8E8933009CDB32 /* Parse.framework in Frameworks */,
36333638
);
36343639
runOnlyForDeploymentPostprocessing = 0;
36353640
};
@@ -3647,39 +3652,35 @@
36473652
isa = PBXFrameworksBuildPhase;
36483653
buildActionMask = 2147483647;
36493654
files = (
3650-
916786CC258CEE8000BB5B4E /* Bolts.framework in Frameworks */,
36513655
);
36523656
runOnlyForDeploymentPostprocessing = 0;
36533657
};
36543658
81C5837E1C3B0A98000063C6 /* Frameworks */ = {
36553659
isa = PBXFrameworksBuildPhase;
36563660
buildActionMask = 2147483647;
36573661
files = (
3658-
BC5511D6242E6E66008E5D9F /* Bolts.framework in Frameworks */,
36593662
);
36603663
runOnlyForDeploymentPostprocessing = 0;
36613664
};
36623665
81C584F01C3B0AA1000063C6 /* Frameworks */ = {
36633666
isa = PBXFrameworksBuildPhase;
36643667
buildActionMask = 2147483647;
36653668
files = (
3666-
BCC5EAB322D5F97E00CF8900 /* Bolts.framework in Frameworks */,
36673669
);
36683670
runOnlyForDeploymentPostprocessing = 0;
36693671
};
36703672
81C5864B1C3B0AA9000063C6 /* Frameworks */ = {
36713673
isa = PBXFrameworksBuildPhase;
36723674
buildActionMask = 2147483647;
36733675
files = (
3674-
BCC5EAB522D5F98F00CF8900 /* Bolts.framework in Frameworks */,
36753676
);
36763677
runOnlyForDeploymentPostprocessing = 0;
36773678
};
36783679
97010FA91630B18F00AB761E /* Frameworks */ = {
36793680
isa = PBXFrameworksBuildPhase;
36803681
buildActionMask = 2147483647;
36813682
files = (
3682-
4A13525F20283603000F5FD5 /* Bolts.framework in Frameworks */,
3683+
BC150D7325A89F9C0092B00E /* Bolts.framework in Frameworks */,
36833684
81B3F2021AC5DAA400A92677 /* Cocoa.framework in Frameworks */,
36843685
81B3F2011AC5DA7600A92677 /* libsqlite3.dylib in Frameworks */,
36853686
97DE045C163214C0007154E8 /* SystemConfiguration.framework in Frameworks */,
@@ -3908,6 +3909,8 @@
39083909
09D3364C139C54940098E916 /* Frameworks */ = {
39093910
isa = PBXGroup;
39103911
children = (
3912+
BCAFF7EE25A88A7E00B95DFC /* WebKit.framework */,
3913+
BCAFF87225A88B7800B95DFC /* WebKit.framework */,
39113914
BC105FBA24C5D0C900295EF7 /* OCMock.xcodeproj */,
39123915
BCC5EAAC22D5F96600CF8900 /* Bolts.framework */,
39133916
BCC5EAB222D5F97D00CF8900 /* Bolts.framework */,
@@ -6914,6 +6917,7 @@
69146917
buildRules = (
69156918
);
69166919
dependencies = (
6920+
BCAFF88B25A88C4F00B95DFC /* PBXTargetDependency */,
69176921
);
69186922
name = "Parse-iOS";
69196923
productName = "Parse-iOS";
@@ -8758,6 +8762,7 @@
87588762
};
87598763
4AE33A2D1F5451B20088DCA0 /* PBXTargetDependency */ = {
87608764
isa = PBXTargetDependency;
8765+
platformFilter = ios;
87618766
target = 4AE33A0A1F5451AD0088DCA0 /* ParseUnitTests-iOS-host */;
87628767
targetProxy = 4AE33A2C1F5451B20088DCA0 /* PBXContainerItemProxy */;
87638768
};
@@ -8780,8 +8785,14 @@
87808785
BC105FD524C5D0E100295EF7 /* PBXTargetDependency */ = {
87818786
isa = PBXTargetDependency;
87828787
name = "OCMock iOS";
8788+
platformFilter = ios;
87838789
targetProxy = BC105FD424C5D0E100295EF7 /* PBXContainerItemProxy */;
87848790
};
8791+
BCAFF88B25A88C4F00B95DFC /* PBXTargetDependency */ = {
8792+
isa = PBXTargetDependency;
8793+
name = "Bolts-iOS";
8794+
targetProxy = BCAFF88A25A88C4F00B95DFC /* PBXContainerItemProxy */;
8795+
};
87858796
/* End PBXTargetDependency section */
87868797

87878798
/* Begin PBXVariantGroup section */
@@ -8808,7 +8819,7 @@
88088819
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
88098820
CLANG_WARN_STRICT_PROTOTYPES = YES;
88108821
CLANG_WARN_SUSPICIOUS_MOVE = YES;
8811-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
8822+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
88128823
MACOSX_DEPLOYMENT_TARGET = 10.9;
88138824
};
88148825
name = Debug;
@@ -8825,7 +8836,7 @@
88258836
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
88268837
CLANG_WARN_STRICT_PROTOTYPES = YES;
88278838
CLANG_WARN_SUSPICIOUS_MOVE = YES;
8828-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
8839+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
88298840
MACOSX_DEPLOYMENT_TARGET = 10.9;
88308841
SWIFT_COMPILATION_MODE = wholemodule;
88318842
};
@@ -8880,7 +8891,7 @@
88808891
GCC_WARN_UNUSED_FUNCTION = YES;
88818892
GCC_WARN_UNUSED_VARIABLE = YES;
88828893
INFOPLIST_FILE = "ParseUnitTests-iOS-host/Info.plist";
8883-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
8894+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
88848895
LD_RUNPATH_SEARCH_PATHS = (
88858896
"$(inherited)",
88868897
"@executable_path/Frameworks",
@@ -8937,7 +8948,7 @@
89378948
GCC_WARN_UNUSED_FUNCTION = YES;
89388949
GCC_WARN_UNUSED_VARIABLE = YES;
89398950
INFOPLIST_FILE = "ParseUnitTests-iOS-host/Info.plist";
8940-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
8951+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
89418952
LD_RUNPATH_SEARCH_PATHS = (
89428953
"$(inherited)",
89438954
"@executable_path/Frameworks",
@@ -8971,13 +8982,15 @@
89718982
isa = XCBuildConfiguration;
89728983
baseConfigurationReference = 815F24171BD04D310054659F /* Parse-tvOS.xcconfig */;
89738984
buildSettings = {
8985+
TVOS_DEPLOYMENT_TARGET = 9.0;
89748986
};
89758987
name = Debug;
89768988
};
89778989
815F24141BD04D150054659F /* Release */ = {
89788990
isa = XCBuildConfiguration;
89798991
baseConfigurationReference = 815F24171BD04D310054659F /* Parse-tvOS.xcconfig */;
89808992
buildSettings = {
8993+
TVOS_DEPLOYMENT_TARGET = 9.0;
89818994
};
89828995
name = Release;
89838996
};
@@ -9029,7 +9042,7 @@
90299042
buildSettings = {
90309043
CLANG_ENABLE_MODULES = YES;
90319044
DEFINES_MODULE = YES;
9032-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
9045+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
90339046
LD_RUNPATH_SEARCH_PATHS = (
90349047
"$(inherited)",
90359048
"@executable_path/Frameworks",
@@ -9048,7 +9061,7 @@
90489061
buildSettings = {
90499062
CLANG_ENABLE_MODULES = YES;
90509063
DEFINES_MODULE = YES;
9051-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
9064+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
90529065
LD_RUNPATH_SEARCH_PATHS = (
90539066
"$(inherited)",
90549067
"@executable_path/Frameworks",
@@ -9065,6 +9078,7 @@
90659078
baseConfigurationReference = 81C582DE1C3B0A40000063C6 /* Parse-iOS-Dynamic.xcconfig */;
90669079
buildSettings = {
90679080
CLANG_MODULES_AUTOLINK = YES;
9081+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
90689082
SUPPORTS_MACCATALYST = NO;
90699083
TARGETED_DEVICE_FAMILY = "1,2";
90709084
};
@@ -9075,6 +9089,7 @@
90759089
baseConfigurationReference = 81C582DE1C3B0A40000063C6 /* Parse-iOS-Dynamic.xcconfig */;
90769090
buildSettings = {
90779091
CLANG_MODULES_AUTOLINK = YES;
9092+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
90789093
SUPPORTS_MACCATALYST = NO;
90799094
TARGETED_DEVICE_FAMILY = "1,2";
90809095
};
@@ -9085,6 +9100,7 @@
90859100
baseConfigurationReference = 81C582DF1C3B0A40000063C6 /* Parse-tvOS-Dynamic.xcconfig */;
90869101
buildSettings = {
90879102
CLANG_MODULES_AUTOLINK = YES;
9103+
TVOS_DEPLOYMENT_TARGET = 9.0;
90889104
};
90899105
name = Debug;
90909106
};
@@ -9093,6 +9109,7 @@
90939109
baseConfigurationReference = 81C582DF1C3B0A40000063C6 /* Parse-tvOS-Dynamic.xcconfig */;
90949110
buildSettings = {
90959111
CLANG_MODULES_AUTOLINK = YES;
9112+
TVOS_DEPLOYMENT_TARGET = 9.0;
90969113
};
90979114
name = Release;
90989115
};

Parse/Parse/Resources/Parse-iOS.Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<key>CFBundleVersion</key>
2424
<string>1.19.1</string>
2525
<key>MinimumOSVersion</key>
26-
<string>8.0</string>
26+
<string>9.0</string>
2727
</dict>
2828
</plist>

ParseFacebookUtils/Configurations/ParseFacebookUtilsV4-UnitTests.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
PRODUCT_NAME = ParseFacebookUtilsV4-UnitTests
1414
PRODUCT_BUNDLE_IDENTIFIER = com.parse.facebookutils-ios.unit
1515

16-
IPHONEOS_DEPLOYMENT_TARGET = 8.0
16+
IPHONEOS_DEPLOYMENT_TARGET = 9.0
1717

1818
FRAMEWORK_SEARCH_PATHS = $(inherited) $(BUILT_PRODUCTS_DIR) $(SRCROOT)/Vendor
1919

0 commit comments

Comments
 (0)