From 296d7b834c1b2676e8ef1059d964fbc7fc88dd44 Mon Sep 17 00:00:00 2001 From: Joseph Cha Date: Thu, 22 Aug 2024 09:51:02 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0#297:=20Share=20Extension=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=95=B1=EC=9C=BC=EB=A1=9C=20=EC=9D=B4=EB=8F=99=20?= =?UTF-8?q?=EC=8B=9C,=20=EA=B3=B5=EC=9C=A0=ED=95=A0=20=EB=93=9C=EB=9E=8D?= =?UTF-8?q?=EB=90=9C=20=EC=95=84=EC=9D=B4=ED=85=9C=20ID=20=EA=B3=B5?= =?UTF-8?q?=EC=9C=A0=EB=A5=BC=20=EC=9C=84=ED=95=B4=20Share=20Extension?= =?UTF-8?q?=EA=B3=BC=20App=EA=B0=84=EC=9D=98=20App=20Groups=EB=A5=BC=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StreetDrop/ShareExtension/ShareExtension.entitlements | 10 ++++++++++ StreetDrop/StreetDrop.xcodeproj/project.pbxproj | 4 ++++ StreetDrop/StreetDrop/StreetDropDebug.entitlements | 4 ++++ StreetDrop/StreetDrop/StreetDropRelease.entitlements | 4 ++++ 4 files changed, 22 insertions(+) create mode 100644 StreetDrop/ShareExtension/ShareExtension.entitlements diff --git a/StreetDrop/ShareExtension/ShareExtension.entitlements b/StreetDrop/ShareExtension/ShareExtension.entitlements new file mode 100644 index 00000000..548c32da --- /dev/null +++ b/StreetDrop/ShareExtension/ShareExtension.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.application-groups + + group.com.depromeet.StreetDrop + + + diff --git a/StreetDrop/StreetDrop.xcodeproj/project.pbxproj b/StreetDrop/StreetDrop.xcodeproj/project.pbxproj index d06d1e77..0a2faf95 100644 --- a/StreetDrop/StreetDrop.xcodeproj/project.pbxproj +++ b/StreetDrop/StreetDrop.xcodeproj/project.pbxproj @@ -801,6 +801,7 @@ C4D16FCB2A1B98B0008B076F /* UILabel+LineHeight.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+LineHeight.swift"; sourceTree = ""; }; C4D32A192C5A1F1E00E74BE8 /* RegionFilteringModalViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegionFilteringModalViewModel.swift; sourceTree = ""; }; C4E0943A2A4DF002000B4513 /* VillageNameResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VillageNameResponseDTO.swift; sourceTree = ""; }; + C4E0E98D2C76BFC200977346 /* ShareExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShareExtension.entitlements; sourceTree = ""; }; C4E25A9A2A57F8FF00E6A236 /* StreetDropDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = StreetDropDebug.entitlements; sourceTree = ""; }; C4E25A9B2A580B0D00E6A236 /* StreetDropRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = StreetDropRelease.entitlements; sourceTree = ""; }; C4E4C6B12A5ADC2C00B1C84A /* SettingsRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsRepository.swift; sourceTree = ""; }; @@ -1769,6 +1770,7 @@ C42182BB2C697F9700B73A99 /* ShareExtension */ = { isa = PBXGroup; children = ( + C4E0E98D2C76BFC200977346 /* ShareExtension.entitlements */, C42182C12C697F9700B73A99 /* Info.plist */, C42182C92C69C3FD00B73A99 /* View */, C42182CA2C69C40300B73A99 /* ViewModel */, @@ -3296,6 +3298,7 @@ baseConfigurationReference = 13ACF3C8F07C1A2CFE303F4A /* Pods-ShareExtension.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; @@ -3330,6 +3333,7 @@ baseConfigurationReference = B20DBB514344BC89E684862A /* Pods-ShareExtension.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements; CODE_SIGN_IDENTITY = "Apple Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution"; CODE_SIGN_STYLE = Automatic; diff --git a/StreetDrop/StreetDrop/StreetDropDebug.entitlements b/StreetDrop/StreetDrop/StreetDropDebug.entitlements index 2f59161a..7d0032eb 100644 --- a/StreetDrop/StreetDrop/StreetDropDebug.entitlements +++ b/StreetDrop/StreetDrop/StreetDropDebug.entitlements @@ -9,5 +9,9 @@ applinks:test-open.street-drop.com webcredentials:test-open.street-drop.com + com.apple.security.application-groups + + group.com.depromeet.StreetDrop + diff --git a/StreetDrop/StreetDrop/StreetDropRelease.entitlements b/StreetDrop/StreetDrop/StreetDropRelease.entitlements index 07fca7ff..304b59f9 100644 --- a/StreetDrop/StreetDrop/StreetDropRelease.entitlements +++ b/StreetDrop/StreetDrop/StreetDropRelease.entitlements @@ -9,5 +9,9 @@ applinks:open.street-drop.com webcredentials:open.street-drop.com + com.apple.security.application-groups + + group.com.depromeet.StreetDrop +