diff --git a/packages/mobile/fastlane/Matchfile b/packages/mobile/fastlane/Matchfile index 63c835fc6..627c220d2 100644 --- a/packages/mobile/fastlane/Matchfile +++ b/packages/mobile/fastlane/Matchfile @@ -2,7 +2,7 @@ storage_mode("git") # type("development") # The default type, can be: appstore, adhoc, enterprise or development -app_identifier(["com.standardnotes.standardnotes"]) +app_identifier(["com.standardnotes.standardnotes", "com.standardnotes.standardnotes.Share-To-SN"]) # For all available options run `fastlane match --help` # Remove the # in the beginning of the line to enable the other options diff --git a/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj b/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj index 305627904..20180dede 100644 --- a/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj +++ b/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj @@ -841,7 +841,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "com.standardnotes.standardnotes.Share-To-SN"; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Share-To-SN"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.standardnotes.standardnotes.Share-To-SN"; SKIP_INSTALL = YES; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_EMIT_LOC_STRINGS = YES;