From e5e2a01486a560e948ef8f249bfd55c00cfe00e9 Mon Sep 17 00:00:00 2001 From: JGZ_YES Date: Wed, 12 Aug 2026 16:18:49 +0800 Subject: [PATCH] remove manual entitlements (add via Xcode Signing & Capabilities instead) --- AreYouSleeping.xcodeproj/project.pbxproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AreYouSleeping.xcodeproj/project.pbxproj b/AreYouSleeping.xcodeproj/project.pbxproj index 80345c5..121318b 100644 --- a/AreYouSleeping.xcodeproj/project.pbxproj +++ b/AreYouSleeping.xcodeproj/project.pbxproj @@ -39,7 +39,6 @@ 222222222222222234 /* FriendControlView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FriendControlView.swift; sourceTree = ""; }; 222222222222222235 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 222222222222222236 /* ScreenTimeManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenTimeManager.swift; sourceTree = ""; }; - 222222222222222237 /* AreYouSleeping.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AreYouSleeping.entitlements; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -63,7 +62,6 @@ 222222222222222222 /* AreYouSleepingApp.swift */, 222222222222222223 /* Store.swift */, 222222222222222235 /* Info.plist */, - 222222222222222237 /* AreYouSleeping.entitlements */, 555555555555555504 /* Models */, 555555555555555505 /* Utils */, 555555555555555506 /* Services */, @@ -173,7 +171,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = AreYouSleeping/AreYouSleeping.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; ENABLE_PREVIEWS = YES; @@ -192,7 +189,6 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = AreYouSleeping/AreYouSleeping.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; ENABLE_PREVIEWS = YES;