diff --git a/apple/Entitlements/Omnivore.entitlements b/apple/Entitlements/Omnivore.entitlements
index b53defce6..270cdb0d4 100644
--- a/apple/Entitlements/Omnivore.entitlements
+++ b/apple/Entitlements/Omnivore.entitlements
@@ -8,6 +8,16 @@
Default
+ com.apple.developer.associated-domains
+
+ applinks:omnivore.app
+ applinks:dev.omnivore.app
+ applinks:demo.omnivore.app
+ webcredentials:omnivore.app
+ webcredentials:dev.omnivore.app
+
+ com.apple.developer.authentication-services.autofill-credential-provider
+
com.apple.security.application-groups
group.app.omnivoreapp
@@ -16,11 +26,5 @@
$(AppIdentifierPrefix)app.omnivore.shared
- com.apple.developer.associated-domains
-
- applinks:omnivore.app
- applinks:dev.omnivore.app
- applinks:demo.omnivore.app
-
diff --git a/apple/Omnivore.xcodeproj/project.pbxproj b/apple/Omnivore.xcodeproj/project.pbxproj
index e35874bbe..fff87604d 100644
--- a/apple/Omnivore.xcodeproj/project.pbxproj
+++ b/apple/Omnivore.xcodeproj/project.pbxproj
@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
+ 040333C9288F50B5008F0BDF /* AuthenticationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 040333C8288F50B5008F0BDF /* AuthenticationServices.framework */; };
0411792A26A22860004AE24F /* MacAppSmokeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0411792926A22860004AE24F /* MacAppSmokeTest.swift */; };
0418837E2742E99F003E0001 /* Intercom in Frameworks */ = {isa = PBXBuildFile; productRef = 0418837D2742E99F003E0001 /* Intercom */; };
041883802742FCF2003E0001 /* Utils in Frameworks */ = {isa = PBXBuildFile; productRef = 0418837F2742FCF2003E0001 /* Utils */; };
@@ -174,6 +175,7 @@
/* Begin PBXFileReference section */
03BE831A6CCC63104CB366AE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
+ 040333C8288F50B5008F0BDF /* AuthenticationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AuthenticationServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk/System/Library/Frameworks/AuthenticationServices.framework; sourceTree = DEVELOPER_DIR; };
0411792726A22860004AE24F /* UnitTests-MacApp.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "UnitTests-MacApp.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
0411792926A22860004AE24F /* MacAppSmokeTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MacAppSmokeTest.swift; sourceTree = ""; };
0411792B26A22860004AE24F /* MacUnitTests.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = MacUnitTests.plist; sourceTree = ""; };
@@ -302,6 +304,7 @@
buildActionMask = 2147483647;
files = (
D2BC24479582C1B97F67646A /* App in Frameworks */,
+ 040333C9288F50B5008F0BDF /* AuthenticationServices.framework in Frameworks */,
0418837E2742E99F003E0001 /* Intercom in Frameworks */,
045B1681279147E7005047F7 /* FirebaseMessaging in Frameworks */,
041883802742FCF2003E0001 /* Utils in Frameworks */,
@@ -423,6 +426,7 @@
4214F6EE2714D2260096B644 /* Frameworks */ = {
isa = PBXGroup;
children = (
+ 040333C8288F50B5008F0BDF /* AuthenticationServices.framework */,
);
name = Frameworks;
sourceTree = "";