Skip to content

feat: Upgrade to Facebook SDK 13 via SPM #1636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ npm-debug.log
# Ruby
.bundle
Vendor/
.build
.swiftpm
Package.resolved
1 change: 0 additions & 1 deletion Carthage/Checkouts/Bolts-ObjC
Submodule Bolts-ObjC deleted from 74b67b
1 change: 0 additions & 1 deletion Carthage/Checkouts/OCMock
Submodule OCMock deleted from 4a49eb
1 change: 0 additions & 1 deletion Carthage/Checkouts/facebook-ios-sdk
Submodule facebook-ios-sdk deleted from 8c6eea
3 changes: 0 additions & 3 deletions Parse.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

553 changes: 118 additions & 435 deletions Parse/Parse.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFDefaultACLController.h"

#import <Bolts/BFTask.h>
@import Bolts;

#import "PFACLPrivate.h"
#import "PFAsyncTaskQueue.h"
Expand Down
3 changes: 1 addition & 2 deletions Parse/Parse/Internal/BFTask+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

#import <Foundation/Foundation.h>

#import <Bolts/BFExecutor.h>
#import <Bolts/BFTask.h>
@import Bolts;

#import "PFInternalUtils.h"

Expand Down
3 changes: 1 addition & 2 deletions Parse/Parse/Internal/BFTask+Private.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

#import "BFTask+Private.h"

#import <Bolts/BFExecutor.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "PFLogging.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "PFURLSessionCommandRunner.h"
#import "PFURLSessionCommandRunner_Private.h"

#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "PFURLSession.h"
#import "PFURLSession_Private.h"

#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFCommandResult.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#import "PFURLSessionDataTaskDelegate.h"
#import "PFURLSessionDataTaskDelegate_Private.h"

#import <Bolts/BFTaskCompletionSource.h>
#import <Bolts/BFCancellationToken.h>
@import Bolts;

#import "PFAssert.h"
#import "PFMacros.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

#import "PFURLSessionJSONDataTaskDelegate.h"

#import <Bolts/BFCancellationToken.h>
#import <Bolts/BFTask.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "PFCommandResult.h"
#import "PFConstants.h"
Expand Down
3 changes: 1 addition & 2 deletions Parse/Parse/Internal/File/Controller/PFFileController.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

#import "PFFileController.h"

#import <Bolts/BFCancellationToken.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFFileDataStream.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

#import "PFOfflineQueryLogic.h"

#import <Bolts/BFTask.h>
#import <Bolts/BFExecutor.h>
@import Bolts;

#import "PFACL.h"
#import "PFAssert.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFOfflineStore.h"

#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

#import <sqlite3.h>

#import <Bolts/BFExecutor.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFFileManager.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

#import "PFSQLiteDatabaseController.h"

#import <Bolts/BFTask.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "PFAssert.h"
#import "PFAsyncTaskQueue.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFObjectBatchController.h"

#import <Bolts/Bolts.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/Object/PFObjectPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#import <Parse/PFObject.h>

#import <Bolts/BFTask.h>
@import Bolts;

#import "PFDecoder.h"
#import "PFEncoder.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/PFAsyncTaskQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

#import <Bolts/BFTask.h>
@import Bolts;

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/PFAsyncTaskQueue.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFAsyncTaskQueue.h"

#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"

Expand Down
3 changes: 1 addition & 2 deletions Parse/Parse/Internal/PFCommandCache.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#include <mach/mach_time.h>
#include <sys/xattr.h>

#import <Bolts/BFTask.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/PFEventuallyPin.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFEventuallyPin.h"

#import <Bolts/BFTask.h>
@import Bolts;

#import "PFAssert.h"
#import "PFHTTPRequest.h"
Expand Down
3 changes: 1 addition & 2 deletions Parse/Parse/Internal/PFEventuallyQueue.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#import "PFEventuallyQueue.h"
#import "PFEventuallyQueue_Private.h"

#import <Bolts/BFExecutor.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/PFFileManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFFileManager.h"

#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
3 changes: 1 addition & 2 deletions Parse/Parse/Internal/PFMemoryEventuallyQueue.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#import "PFMemoryEventuallyQueue.h"
#import "PFEventuallyQueue_Private.h"

#import <Bolts/BFTask.h>
#import <Bolts/BFExecutor.h>
@import Bolts;

@interface PFMemoryEventuallyQueue () <PFEventuallyQueueSubclass> {
dispatch_queue_t _dataAccessQueue;
Expand Down
3 changes: 1 addition & 2 deletions Parse/Parse/Internal/PFPinningEventuallyQueue.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

#import "PFPinningEventuallyQueue.h"

#import <Bolts/BFExecutor.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/PFTaskQueue.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFTaskQueue.h"

#import <Bolts/BFTask.h>
@import Bolts;

@interface PFTaskQueue ()

Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/ParseManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "ParseManager.h"

#import <Bolts/BFExecutor.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAnalyticsController.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/ParseModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

#import <Foundation/Foundation.h>
#import <Bolts/Bolts.h>
@import Bolts;

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

#import "PFProductsRequestHandler.h"

#import <Bolts/BFTask.h>
#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

@implementation PFProductsRequestResult

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#import <StoreKit/StoreKit.h>

#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFCachedQueryController.h"

#import <Bolts/BFTask.h>
@import Bolts;

#import "PFAssert.h"
#import "PFCommandResult.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/Internal/Query/Controller/PFQueryController.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFQueryController.h"

#import <Bolts/BFCancellationToken.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFAnonymousAuthenticationProvider.h"

#import <Bolts/BFTask.h>
@import Bolts;

NSString *const PFAnonymousUserAuthenticationType = @"anonymous";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import "PFCurrentUserController.h"

#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAnonymousUtils_Private.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

#import <Bolts/BFTask.h>
@import Bolts;

#import <Parse/PFConstants.h>

Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFAnonymousUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

#import <Bolts/BFTask.h>
@import Bolts;

#import <Parse/PFConstants.h>
#import <Parse/PFUser.h>
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFCloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

#import <Bolts/BFTask.h>
@import Bolts;

#import <Parse/PFConstants.h>

Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

#import <Bolts/BFTask.h>
@import Bolts;

#import <Parse/PFConstants.h>

Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFFileObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

#import <Bolts/BFTask.h>
@import Bolts;

#import <Parse/PFConstants.h>

Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFFileObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "PFFileObject.h"
#import "PFFileObject_Private.h"

#import <Bolts/BFCancellationTokenSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFAssert.h"
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFFileUploadController.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import <Bolts/BFTask.h>
@import Bolts;

/**
A policy interface for overriding the default upload behavior of uploading a PFFileObject
Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

#import <Bolts/BFTask.h>
@import Bolts;

#import <Parse/PFConstants.h>

Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse/PFObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import <objc/objc-sync.h>
#import <objc/runtime.h>

#import <Bolts/BFTaskCompletionSource.h>
@import Bolts;

#import "BFTask+Private.h"
#import "PFACLPrivate.h"
Expand Down
Loading