Created
August 5, 2023 00:16
-
-
Save hach-que/1cf9fc47d326a8c1a0d011ac3c31dfde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"UETVersion": "BleedingEdge", | |
"Type": "Engine", | |
"Distributions": [ | |
{ | |
"Name": "Default", | |
"Source": { | |
"Type": "git", | |
"Repository": "[email protected]: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