Skip to content

Instantly share code, notes, and snippets.

View hoiogi's full-sized avatar

Jeong ChangWook hoiogi

  • NCSOFT
  • Korea, Republic of
View GitHub Profile
@sanukin39
sanukin39 / XcodeSettingsPostProcesser.cs
Last active October 11, 2023 16:04
Unity XcodeAPI Settings Sample
using System.IO;
using UnityEngine;
using UnityEditor;
using UnityEditor.iOS.Xcode;
using UnityEditor.Callbacks;
using System.Collections;
public class XcodeSettingsPostProcesser
{