fix(actions): add macOS code signing configuration to DefaultEngine.ini for improved application security
All checks were successful
macOS Build, Sign and Notarize / build-sign-notarize (push) Successful in 45m19s
All checks were successful
macOS Build, Sign and Notarize / build-sign-notarize (push) Successful in 45m19s
This commit is contained in:
parent
ea81eebb6d
commit
311666744e
@ -369,4 +369,8 @@ CodeSigningIdentity=""
|
|||||||
CodeSigningPrefix=com.luckyrobots
|
CodeSigningPrefix=com.luckyrobots
|
||||||
ApplicationDisplayName=LuckyWorld
|
ApplicationDisplayName=LuckyWorld
|
||||||
ShippingSpecificMacEntitlements=(FilePath="../LuckyWorld.entitlements")
|
ShippingSpecificMacEntitlements=(FilePath="../LuckyWorld.entitlements")
|
||||||
|
bUseAutomaticCodeSigning=False
|
||||||
|
bMacSignToRunLocally=False
|
||||||
|
MacSigningIdentity=Developer ID Application
|
||||||
|
CodeSigningTeam=937UD94CX2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user