From 7f5d48f32f8342e226175b4f23986075cb193299 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 10 Jun 2022 14:24:08 -0700 Subject: [PATCH 1/2] Associated domains --- MeshtasticApple/MeshtasticApple.entitlements | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MeshtasticApple/MeshtasticApple.entitlements b/MeshtasticApple/MeshtasticApple.entitlements index d0c2e6d1..bb7ecb1e 100644 --- a/MeshtasticApple/MeshtasticApple.entitlements +++ b/MeshtasticApple/MeshtasticApple.entitlements @@ -2,6 +2,10 @@ + com.apple.developer.associated-domains + + applinks:meshtastic.org + com.apple.security.app-sandbox com.apple.security.device.bluetooth From 71f1f99724b0154b074f439e5f6b728cc49f0795 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 10 Jun 2022 14:24:36 -0700 Subject: [PATCH 2/2] Add build --- Meshtastic Apple.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meshtastic Apple.xcodeproj/project.pbxproj b/Meshtastic Apple.xcodeproj/project.pbxproj index b0879eda..e66a1e42 100644 --- a/Meshtastic Apple.xcodeproj/project.pbxproj +++ b/Meshtastic Apple.xcodeproj/project.pbxproj @@ -777,7 +777,7 @@ CODE_SIGN_ENTITLEMENTS = MeshtasticApple/MeshtasticApple.entitlements; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_ASSET_PATHS = "\"MeshtasticApple/Preview Content\""; DEVELOPMENT_TEAM = GCH7VS5Y9R; ENABLE_PREVIEWS = YES; @@ -809,7 +809,7 @@ CODE_SIGN_ENTITLEMENTS = MeshtasticApple/MeshtasticApple.entitlements; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_ASSET_PATHS = "\"MeshtasticApple/Preview Content\""; DEVELOPMENT_TEAM = GCH7VS5Y9R; ENABLE_PREVIEWS = YES;