Skip to content

Commit 44241c2

Browse files
committed
fix: resolve AppIdentifierPrefix macro in entitlements for codesign
1 parent 666d9ae commit 44241c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TablePro/TablePro.entitlements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<true/>
2121
<key>keychain-access-groups</key>
2222
<array>
23-
<string>$(AppIdentifierPrefix)com.TablePro.shared</string>
23+
<string>D7HJ5TFYCU.com.TablePro.shared</string>
2424
</array>
2525
</dict>
2626
</plist>

0 commit comments

Comments
 (0)