Skip to content

Instantly share code, notes, and snippets.

@rileytestut
rileytestut / ExportIPA.swift
Last active June 23, 2025 20:51
Export Swift Playgrounds .ipa
import Foundation
// Export running app as .ipa, then return path to exported file.
// Returns String because app crashes when returning URL from async function for some reason...
func exportIPA() async throws -> String
{
// Path to app bundle
let bundleURL = Bundle.main.bundleURL
// Create Payload/ directory