From ac526ae682269394bfa2f44b7ea8e599f63d4c61 Mon Sep 17 00:00:00 2001 From: 0Hooni Date: Fri, 25 Jul 2025 15:30:21 +0900 Subject: [PATCH 1/4] =?UTF-8?q?chore:=20package.resolve=20=EB=A7=A4?= =?UTF-8?q?=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xcshareddata/swiftpm/Package.resolved | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Poppool/Poppool.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Poppool/Poppool.xcworkspace/xcshareddata/swiftpm/Package.resolved index 7bcd7a79..7dd10a0a 100644 --- a/Poppool/Poppool.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Poppool/Poppool.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "e3308f4d8d004a111784c1f182de9af75f8c85dd7807e55541802130c4c227fb", + "originHash" : "cfbe5317064ac0a76085850cc8ce600d1a395f57b89afed38711275f4a5aee39", "pins" : [ { "identity" : "alamofire", @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/kakao/kakao-ios-sdk.git", "state" : { - "revision" : "2c780b70d4197be3f72deee2fd82ea3e3b767007", - "version" : "2.24.1" + "revision" : "394ccfc67b206894f55dcaf2dd15e06bf451c4d3", + "version" : "2.24.5" } }, { @@ -123,8 +123,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/navermaps/SPM-NMapsMap", "state" : { - "revision" : "ad89e53fdfec3b8d8994280fb0414b5a7b1c3e8e", - "version" : "3.21.0" + "revision" : "13a6d280a57c4ebab8320e2d5bf3ce89adacf95e", + "version" : "3.22.0" } }, { From d6d80431a67a501944a6f0d67543fd5d45d8c6e1 Mon Sep 17 00:00:00 2001 From: 0Hooni Date: Fri, 25 Jul 2025 15:31:33 +0900 Subject: [PATCH 2/4] =?UTF-8?q?fix:=20http=20=ED=86=B5=EC=8B=A0=20?= =?UTF-8?q?=EC=9E=84=EC=8B=9C=20=ED=97=88=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Poppool/Poppool/Resource/Info.plist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Poppool/Poppool/Resource/Info.plist b/Poppool/Poppool/Resource/Info.plist index 3ad9f07b..98e00bfb 100644 --- a/Poppool/Poppool/Resource/Info.plist +++ b/Poppool/Poppool/Resource/Info.plist @@ -2,6 +2,11 @@ + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + ITSAppUsesNonExemptEncryption CFBundleShortVersionString From f3b05b13d85e22326d514098c3ffe3ef6df92993 Mon Sep 17 00:00:00 2001 From: 0Hooni Date: Fri, 25 Jul 2025 15:49:34 +0900 Subject: [PATCH 3/4] =?UTF-8?q?fix:=20=ED=94=84=EB=A0=88=EC=9E=84=EC=9B=8C?= =?UTF-8?q?=ED=81=AC=20=EC=A4=91=EC=B2=A9=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LoginFeature.xcodeproj/project.pbxproj | 13 ------------- 1 file changed, 13 deletions(-) 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 = ( ); From 6de17e605d930762b49a27a4a0b185d3789e2a8f Mon Sep 17 00:00:00 2001 From: 0Hooni Date: Fri, 25 Jul 2025 16:07:44 +0900 Subject: [PATCH 4/4] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Poppool/Poppool.xcodeproj/project.pbxproj | 4 ++-- Poppool/Poppool/Resource/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 98e00bfb..61793be6 100644 --- a/Poppool/Poppool/Resource/Info.plist +++ b/Poppool/Poppool/Resource/Info.plist @@ -23,7 +23,7 @@ CFBundleVersion - 250715.1858 + 250725.1554 KAKAO_AUTH_APP_KEY ${KAKAO_AUTH_APP_KEY} LSApplicationQueriesSchemes