Skip to content

Instantly share code, notes, and snippets.

View FacundoDedalord's full-sized avatar

FacundoDedalord

View GitHub Profile
@Geri-Borbas
Geri-Borbas / OverrideAppDelegate.m
Last active March 19, 2021 09:20
A quick way to override / extend app delegate (UIAppDelegate) in iOS Unity Player. Read more on why you should / should not use this approach at http://eppz.eu/blog/override-app-delegate-unity-ios-osx-1/
//
// Copyright (c) 2017 eppz! mobile, Gergely Borbás (SP)
//
// http://www.twitter.com/_eppz
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
// PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
// CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE