Skip to content

Commit 56c048a

Browse files
committed
remove
1 parent dd05d41 commit 56c048a

File tree

116 files changed

+34
-10924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+34
-10924
lines changed

Package.swift

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,13 @@ let package = Package(
1313
],
1414
products: [
1515
.library(name: "ParseObjC", targets: ["ParseCore"]),
16-
.library(name: "ParseFacebookUtils", targets: ["ParseFacebookUtils"]),
17-
.library(name: "ParseFacebookUtilsiOS", targets: ["ParseFacebookUtilsiOS"]),
18-
.library(name: "ParseFacebookUtilsTvOS", targets: ["ParseFacebookUtilsTvOS"]),
19-
.library(name: "ParseTwitterUtils", targets: ["ParseTwitterUtils"]),
2016
.library(name: "ParseUI", targets: ["ParseUI"]),
2117
.library(name: "ParseLiveQuery", targets: ["ParseLiveQuery"])
2218
],
2319
dependencies: [
2420
.package(url: "https://github.com/parse-community/Bolts-ObjC.git", from: "1.10.0"),
2521
.package(url: "https://github.com/BoltsFramework/Bolts-Swift.git", from: "1.5.0"),
2622
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.6"),
27-
.package(url: "https://github.com/facebook/facebook-ios-sdk.git", from: "15.1.0"),
2823
.package(name: "OCMock", url: "https://github.com/erikdoe/ocmock.git", .revision("67bb9602f0a7541f24dc2d6d0d7389ca3e4c2c89"))
2924
],
3025
targets: [
@@ -37,57 +32,10 @@ let package = Package(
3732
publicHeadersPath: "Source",
3833
cSettings: [.headerSearchPath("Internal/**")]
3934
),
40-
.target(
41-
name: "ParseFacebookUtils",
42-
dependencies: [
43-
"ParseCore",
44-
.product(name: "Bolts", package: "Bolts-ObjC"),
45-
.product(name: "FacebookCore", package: "facebook-ios-sdk", condition: .when(platforms: [.iOS, .tvOS])),
46-
.product(name: "FacebookLogin", package: "facebook-ios-sdk", condition: .when(platforms: [.iOS, .tvOS]))],
47-
path: "ParseFacebookUtils/ParseFacebookUtils",
48-
exclude: ["Resources/Info-tvOS.plist", "Resources/Info-iOS.plist"],
49-
resources: [.process("Resources")],
50-
publicHeadersPath: "Source"
51-
),
52-
.target(
53-
name: "ParseFacebookUtilsiOS",
54-
dependencies: [
55-
"ParseFacebookUtils"
56-
],
57-
path: "ParseFacebookUtilsiOS/ParseFacebookUtilsiOS",
58-
exclude: ["Resources/Info-iOS.plist"],
59-
resources: [.process("Resources")],
60-
publicHeadersPath: "Source",
61-
cSettings: [.headerSearchPath("Internal/**")]
62-
),
63-
.target(
64-
name: "ParseFacebookUtilsTvOS",
65-
dependencies: [
66-
"ParseFacebookUtils",
67-
.product(name: "FacebookTV", package: "facebook-ios-sdk", condition: .when(platforms: [.tvOS]))
68-
],
69-
path: "ParseFacebookUtilsTvOS/ParseFacebookUtilsTvOS",
70-
exclude: ["Resources/Info-tvOS.plist"],
71-
resources: [.process("Resources")],
72-
publicHeadersPath: "Source",
73-
cSettings: [.headerSearchPath("Internal/**")]
74-
),
75-
.target(
76-
name: "ParseTwitterUtils",
77-
dependencies: [
78-
"ParseCore"
79-
],
80-
path: "ParseTwitterUtils/ParseTwitterUtils",
81-
exclude: ["Resources/Info-iOS.plist"],
82-
resources: [.process("Resources")],
83-
publicHeadersPath: "Source",
84-
cSettings: [.headerSearchPath("Internal/**")]
85-
),
8635
.target(
8736
name: "ParseUI",
8837
dependencies: [
89-
"ParseFacebookUtilsiOS",
90-
"ParseTwitterUtils"
38+
"ParseCore"
9139
],
9240
path: "ParseUI/ParseUI",
9341
exclude: ["Resources/Info-iOS.plist"],

Parse.xcworkspace/contents.xcworkspacedata

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

Parse.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

ParseFacebookUtils/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

ParseFacebookUtils/CHANGELOG.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

ParseFacebookUtils/Configurations/ParseFacebookUtilsV4-iOS-Dynamic.xcconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

ParseFacebookUtils/Configurations/ParseFacebookUtilsV4-iOS.xcconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

ParseFacebookUtils/Configurations/ParseFacebookUtilsV4-tvOS-Dynamic.xcconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

ParseFacebookUtils/Configurations/ParseFacebookUtilsV4-tvOS.xcconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

ParseFacebookUtils/Configurations/Shared

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)