19 Commits

Author SHA1 Message Date
Allan Odgaard
7e69f5bb2c Fix compiler warnings by initializing struct members in correct order 2021-02-04 09:35:27 +01:00
Allan Odgaard
4972c104d1 Use ${YEAR} variable in NewApplication template’s InfoPlist.strings 2021-02-04 09:35:27 +01:00
Allan Odgaard
ba1c99f7bc build: Introduce CP_InfoPlist and move Info.plist files out of resources
Previously we would automatically pick up an Info.plist file copied using any of the CP_* keys, and both move it to the correct location (when belonging to target built) or ignore it, if we were copying it from an imported target.

To simplify the logic in the build system, it is however better to be explicit about this, also because we could actually want an Info.plist file among our copied files.
2021-01-24 10:38:54 +01:00
Allan Odgaard
a25d240ad6 NewApplication template: Change perform{FindPanel → TextFinder}Action: 2020-09-18 09:27:18 +02:00
Allan Odgaard
dcd630e649 Use constants for find panel and font manager tag values in main menu 2020-05-22 21:48:09 +07:00
Allan Odgaard
8f3f3d9d16 Update deployment version for xibs to 10.12
This was done using search and replace. Presumably it should be done in Xcode so that it can adjust the xib for the new deployment target, otherwise what is the point of storing deployment version in the xib and provide it as a command line argument to the xib compiler as well (only to get a warning if the versions do not match)?
2019-07-07 18:03:30 +02:00
Ronald Wampler
b71efb0065 Add support for "Customize Touch Bar…" in MenuBuilder 2019-06-30 10:32:45 +02:00
Allan Odgaard
b08801ac33 Update the “NewApplication” template 2018-12-02 18:08:38 +07:00
Allan Odgaard
82de01589f Update deployment target of all xib files to 10.10 2018-10-30 13:46:34 +07:00
Allan Odgaard
417e2080f8 Remove use of oak::application_t in NewApplication template 2018-07-10 10:55:56 +02:00
Allan Odgaard
e70791ee89 Rename a bunch of constants to fix deprecation warnings (10.12) 2018-06-16 22:55:30 +02:00
Allan Odgaard
bafe0e572b Rename ApplicationController → AppDelegate 2018-04-30 15:30:48 +07:00
Allan Odgaard
fa0e055755 Update main menu template to what’s included with Xcode 9.2 2018-04-30 15:30:48 +07:00
Allan Odgaard
82ac2daa85 Let our application delegate create the main menu 2018-04-30 15:30:48 +07:00
Allan Odgaard
26dead41ca Update template project for a new application
Use an application controller instead of embedding a window with a custom view in the nib.
2014-11-11 20:01:33 +01:00
Allan Odgaard
9c35f445de Convert strings files to UTF-8 2013-01-02 01:46:48 +01:00
Allan Odgaard
1fafbecd54 Remove Chinese translation
It’s not feasible to maintain the old-style xib translations while we work on the UI. We’ll soon move fully to constraint-based layout which should allow translations to be purely string-based.
2012-09-16 11:41:23 +02:00
Bo Xiao
96cb899b53 Initial commit of Simplified Chinese localization for xib files. 2012-08-14 21:29:51 +02:00
Allan Odgaard
9894969e67 Initial commit 2012-08-09 16:25:56 +02:00