diff --git a/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj b/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj index 44df1ffa5..34ee133d3 100644 --- a/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj +++ b/packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj @@ -674,6 +674,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = Blue; CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = StandardNotes/StandardNotes.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; diff --git a/packages/web/src/.well-known/apple-app-site-association b/packages/web/src/.well-known/apple-app-site-association index bd39aacf9..840794f15 100644 --- a/packages/web/src/.well-known/apple-app-site-association +++ b/packages/web/src/.well-known/apple-app-site-association @@ -1,7 +1,8 @@ { "webcredentials": { "apps": [ - "HKF9BXSN95.com.standardnotes.standardnotes" + "HKF9BXSN95.com.standardnotes.standardnotes", + "MVYA8NJCQ5.com.standardnotes.standardnotes" ] } }