mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
Move mac-specific build scripts and functions into our established patterns for scripts under resources/build: * new mac/mac.inc.sh for mac-specific functions, from mac-utils.inc.sh, utils.inc.sh, builder-basic.inc.sh * move other mac-specific scripts into mac/ Relates-to: #14065 Build-bot: build Test-bot: skip
7 lines
No EOL
219 B
Bash
Executable file
7 lines
No EOL
219 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Keyman is copyright (C) SIL Global. MIT License.
|
|
|
|
# Calls resource script to perform the dSYM upload
|
|
|
|
source "$KEYMAN_ROOT/resources/build/mac/xcode-utils.inc.sh"
|
|
phaseSentryDsymUpload "keyman-ios" |