Skip to content

Commit

Permalink
FranzCocoa: separate MAS entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Oct 24, 2023
1 parent 4e89418 commit 6db7c2b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FranzCocoa.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
43E5AE8B291245E000C74966 /* DispatchQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DispatchQueue.swift; sourceTree = "<group>"; };
43E64A062928F2BF00FDBF29 /* ScriptWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScriptWindowController.swift; sourceTree = "<group>"; };
43E64A072928F2BF00FDBF29 /* ScriptWindowController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ScriptWindowController.xib; sourceTree = "<group>"; };
43EB2CD92AE780E2000BDE33 /* FranzCocoaMAS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FranzCocoaMAS.entitlements; sourceTree = "<group>"; };
43EE0EDE299BD276001A973A /* SidebarOptionsForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarOptionsForm.swift; sourceTree = "<group>"; };
43F987A5292A81D400E5E1DE /* AutoUpdater.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoUpdater.swift; sourceTree = "<group>"; };
43F987A7292A867B00E5E1DE /* UpdatesWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdatesWindowController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -350,6 +351,7 @@
432C24622903F03B00C6F336 /* Error.swift */,
43CDBAFD2AE54A34003063D7 /* Franz-MAS-Info.plist */,
43CD621F28CE24B100095144 /* FranzCocoa.entitlements */,
43EB2CD92AE780E2000BDE33 /* FranzCocoaMAS.entitlements */,
43196F8B28F1DB94003C793B /* GroupDetailView.swift */,
4395503628FD45B000CC0050 /* GroupOffsetsOutlineViewController.swift */,
4395503728FD45B000CC0050 /* GroupOffsetsOutlineViewController.xib */,
Expand Down Expand Up @@ -1053,7 +1055,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = FranzCocoa/FranzCocoa.entitlements;
CODE_SIGN_ENTITLEMENTS = FranzCocoa/FranzCocoaMAS.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
Expand Down Expand Up @@ -1087,7 +1089,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = FranzCocoa/FranzCocoa.entitlements;
CODE_SIGN_ENTITLEMENTS = FranzCocoa/FranzCocoaMAS.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 5;
Expand Down
16 changes: 16 additions & 0 deletions FranzCocoa/FranzCocoaMAS.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

0 comments on commit 6db7c2b

Please sign in to comment.