ChargePoint / xcparse

Command line tool & Swift framework for parsing Xcode 11+ xcresult
MIT License
390 stars 47 forks source link

[IMA-11727] Modify Makefile to build universal xcparse binary #72

Closed rsukumar-cpi closed 2 years ago

rsukumar-cpi commented 2 years ago

Change Description:

  1. Modify Makefile to build for arm64 and x86_64 architectures.
  2. Up the swift-tools-support-core version to the latest (0.2.4).

Test Plan/Testing Performed:

  1. Built xcparse locally and confirmed that the binary is built for both architectures. Modified Bitrise workflows to conform to the new build directory structure.
  2. Created 'deploy' workflow on Bitrise to automate the release process including the universal binary in future release assets.