diff --git a/StreetDrop/ShareExtension/ShareExtension.entitlements b/StreetDrop/ShareExtension/ShareExtension.entitlements new file mode 100644 index 0000000..548c32d --- /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 d06d1e7..0a2faf9 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 2f59161..7d0032e 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 07fca7f..304b59f 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 +