diff --git a/Poppool/Poppool.xcodeproj/project.pbxproj b/Poppool/Poppool.xcodeproj/project.pbxproj index 7759d420..b854517c 100644 --- a/Poppool/Poppool.xcodeproj/project.pbxproj +++ b/Poppool/Poppool.xcodeproj/project.pbxproj @@ -438,7 +438,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 250715.1858; + CURRENT_PROJECT_VERSION = 250725.1554; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 9JZYRP3D46; ENABLE_USER_SCRIPT_SANDBOXING = NO; @@ -485,7 +485,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 250715.1858; + CURRENT_PROJECT_VERSION = 250725.1554; DEVELOPMENT_TEAM = ""; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 9JZYRP3D46; ENABLE_USER_SCRIPT_SANDBOXING = NO; diff --git a/Poppool/Poppool/Resource/Info.plist b/Poppool/Poppool/Resource/Info.plist index 3ad9f07b..61793be6 100644 --- a/Poppool/Poppool/Resource/Info.plist +++ b/Poppool/Poppool/Resource/Info.plist @@ -2,6 +2,11 @@ + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + ITSAppUsesNonExemptEncryption CFBundleShortVersionString @@ -18,7 +23,7 @@ CFBundleVersion - 250715.1858 + 250725.1554 KAKAO_AUTH_APP_KEY ${KAKAO_AUTH_APP_KEY} LSApplicationQueriesSchemes diff --git a/Poppool/PresentationLayer/LoginFeature/LoginFeature.xcodeproj/project.pbxproj b/Poppool/PresentationLayer/LoginFeature/LoginFeature.xcodeproj/project.pbxproj index 8ff84d77..72bd2de2 100644 --- a/Poppool/PresentationLayer/LoginFeature/LoginFeature.xcodeproj/project.pbxproj +++ b/Poppool/PresentationLayer/LoginFeature/LoginFeature.xcodeproj/project.pbxproj @@ -22,7 +22,6 @@ 05A7C1D82E267B130010F1CD /* RxSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 05A7C1D72E267B130010F1CD /* RxSwift */; }; 05A7CBB92E277AE30010F1CD /* Then in Frameworks */ = {isa = PBXBuildFile; productRef = 05A7CBB82E277AE30010F1CD /* Then */; }; 05A7CBD32E27D0700010F1CD /* PresentationInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBD22E27D0700010F1CD /* PresentationInterface.framework */; }; - 05A7CBD42E27D0700010F1CD /* PresentationInterface.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBD22E27D0700010F1CD /* PresentationInterface.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 05A7CBDA2E27D3510010F1CD /* PresentationInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBD72E27D3510010F1CD /* PresentationInterface.framework */; }; 05A7CBDB2E27D3510010F1CD /* PresentationInterface.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBD72E27D3510010F1CD /* PresentationInterface.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 05A7CBDF2E27D44F0010F1CD /* Data.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A7CBDC2E27D44F0010F1CD /* Data.framework */; }; @@ -88,17 +87,6 @@ name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; - 05A7CBD52E27D0700010F1CD /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 05A7CBD42E27D0700010F1CD /* PresentationInterface.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ @@ -264,7 +252,6 @@ 05A7C15B2E26768A0010F1CD /* Sources */, 05A7C15C2E26768A0010F1CD /* Frameworks */, 05A7C15D2E26768A0010F1CD /* Resources */, - 05A7CBD52E27D0700010F1CD /* Embed Frameworks */, ); buildRules = ( );