summaryrefslogtreecommitdiff
path: root/platform/macos/scripts/package.sh
Commit message (Collapse)AuthorAgeFilesLines
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-041-0/+10
|
* [macos] Fixed macosapp deploymentMinh Nguyễn2018-01-051-15/+24
|
* Deploy macosapp as part of releases (#10191)Minh Nguyễn2017-11-141-3/+21
| | | | | | | | | | * [macos] Deploy macosapp as part of releases Added steps to the packaging script to archive and export macosapp. Upload the exported, compressed application bundle to the GitHub release when deploying a release. * [macos] Explicitly named function argument * [macos] Consolidated xcodebuild invocations
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-0/+13
|\
| * [macos] Upgrade macOS deployment and distribution (#7649)macos-v0.3.0-rc.1Minh Nguyễn2017-01-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [macos] Updated deployment scripts Ported fixes from #6581 and #6740. * [macos] Acknowledge AppleScript support * [macos] Prepared for published documentation Also added link to Dash docset. * [macos] Added CocoaPods podspecs Ported from #5653. * [macos] Rewrote readme; updated screenshot * [macos] Include setup instructions in standalone docs
* | [macOS] use SourceKit to ensure that all public symbols are exportedKonstantin Käfer2017-01-041-0/+3
|/
* [macos][build] Validate dSYM and framework UUIDsJason Wray2016-09-301-1/+22
|
* [macos][build] Generate debug symbols for all buildsJason Wray2016-09-301-3/+2
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-1/+1
| | | | This is very much a work in progress.
* [macos] Avoid following symlinks copying framework (#5850)Minh Nguyễn2016-08-021-1/+1
| | | | | Use ditto to avoid following symlinks when copying the framework into place. Fixes #5818.
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-141-0/+57
Also renamed as many references to OS X as possible to macOS in documentation.