spiegel-keyman/mac/Keyman4MacIM
Marc Durdin 97c6331b5f fix(mac): fix corrupt installer
Fixes #8533 after build agent maintenance put GNU coreutils cp on path
ahead of macOS /bin/cp. This subtly changed the behaviour of the `-R`
flag such that it copied the folder into a subfolder rather than copying
the contents of the folder into the destination folder:

Original layout:

```
Install Keyman.app/Contents/MacOS/
  applet
  textinputsource
  Keyman.app/
```

Corrupted layout:

```
Install Keyman.app/Install Keyman.app/Contents/MacOS/
  applet
  textinputsource
  Keyman.app/
```

Query: should we be rolling back the path changes so that /bin is first
on the path? I am concerned about other subtle changes in behaviour in
the macOS and iOS builds. Otherwise it feels like we may need to audit
the scripts in /mac, /ios (and possibly /common, /core, /web,
/resources) for potential changes.

Annoyed that it took me so long. Also annoying that macOS fails so
subtly when a parent folder has the .app extension in its name.
2023-04-07 06:45:34 +07:00
..
Keyman4MacIM feat(mac): Add Kibaku strings 2023-03-16 11:25:55 +07:00
Keyman4MacIM.xcodeproj chore: Merge branch 'beta' into chore/beta-a17s5-1 2023-02-01 08:49:28 +07:00
Keyman4MacIM.xcworkspace [Mac] #769 - Switched to using Cocoapods to get Crashlytics framework 2018-06-01 16:00:22 -04:00
KeymanTests [mac] Fix tests; add global workspace 2019-08-08 10:46:20 +10:00
Keyman-template.dmg fix(mac): Additional tidy up of dmg 2020-02-05 18:23:10 +11:00
Keyman.Debug.entitlements fix(mac): re-sign files post plist update 2020-11-24 08:02:16 +11:00
Keyman.entitlements [Mac] Add notarization for 10.14.5 and later versions 2019-07-24 20:57:46 +10:00
localdeploy.sh chore(common): use /usr/bin/env bash 2022-07-25 14:59:37 +10:00
make-km-dmg.sh fix(mac): fix corrupt installer 2023-04-07 06:45:34 +07:00
Podfile chore: support for xcode 12 2021-04-29 14:30:10 +10:00
Podfile.lock updated localization string comments from generated defaults to provide context to translators 2021-11-16 13:24:53 +07:00
write-download_info.sh chore(mac): update stat path 2023-03-24 15:43:07 +07:00