remove manual entitlements (add via Xcode Signing & Capabilities instead)

这个提交包含在:
JGZ_YES
2026-08-12 16:18:49 +08:00
父节点 d902684ed9
当前提交 e5e2a01486
-4
查看文件
@@ -39,7 +39,6 @@
222222222222222234 /* FriendControlView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FriendControlView.swift; sourceTree = "<group>"; };
222222222222222235 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
222222222222222236 /* ScreenTimeManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenTimeManager.swift; sourceTree = "<group>"; };
222222222222222237 /* AreYouSleeping.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AreYouSleeping.entitlements; sourceTree = "<group>"; };
/* 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;