Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 에셋 정리 및 패키지 관리 방법 변경 #694

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

나머지 cocoapods 에서 제공하는 프레임워크는 필요할텐데 이렇게 삭제 해도 괜찮나용?

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