Skip to content

Commit 8e0c7f2

Browse files
committed
bugfix: remove developer mode
Signed-off-by: 82Flex <[email protected]>
1 parent 1330258 commit 8e0c7f2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

TrollFools.entitlements

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
<true/>
2424
<key>com.apple.private.security.storage.AppDataContainers</key>
2525
<true/>
26-
<key>com.apple.private.thread-set-state</key>
27-
<true/>
2826
<key>com.apple.security.exception.files.absolute-path.read-write</key>
2927
<array>
3028
<string>/</string>
@@ -41,10 +39,6 @@
4139
<true/>
4240
<key>com.apple.springboard.openurlswhenlocked</key>
4341
<true/>
44-
<key>com.apple.system-task-ports</key>
45-
<true/>
46-
<key>com.apple.system-task-ports.control</key>
47-
<true/>
4842
<key>keychain-access-groups</key>
4943
<array>
5044
<string>wiki.qaq.TrollFools</string>

TrollFools.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
452452
CLANG_ENABLE_MODULES = YES;
453453
CODE_SIGN_STYLE = Automatic;
454-
CURRENT_PROJECT_VERSION = 2;
454+
CURRENT_PROJECT_VERSION = 3;
455455
DEVELOPMENT_TEAM = GXZ23M5TP2;
456456
ENABLE_PREVIEWS = NO;
457457
GENERATE_INFOPLIST_FILE = YES;
@@ -493,7 +493,7 @@
493493
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
494494
CLANG_ENABLE_MODULES = YES;
495495
CODE_SIGN_STYLE = Automatic;
496-
CURRENT_PROJECT_VERSION = 2;
496+
CURRENT_PROJECT_VERSION = 3;
497497
DEVELOPMENT_TEAM = GXZ23M5TP2;
498498
ENABLE_PREVIEWS = NO;
499499
GENERATE_INFOPLIST_FILE = YES;

0 commit comments

Comments
 (0)