Skip to content

Commit

Permalink
[Add/#53] Add Package - Moya
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Jan 10, 2024
1 parent 1dbc788 commit 43c9935
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 8 deletions.
22 changes: 22 additions & 0 deletions HMH_iOS/HMH_iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
174AF49A2B447CFB00450D07 /* ChanllengeViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 174AF4992B447CFB00450D07 /* ChanllengeViews.swift */; };
174AF49C2B447D0700450D07 /* ChallengeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 174AF49B2B447D0700450D07 /* ChallengeViewController.swift */; };
364923652B4F4FB800BF7ACA /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364923642B4F4FB800BF7ACA /* Config.swift */; };
364923682B4F513600BF7ACA /* BaseTargetType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364923672B4F513600BF7ACA /* BaseTargetType.swift */; };
3649236A2B4F514A00BF7ACA /* Moya in Frameworks */ = {isa = PBXBuildFile; productRef = 364923692B4F514A00BF7ACA /* Moya */; };
3649236C2B4F517900BF7ACA /* NetworkError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3649236B2B4F517900BF7ACA /* NetworkError.swift */; };
3649236E2B4F519E00BF7ACA /* StatusCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3649236D2B4F519E00BF7ACA /* StatusCode.swift */; };
364923702B4F524D00BF7ACA /* MoyaLoggerPlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3649236F2B4F524D00BF7ACA /* MoyaLoggerPlugin.swift */; };
364923722B4F527200BF7ACA /* NetworkResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364923712B4F527200BF7ACA /* NetworkResult.swift */; };
364C4E712B4BC9780015729C /* AppAddButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364C4E702B4BC9780015729C /* AppAddButtonView.swift */; };
364C4E732B4BF27C0015729C /* AppAddCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364C4E722B4BF27C0015729C /* AppAddCollectionReusableView.swift */; };
3666C84D2B45F41300564874 /* HMHAppSelectButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3666C84C2B45F41300564874 /* HMHAppSelectButtonView.swift */; };
Expand Down Expand Up @@ -275,6 +281,7 @@
36A3D8AC2B3AB5A1007EA272 /* KakaoSDKShare in Frameworks */,
36A3D8992B3AB58A007EA272 /* Then in Frameworks */,
36A3D8AE2B3AB5A1007EA272 /* KakaoSDKTalk in Frameworks */,
3649236A2B4F514A00BF7ACA /* Moya in Frameworks */,
36A3D8B22B3AB5A1007EA272 /* KakaoSDKUser in Frameworks */,
36A3D8A02B3AB5A1007EA272 /* KakaoSDKCert in Frameworks */,
36A3D8B02B3AB5A1007EA272 /* KakaoSDKTemplate in Frameworks */,
Expand Down Expand Up @@ -884,6 +891,7 @@
36A3D8AD2B3AB5A1007EA272 /* KakaoSDKTalk */,
36A3D8AF2B3AB5A1007EA272 /* KakaoSDKTemplate */,
36A3D8B12B3AB5A1007EA272 /* KakaoSDKUser */,
364923692B4F514A00BF7ACA /* Moya */,
);
productName = HMH_iOS;
productReference = 0B50F9C72B369813000C5046 /* HMH_iOS.app */;
Expand Down Expand Up @@ -957,6 +965,7 @@
36A3D8922B3AB57B007EA272 /* XCRemoteSwiftPackageReference "SnapKit" */,
36A3D8972B3AB58A007EA272 /* XCRemoteSwiftPackageReference "Then" */,
36A3D89A2B3AB5A1007EA272 /* XCRemoteSwiftPackageReference "kakao-ios-sdk" */,
364923662B4F510E00BF7ACA /* XCRemoteSwiftPackageReference "Moya" */,
);
productRefGroup = 0B50F9C82B369813000C5046 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -1475,6 +1484,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
364923662B4F510E00BF7ACA /* XCRemoteSwiftPackageReference "Moya" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Moya/Moya";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 15.0.3;
};
};
36A3D8922B3AB57B007EA272 /* XCRemoteSwiftPackageReference "SnapKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SnapKit/SnapKit.git";
Expand Down Expand Up @@ -1502,6 +1519,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
364923692B4F514A00BF7ACA /* Moya */ = {
isa = XCSwiftPackageProductDependency;
package = 364923662B4F510E00BF7ACA /* XCRemoteSwiftPackageReference "Moya" */;
productName = Moya;
};
36A3D8932B3AB57B007EA272 /* SnapKit */ = {
isa = XCSwiftPackageProductDependency;
package = 36A3D8922B3AB57B007EA272 /* XCRemoteSwiftPackageReference "SnapKit" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,33 @@
"version" : "2.20.0"
}
},
{
"identity" : "moya",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Moya/Moya",
"state" : {
"revision" : "c263811c1f3dbf002be9bd83107f7cdc38992b26",
"version" : "15.0.3"
}
},
{
"identity" : "reactiveswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state" : {
"revision" : "c43bae3dac73fdd3cb906bd5a1914686ca71ed3c",
"version" : "6.7.0"
}
},
{
"identity" : "rxswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveX/RxSwift.git",
"state" : {
"revision" : "9dcaa4b333db437b0fbfaf453fad29069044a8b4",
"version" : "6.6.0"
}
},
{
"identity" : "snapkit",
"kind" : "remoteSourceControl",
Expand Down
8 changes: 0 additions & 8 deletions HMH_iOS/HMH_iOS/Network/Base/A.swift

This file was deleted.

0 comments on commit 43c9935

Please sign in to comment.