Skip to content

Instantly share code, notes, and snippets.

View Rickyip's full-sized avatar

Rick Yip Rickyip

  • Hong Kong
View GitHub Profile
@Rickyip
Rickyip / build-xcframework.sh
Created July 8, 2020 09:27 — forked from quangDecember/build-xcframework.sh
Build XCFramework (universal) framework, create new Aggregate target, add to New Run Script Phase
env > env.txt
instruments -s devices > devices.txt
#! /bin/sh -e
# This script demonstrates archive and create action on frameworks and libraries
# Based on script by @author Boris Bielik
# Release dir path
OUTPUT_DIR_PATH="${PROJECT_DIR}/XCFramework"
function archivePathSimulator {