From 3002c1f59de96d46429441e3c967612fb1de7d91 Mon Sep 17 00:00:00 2001 From: Yusuf Date: Sat, 4 Apr 2026 11:36:21 -0500 Subject: [PATCH] add widget Info.plist with NSExtension --- ios/Platform/Platform.xcodeproj/project.pbxproj | 4 ++++ ios/Platform/PlatformWidget/Info.plist | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 ios/Platform/PlatformWidget/Info.plist diff --git a/ios/Platform/Platform.xcodeproj/project.pbxproj b/ios/Platform/Platform.xcodeproj/project.pbxproj index c75500e..b7f6876 100644 --- a/ios/Platform/Platform.xcodeproj/project.pbxproj +++ b/ios/Platform/Platform.xcodeproj/project.pbxproj @@ -131,6 +131,7 @@ B10060 /* Platform.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Platform.entitlements; sourceTree = ""; }; D10001 /* Platform.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Platform.app; sourceTree = BUILT_PRODUCTS_DIR; }; W10013 /* PlatformWidgetExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PlatformWidgetExtension.entitlements; sourceTree = ""; }; + W10014 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; W10010 /* PlatformWidgetBundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformWidgetBundle.swift; sourceTree = ""; }; W10011 /* PlatformWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformWidget.swift; sourceTree = ""; }; W10012 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; @@ -335,6 +336,7 @@ isa = PBXGroup; children = ( W10013 /* PlatformWidgetExtension.entitlements */, + W10014 /* Info.plist */, W10010 /* PlatformWidgetBundle.swift */, W10011 /* PlatformWidget.swift */, W10012 /* Assets.xcassets */, @@ -756,6 +758,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = CRN5A2VZ79; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = PlatformWidget/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = PlatformWidget; INFOPLIST_KEY_NSHumanReadableCopyright = ""; LD_RUNPATH_SEARCH_PATHS = ( @@ -783,6 +786,7 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = CRN5A2VZ79; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = PlatformWidget/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = PlatformWidget; INFOPLIST_KEY_NSHumanReadableCopyright = ""; LD_RUNPATH_SEARCH_PATHS = ( diff --git a/ios/Platform/PlatformWidget/Info.plist b/ios/Platform/PlatformWidget/Info.plist new file mode 100644 index 0000000..0f118fb --- /dev/null +++ b/ios/Platform/PlatformWidget/Info.plist @@ -0,0 +1,11 @@ + + + + + NSExtension + + NSExtensionPointIdentifier + com.apple.widgetkit-extension + + +