티스토리 뷰
Edit Scheme > Debug / Release
Edit > Manage Schemes
+ 누르고 생성하면, 이렇게 두개의 타겟이 생긴다.
Build Settings > Target으로 가서, +를 눌러서 Add User-Defined Setting 해준다.
server_url 을 나눠서 써주면 된다. 그럼 이걸 어떻게 적용할까??
Info.plist에서
이렇게 써주고,
실제로 활용하는 변수에서는
public let baseURL = Bundle.main.object(forInfoDictionaryKey: "server_url") as! String
이런식으로 써주면 된다.
Build Configuration도 본다. Debug/Release가 맞게 설정 되어 있는지!
'macOS, iOS' 카테고리의 다른 글
[Swift] associatedType (0) | 2021.04.16 |
---|---|
[SwiftUI] Generics in SwiftUI (0) | 2021.04.15 |
[iOS] M1맥북에서 pod install이 안된다면 (0) | 2021.04.14 |
[SwiftUI] List의 기본 padding 없애기 (0) | 2021.04.07 |
[SwiftUI] infinite scroll (0) | 2021.04.06 |