comparison ios/dw.m @ 2947:edb4307ac7ce

Update copyright date, readme, license and changelog for upcoming release.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 02 Jan 2023 13:49:59 +0000
parents 3fe7641f027c
children d836f3aefbea
comparison
equal deleted inserted replaced
2946:11fd5cf0ee99 2947:edb4307ac7ce
1 /* 1 /*
2 * Dynamic Windows: 2 * Dynamic Windows:
3 * A GTK like implementation of the iOS GUI 3 * A GTK like implementation of the iOS GUI
4 * 4 *
5 * (C) 2011-2022 Brian Smith <brian@dbsoft.org> 5 * (C) 2011-2023 Brian Smith <brian@dbsoft.org>
6 * (C) 2011-2021 Mark Hessling <mark@rexx.org> 6 * (C) 2011-2021 Mark Hessling <mark@rexx.org>
7 * (C) 2017 Ralph Shane (Base tree view implementation) 7 * (C) 2017 Ralph Shane (Base tree view implementation)
8 * 8 *
9 * Requires 13.0 or later. 9 * Requires 13.0 or later.
10 * clang -g -o dwtest -D__IOS__ -I. dwtest.c ios/dw.m -framework UIKit -framework WebKit -framework Foundation -framework UserNotifications 10 * clang -g -o dwtest -D__IOS__ -I. dwtest.c ios/dw.m -framework UIKit -framework WebKit -framework Foundation -framework UserNotifications