From c1625e4c54fd4e8cfc8ff4fe4302ccfdc8e41bb2 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 9 Feb 2026 08:57:12 -0600 Subject: [PATCH] add capabilty Signed-off-by: Matt Bruce --- Andromida.xcodeproj/project.pbxproj | 10 ++++++++++ Andromida/Info.plist | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Andromida/Info.plist diff --git a/Andromida.xcodeproj/project.pbxproj b/Andromida.xcodeproj/project.pbxproj index 6cce1e9..192efc3 100644 --- a/Andromida.xcodeproj/project.pbxproj +++ b/Andromida.xcodeproj/project.pbxproj @@ -63,6 +63,13 @@ /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + EA7216D92F3A2CFD00118F4F /* Exceptions for "Andromida" folder in "Andromida" target */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + Info.plist, + ); + target = EAC04A972F26BAE8007F87EA /* Andromida */; + }; EAC04D422F298D9C007F87EA /* Exceptions for "AndromidaWidget" folder in "AndromidaWidgetExtension" target */ = { isa = PBXFileSystemSynchronizedBuildFileExceptionSet; membershipExceptions = ( @@ -89,6 +96,7 @@ EAC04A9A2F26BAE8007F87EA /* Andromida */ = { isa = PBXFileSystemSynchronizedRootGroup; exceptions = ( + EA7216D92F3A2CFD00118F4F /* Exceptions for "Andromida" folder in "Andromida" target */, EAC04D512F298EAE007F87EA /* Exceptions for "Andromida" folder in "AndromidaWidgetExtension" target */, ); path = Andromida; @@ -550,6 +558,7 @@ DEVELOPMENT_TEAM = 6R7KLBPBLZ; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = Andromida/Info.plist; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; @@ -586,6 +595,7 @@ DEVELOPMENT_TEAM = 6R7KLBPBLZ; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = Andromida/Info.plist; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; diff --git a/Andromida/Info.plist b/Andromida/Info.plist new file mode 100644 index 0000000..ca9a074 --- /dev/null +++ b/Andromida/Info.plist @@ -0,0 +1,10 @@ + + + + + UIBackgroundModes + + remote-notification + + +