Skip to content

Commit

Permalink
➕ Add: SnapKit 설치 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jungbin committed Aug 4, 2022
1 parent fda03a2 commit 3814d6a
Showing 1 changed file with 17 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 @@ -278,6 +278,7 @@
C71BF24027CD0CEB0030DCB9 /* MailCompleteVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71BF23F27CD0CEB0030DCB9 /* MailCompleteVC.swift */; };
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 */; };
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 @@ -598,6 +599,7 @@
buildActionMask = 2147483647;
files = (
33A867BD288B0E9E009BA6DE /* RxRelay in Frameworks */,
C733C53B289C2FBB003DFFB2 /* SnapKit in Frameworks */,
336EEE4327DA77700010A9E3 /* FirebaseMessaging in Frameworks */,
336EEE4127DA77700010A9E3 /* FirebaseAnalytics in Frameworks */,
33A867BB288B0E9E009BA6DE /* RxCocoa in Frameworks */,
Expand Down Expand Up @@ -1849,6 +1851,7 @@
33A867BC288B0E9E009BA6DE /* RxRelay */,
33A867BE288B0E9E009BA6DE /* RxSwift */,
C733C537289C2ED5003DFFB2 /* Moya */,
C733C53A289C2FBB003DFFB2 /* SnapKit */,
);
productName = "NadoSunbae-iOS";
productReference = 331364262784D3BD00E0C118 /* NadoSunbae.app */;
Expand Down Expand Up @@ -1884,6 +1887,7 @@
33A867932889CEE5009BA6DE /* XCRemoteSwiftPackageReference "ReactorKit" */,
33A867B9288B0E9E009BA6DE /* XCRemoteSwiftPackageReference "RxSwift" */,
C733C536289C2ED5003DFFB2 /* XCRemoteSwiftPackageReference "Moya" */,
C733C539289C2FBB003DFFB2 /* XCRemoteSwiftPackageReference "SnapKit" */,
);
productRefGroup = 331364272784D3BD00E0C118 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -2442,6 +2446,14 @@
kind = branch;
};
};
C733C539289C2FBB003DFFB2 /* XCRemoteSwiftPackageReference "SnapKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SnapKit/SnapKit.git";
requirement = {
branch = develop;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down Expand Up @@ -2480,6 +2492,11 @@
package = C733C536289C2ED5003DFFB2 /* XCRemoteSwiftPackageReference "Moya" */;
productName = Moya;
};
C733C53A289C2FBB003DFFB2 /* SnapKit */ = {
isa = XCSwiftPackageProductDependency;
package = C733C539289C2FBB003DFFB2 /* XCRemoteSwiftPackageReference "SnapKit" */;
productName = SnapKit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 3313641E2784D3BD00E0C118 /* Project object */;
Expand Down

0 comments on commit 3814d6a

Please sign in to comment.