From 7d0756dee26f8e7c0301e8170388531415af1690 Mon Sep 17 00:00:00 2001 From: Anthony Li Date: Tue, 19 Nov 2024 01:17:29 -0500 Subject: [PATCH] Add time sensitive notification entitlement --- PennMobile.xcodeproj/project.pbxproj | 8 ++++---- PennMobile/PennMobile.entitlements | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/PennMobile.xcodeproj/project.pbxproj b/PennMobile.xcodeproj/project.pbxproj index 961550a86..f48699a0d 100644 --- a/PennMobile.xcodeproj/project.pbxproj +++ b/PennMobile.xcodeproj/project.pbxproj @@ -2854,7 +2854,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation; - CF_BUNDLE_SHORT_VERSION_STRING = 8.0.7; + CF_BUNDLE_SHORT_VERSION_STRING = 8.0.8; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = PennMobile/PennMobile.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; @@ -2895,7 +2895,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation; - CF_BUNDLE_SHORT_VERSION_STRING = 8.0.7; + CF_BUNDLE_SHORT_VERSION_STRING = 8.0.8; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = PennMobile/PennMobile.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; @@ -3027,7 +3027,7 @@ buildSettings = { ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation; ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; - CF_BUNDLE_SHORT_VERSION_STRING = 8.0.7; + CF_BUNDLE_SHORT_VERSION_STRING = 8.0.8; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; @@ -3070,7 +3070,7 @@ buildSettings = { ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = navigation; ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; - CF_BUNDLE_SHORT_VERSION_STRING = 8.0.7; + CF_BUNDLE_SHORT_VERSION_STRING = 8.0.8; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; diff --git a/PennMobile/PennMobile.entitlements b/PennMobile/PennMobile.entitlements index 33a91e3c5..f2086a114 100755 --- a/PennMobile/PennMobile.entitlements +++ b/PennMobile/PennMobile.entitlements @@ -4,6 +4,8 @@ aps-environment development + com.apple.developer.usernotifications.time-sensitive + com.apple.security.application-groups group.org.pennlabs.PennMobile