Skip to content

Commit f4d72a1

Browse files
author
Ruben Nine
committed
Revert last change, removing AlamoFire dependency from xcodeproj.
1 parent 7661066 commit f4d72a1

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

FilestackSDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,6 @@
781781
);
782782
mainGroup = OBJ_5;
783783
packageReferences = (
784-
45825B172524DB86002F3310 /* XCRemoteSwiftPackageReference "Alamofire" */,
785784
45825B692524E03B002F3310 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */,
786785
);
787786
productRefGroup = OBJ_217 /* Products */;
@@ -1313,14 +1312,6 @@
13131312
/* End XCConfigurationList section */
13141313

13151314
/* Begin XCRemoteSwiftPackageReference section */
1316-
45825B172524DB86002F3310 /* XCRemoteSwiftPackageReference "Alamofire" */ = {
1317-
isa = XCRemoteSwiftPackageReference;
1318-
repositoryURL = "https://github.com/Alamofire/Alamofire.git";
1319-
requirement = {
1320-
kind = upToNextMajorVersion;
1321-
minimumVersion = 4.9.0;
1322-
};
1323-
};
13241315
45825B692524E03B002F3310 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */ = {
13251316
isa = XCRemoteSwiftPackageReference;
13261317
repositoryURL = "https://github.com/AliSoftware/OHHTTPStubs.git";

FilestackSDK.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Package.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ let package = Package(
1212
type: .dynamic,
1313
targets: ["FilestackSDK"]
1414
),
15-
.library(
16-
name: "ObjcDefs",
17-
type: .dynamic,
18-
targets: ["ObjcDefs"]
19-
),
2015
],
2116
dependencies: [
2217
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: Version(9, 0, 0)))

0 commit comments

Comments
 (0)