Skip to content

Instantly share code, notes, and snippets.

@hach-que
Created August 5, 2023 00:16
Show Gist options
  • Save hach-que/1cf9fc47d326a8c1a0d011ac3c31dfde to your computer and use it in GitHub Desktop.
Save hach-que/1cf9fc47d326a8c1a0d011ac3c31dfde to your computer and use it in GitHub Desktop.
{
"UETVersion": "BleedingEdge",
"Type": "Engine",
"Distributions": [
{
"Name": "Default",
"Source": {
"Type": "git",
"Repository": "git@github.com:EpicGames/UnrealEngine",
"Ref": "5.2.1-release",
"ConsoleZips": []
},
"Build": {
"TargetTypes": [
"Game",
"Server"
],
"EditorPlatforms": [
"Win64",
"Mac"
],
"Platforms": [
"Win64",
"Linux",
"Android",
"IOS",
"Mac"
]
},
"Cook": {
"GenerateDDC": false
},
"Deployment": [],
"MobileProvisions": [
{
"BundleIdentifierPattern": "games.redpoint.[PROJECT_NAME]",
"PublicKeyPemPath": "IOS/Development.pem",
"PrivateKeyPasswordlessP12Path": "IOS/Development.p12",
"CertificateSigningRequestPath": "IOS/Development.certSigningRequest",
"MobileProvisionPath": "IOS/Wildcard.mobileprovision",
"AppleProvidedCertificatePath": "IOS/Development.cer",
"KeychainPasswordEnvironmentVariable": "UET_MAC_USER_KEYCHAIN_PASSWORD"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment