Update iOS app to ObjFW changes

FossilOrigin-Name: 3eecffa2af1b183b334ba3153d923b423a4dff8ad4b27fc25630b1987eef00ad
This commit is contained in:
Jonathan Schleifer 2023-04-01 17:20:07 +00:00
parent a1ec666ced
commit ee5c908943
18 changed files with 30 additions and 30 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016 - 2021 Jonathan Schleifer <js@nil.im>
* Copyright (c) 2016 - 2023 Jonathan Schleifer <js@nil.im>
*
* https://fossil.nil.im/cryptopassphrase
*
@ -32,7 +32,7 @@
OF_APPLICATION_DELEGATE(OFAppDelegate)
@implementation OFAppDelegate
- (void)applicationDidFinishLaunching
- (void)applicationDidFinishLaunching: (OFNotification *)notification
{
int *argc;
char ***argv;