Skip to content

Commit

Permalink
➕ Add: Then 설치 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jungbin committed Aug 4, 2022
1 parent 3814d6a commit 00823ac
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NadoSunbae-iOS/NadoSunbae.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@
C71BF24227CDC2B30030DCB9 /* SignOutResponseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71BF24127CDC2B30030DCB9 /* SignOutResponseModel.swift */; };
C733C538289C2ED5003DFFB2 /* Moya in Frameworks */ = {isa = PBXBuildFile; productRef = C733C537289C2ED5003DFFB2 /* Moya */; };
C733C53B289C2FBB003DFFB2 /* SnapKit in Frameworks */ = {isa = PBXBuildFile; productRef = C733C53A289C2FBB003DFFB2 /* SnapKit */; };
C733C53E289C301D003DFFB2 /* Then in Frameworks */ = {isa = PBXBuildFile; productRef = C733C53D289C301D003DFFB2 /* Then */; };
C740A85927C7C55D00C4518A /* EditProfileVC.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C740A85827C7C55D00C4518A /* EditProfileVC.storyboard */; };
C740A85B27C7C58500C4518A /* EditProfileVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = C740A85A27C7C58500C4518A /* EditProfileVC.swift */; };
C75926AB27D7A8B5006ECD9E /* UserToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = C75926AA27D7A8B5006ECD9E /* UserToken.swift */; };
Expand Down Expand Up @@ -599,6 +600,7 @@
buildActionMask = 2147483647;
files = (
33A867BD288B0E9E009BA6DE /* RxRelay in Frameworks */,
C733C53E289C301D003DFFB2 /* Then in Frameworks */,
C733C53B289C2FBB003DFFB2 /* SnapKit in Frameworks */,
336EEE4327DA77700010A9E3 /* FirebaseMessaging in Frameworks */,
336EEE4127DA77700010A9E3 /* FirebaseAnalytics in Frameworks */,
Expand Down Expand Up @@ -1852,6 +1854,7 @@
33A867BE288B0E9E009BA6DE /* RxSwift */,
C733C537289C2ED5003DFFB2 /* Moya */,
C733C53A289C2FBB003DFFB2 /* SnapKit */,
C733C53D289C301D003DFFB2 /* Then */,
);
productName = "NadoSunbae-iOS";
productReference = 331364262784D3BD00E0C118 /* NadoSunbae.app */;
Expand Down Expand Up @@ -1888,6 +1891,7 @@
33A867B9288B0E9E009BA6DE /* XCRemoteSwiftPackageReference "RxSwift" */,
C733C536289C2ED5003DFFB2 /* XCRemoteSwiftPackageReference "Moya" */,
C733C539289C2FBB003DFFB2 /* XCRemoteSwiftPackageReference "SnapKit" */,
C733C53C289C301D003DFFB2 /* XCRemoteSwiftPackageReference "Then" */,
);
productRefGroup = 331364272784D3BD00E0C118 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2454,6 +2458,14 @@
kind = branch;
};
};
C733C53C289C301D003DFFB2 /* XCRemoteSwiftPackageReference "Then" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/devxoul/Then";
requirement = {
branch = master;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down Expand Up @@ -2497,6 +2509,11 @@
package = C733C539289C2FBB003DFFB2 /* XCRemoteSwiftPackageReference "SnapKit" */;
productName = SnapKit;
};
C733C53D289C301D003DFFB2 /* Then */ = {
isa = XCSwiftPackageProductDependency;
package = C733C53C289C301D003DFFB2 /* XCRemoteSwiftPackageReference "Then" */;
productName = Then;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 3313641E2784D3BD00E0C118 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@
"version" : "1.19.1"
}
},
{
"identity" : "then",
"kind" : "remoteSourceControl",
"location" : "https://github.com/devxoul/Then",
"state" : {
"branch" : "master",
"revision" : "d41ef523faef0f911369f79c0b96815d9dbb6d7a"
}
},
{
"identity" : "weakmaptable",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 00823ac

Please sign in to comment.