diff --git a/Mongle/Mongle.xcodeproj/project.pbxproj b/Mongle/Mongle.xcodeproj/project.pbxproj index ef0cda5..76e14be 100644 --- a/Mongle/Mongle.xcodeproj/project.pbxproj +++ b/Mongle/Mongle.xcodeproj/project.pbxproj @@ -1307,7 +1307,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 6ZTQ76LJPZ; + DEVELOPMENT_TEAM = 4YXV56BSN6; INFOPLIST_FILE = Mongle/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -1315,7 +1315,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.11; - PRODUCT_BUNDLE_IDENTIFIER = io.github.juhyeoklee.Mongle12; + PRODUCT_BUNDLE_IDENTIFIER = io.github.juhyeoklee.Mongle; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; diff --git a/Mongle/Mongle/Resource/APIService/MySentenceService.swift b/Mongle/Mongle/Resource/APIService/MySentenceService.swift index ca96fc2..8a3f941 100644 --- a/Mongle/Mongle/Resource/APIService/MySentenceService.swift +++ b/Mongle/Mongle/Resource/APIService/MySentenceService.swift @@ -66,7 +66,7 @@ struct MySentenceService { guard let decodedData = try? decoder.decode(GenericResponse.self, from: data) else { return .pathErr } - + print("@@@문장 데이터 \(decodedData)") guard let data = decodedData.data else{ return .requestErr(decodedData.message) } diff --git a/Mongle/Mongle/Resource/APIService/MyThemeService.swift b/Mongle/Mongle/Resource/APIService/MyThemeService.swift index bcd5f8c..26a9c65 100644 --- a/Mongle/Mongle/Resource/APIService/MyThemeService.swift +++ b/Mongle/Mongle/Resource/APIService/MyThemeService.swift @@ -62,7 +62,7 @@ struct MyThemeService { guard let decodedData = try? decoder.decode(GenericResponse.self, from: data) else { return .pathErr } - + print("@@@테마 데이터 \(decodedData)") guard let data = decodedData.data else{ return .requestErr(decodedData.message) } diff --git a/Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard b/Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard index e5df312..43c2d3f 100644 --- a/Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard +++ b/Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard @@ -26,7 +26,7 @@ - + diff --git a/Mongle/Mongle/Resource/Storyboard/MyTab.storyboard b/Mongle/Mongle/Resource/Storyboard/MyTab.storyboard index 1d45aea..99db962 100644 --- a/Mongle/Mongle/Resource/Storyboard/MyTab.storyboard +++ b/Mongle/Mongle/Resource/Storyboard/MyTab.storyboard @@ -326,10 +326,10 @@ - + - + - @@ -292,19 +291,19 @@ - + - - + + - + - + - + - +