CryptoPassphrase  Diff

Differences From Artifact [2375183c78]:

To Artifact [a16da4c6f5]:


1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2016 - 2021 Jonathan Schleifer <js@nil.im>
 *
 * https://fossil.nil.im/cryptopassphrase
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice is present in all copies.
 *

|







1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2016 - 2023 Jonathan Schleifer <js@nil.im>
 *
 * https://fossil.nil.im/cryptopassphrase
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice is present in all copies.
 *
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

@interface OFAppDelegate: OFObject <OFApplicationDelegate>
@end

OF_APPLICATION_DELEGATE(OFAppDelegate)

@implementation OFAppDelegate
- (void)applicationDidFinishLaunching
{
	int *argc;
	char ***argv;
	int status;

	[[OFApplication sharedApplication]
	    getArgumentCount: &argc







|







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

@interface OFAppDelegate: OFObject <OFApplicationDelegate>
@end

OF_APPLICATION_DELEGATE(OFAppDelegate)

@implementation OFAppDelegate
- (void)applicationDidFinishLaunching: (OFNotification *)notification
{
	int *argc;
	char ***argv;
	int status;

	[[OFApplication sharedApplication]
	    getArgumentCount: &argc