Skip to content

Instantly share code, notes, and snippets.

@vmchar
vmchar / ReplaceDelegatePostProcess.cs
Created November 17, 2018 20:46
Unity3D iOS post build process to replace app delegate source
using UnityEditor;
using UnityEditor.Callbacks;
using UnityEditor.iOS.Xcode;
using UnityEngine;
namespace QuickActionsiOS
{
public class ReplaceDelegatePostProcess : ScriptableObject
{
/// <summary>