Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8b60368

Browse files
committedJan 8, 2025·
undo entitlements change
1 parent f602fa1 commit 8b60368

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed
 

‎Coder Desktop/Coder Desktop.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
buildSettings = {
799799
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
800800
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
801-
CODE_SIGN_ENTITLEMENTS = "Coder Desktop/Coder DesktopRelease.entitlements";
801+
CODE_SIGN_ENTITLEMENTS = "Coder Desktop/Coder_Desktop.entitlements";
802802
CODE_SIGN_STYLE = Automatic;
803803
COMBINE_HIDPI_IMAGES = YES;
804804
CURRENT_PROJECT_VERSION = 1;

‎Coder Desktop/Coder Desktop/Coder DesktopRelease.entitlements

-16
This file was deleted.

‎Coder Desktop/Coder Desktop/Coder_Desktop.entitlements

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212
<true/>
1313
<key>com.apple.security.network.client</key>
1414
<true/>
15-
<key>com.apple.security.network.server</key>
16-
<true/>
1715
</dict>
1816
</plist>

0 commit comments

Comments
 (0)
Please sign in to comment.