From 67a2627a0d01989687a673a5947ced02021147fc Mon Sep 17 00:00:00 2001 From: Mo Date: Mon, 3 Apr 2023 10:59:04 -0500 Subject: [PATCH] chore: well-known (skip e2e) --- packages/mobile/ios/StandardNotes.xcodeproj/project.pbxproj | 1 + packages/web/src/.well-known/apple-app-site-association | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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" ] } }