From 4d5ed3d69f28d9617c9c0c5861d590e98137fd48 Mon Sep 17 00:00:00 2001 From: Jen Date: Sat, 25 Jun 2022 00:07:12 +0900 Subject: [PATCH] =?UTF-8?q?[FEAT]=20#235=20=EC=9C=A0=EC=A0=80=EB=94=94?= =?UTF-8?q?=ED=8F=B4=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChaRo-iOS/ChaRo-iOS.xcodeproj/project.pbxproj | 4 ++-- ChaRo-iOS/ChaRo-iOS/Resource/Info.plist | 1 + ChaRo-iOS/ChaRo-iOS/Source/Services/Contants.swift | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChaRo-iOS/ChaRo-iOS.xcodeproj/project.pbxproj b/ChaRo-iOS/ChaRo-iOS.xcodeproj/project.pbxproj index 877c253f..f57ad82e 100644 --- a/ChaRo-iOS/ChaRo-iOS.xcodeproj/project.pbxproj +++ b/ChaRo-iOS/ChaRo-iOS.xcodeproj/project.pbxproj @@ -2045,7 +2045,7 @@ CODE_SIGN_ENTITLEMENTS = "ChaRo-iOS/ChaRo-iOS.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 2ZS26WP93H; + DEVELOPMENT_TEAM = J8A843466G; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "$(PROJECT_DIR)", @@ -2077,7 +2077,7 @@ CODE_SIGN_ENTITLEMENTS = "ChaRo-iOS/ChaRo-iOS.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 2ZS26WP93H; + DEVELOPMENT_TEAM = J8A843466G; "EXCLUDED_ARCHS[sdk=*]" = arm64; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/ChaRo-iOS/ChaRo-iOS/Resource/Info.plist b/ChaRo-iOS/ChaRo-iOS/Resource/Info.plist index 76fbdc5a..47a3e9db 100644 --- a/ChaRo-iOS/ChaRo-iOS/Resource/Info.plist +++ b/ChaRo-iOS/ChaRo-iOS/Resource/Info.plist @@ -86,6 +86,7 @@ fetch remote-notification + voip UILaunchStoryboardName LaunchScreen diff --git a/ChaRo-iOS/ChaRo-iOS/Source/Services/Contants.swift b/ChaRo-iOS/ChaRo-iOS/Source/Services/Contants.swift index 41267643..ee5777e6 100644 --- a/ChaRo-iOS/ChaRo-iOS/Source/Services/Contants.swift +++ b/ChaRo-iOS/ChaRo-iOS/Source/Services/Contants.swift @@ -12,10 +12,10 @@ struct Constants { // MARK: - BASE URL static let baseURL = "http://52.79.108.141:5000" - static let userId = UserDefaults.standard.string(forKey: "userId") ?? "ios@gmail.com" - static let nickName = UserDefaults.standard.string(forKey: "nickname") ?? "지으니" - static let profileName = UserDefaults.standard.string(forKey: "profileImage") ?? "https://charo-image.s3.ap-northeast-2.amazonaws.com/dummy/jieun.JPG" - static let userEmail = UserDefaults.standard.string(forKey: "userEmail") ?? "ios@gmail.com" + static let userId = UserDefaults.standard.string(forKey: Constants.UserDefaultsKey.userEmail) ?? "ios@gmail.com" + static let nickName = UserDefaults.standard.string(forKey: Constants.UserDefaultsKey.userNickname) ?? "지으니" + static let profileName = UserDefaults.standard.string(forKey: Constants.UserDefaultsKey.userImage) ?? "https://charo-image.s3.ap-northeast-2.amazonaws.com/dummy/jieun.JPG" + static let userEmail = UserDefaults.standard.string(forKey: Constants.UserDefaultsKey.userEmail) ?? "ios@gmail.com" // MARK: - Feature URL