Skip to content

Instantly share code, notes, and snippets.

View 007havegone's full-sized avatar

Jayce 007havegone

View GitHub Profile
@DannyGoodayle
DannyGoodayle / ue-main.stream.json
Last active January 5, 2025 16:03 — forked from regner/BuildProject.xml
A sample BuildGraph script for building, cooking, and packaging an Unreal project.
{
"name": "//ue/Main",
"ClusterName": "Default",
"NotificationChannel": "#ue",
"NotificationChannelFilter": "Failure",
"TriageChannel": "#ue-triage",
"DefaultPreflight": {
"TemplateID": "pre-flight"
},
"Tabs": [
@bananita
bananita / How to convert *app to *ipa
Created December 19, 2013 13:23
How to convert *app to *ipa
1. Create a folder called Payload
2. Place the .app folder inside of that
3. Zip up the Payload folder using normal compression
4. Then rename the file with a .ipa extension