Skip to content

Commit

Permalink
chore: 패키지 관리 방법 변경, Alamofire -> SPM (TeamNADA#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-min committed Mar 22, 2024
1 parent 3b69603 commit 2860d5d
Show file tree
Hide file tree
Showing 12 changed files with 472 additions and 379 deletions.
1 change: 0 additions & 1 deletion Beta.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

#include "Pods/Target Support Files/Pods-NADA-iOS-forRelease/Pods-NADA-iOS-forRelease.debug.xcconfig"
KAKAO_NATIVE_APP_KEY = kakao5b8dd8cc878344bb7532eeca4365a4aa
GOOGLE_ADMOB_APPID = ca-app-pub-5891144455629757~7328762156
GOOGLE_ADMOB_SDK = ca-app-pub-5891144455629757/1253166752
1 change: 0 additions & 1 deletion Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

#include "Pods/Target Support Files/Pods-NADA-iOS-forRelease/Pods-NADA-iOS-forRelease.debug.xcconfig"
KAKAO_NATIVE_APP_KEY = kakao5b8dd8cc878344bb7532eeca4365a4aa
GOOGLE_ADMOB_APPID = ca-app-pub-5891144455629757~7328762156
GOOGLE_ADMOB_SDK = ca-app-pub-5891144455629757/1253166752
524 changes: 466 additions & 58 deletions NADA-iOS-forRelease.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions NADA-iOS-forRelease.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import Foundation
import UIKit
import Moya

public class CardAPI {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//

import Foundation
import UIKit

import Moya

enum CardService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//

import Foundation
import UIKit

import Moya

final class MoyaLoggerPlugin: PluginType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import Foundation
import UIKit

import RxCocoa
import RxSwift
Expand Down
33 changes: 0 additions & 33 deletions Podfile

This file was deleted.

267 changes: 0 additions & 267 deletions Podfile.lock

This file was deleted.

1 change: 0 additions & 1 deletion Release.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

#include "Pods/Target Support Files/Pods-NADA-iOS-forRelease/Pods-NADA-iOS-forRelease.release.xcconfig"
KAKAO_NATIVE_APP_KEY = kakao5b8dd8cc878344bb7532eeca4365a4aa
GOOGLE_ADMOB_APPID = ca-app-pub-5891144455629757~7328762156
GOOGLE_ADMOB_SDK = ca-app-pub-5891144455629757/1253166752

0 comments on commit 2860d5d

Please sign in to comment.