From b8a1bc7b57e3d3ab408255b4c2e3062bb729232a Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 23 Aug 2023 08:17:44 -0700 Subject: [PATCH] Automatic code signing --- Meshtastic.xcodeproj/project.pbxproj | 10 ++++++---- Widgets/WidgetsBundle.swift | 1 - 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Meshtastic.xcodeproj/project.pbxproj b/Meshtastic.xcodeproj/project.pbxproj index 59bb01ca..2ad88913 100644 --- a/Meshtastic.xcodeproj/project.pbxproj +++ b/Meshtastic.xcodeproj/project.pbxproj @@ -1479,9 +1479,10 @@ ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CODE_SIGN_ENTITLEMENTS = Widgets/WidgetsExtension.entitlements; - CODE_SIGN_STYLE = Manual; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = ""; + DEVELOPMENT_TEAM = GCH7VS5Y9R; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Widgets/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Widgets; @@ -1511,9 +1512,10 @@ ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CODE_SIGN_ENTITLEMENTS = Widgets/WidgetsExtension.entitlements; - CODE_SIGN_STYLE = Manual; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = ""; + DEVELOPMENT_TEAM = GCH7VS5Y9R; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Widgets/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Widgets; diff --git a/Widgets/WidgetsBundle.swift b/Widgets/WidgetsBundle.swift index 83877dff..15d53f4e 100644 --- a/Widgets/WidgetsBundle.swift +++ b/Widgets/WidgetsBundle.swift @@ -8,7 +8,6 @@ import WidgetKit import SwiftUI -@available(iOSApplicationExtension 16.2, *) @main struct WidgetsBundle: WidgetBundle { var body: some Widget {