piellarda / apple_xcframework_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

  • bazelisk to run Bazel or Bazel 5.1.1
  • Xcode
  • Bundler

Mylib

This is a Bazel package that declares an apple_xcframework depending on a swift_library.

MyTestApp

This is a Xcode project for an iOS application that embeds the MyLib XCFramework.

How to use

  • Open the Xcode project inside MyTestApp and add your AdHoc provisioning profile for release build.
  • Run bundle install to install fastlane.
  • Run bundle exec fastlane build to invoke Bazel to build MyLib and archive the iOS application.
  • Run bundle exec fastlane build_no_bazel will build MyLib without Bazel and achive the iOS application.

About


Languages

Language:Starlark 37.1%Language:Shell 36.2%Language:Ruby 13.7%Language:Swift 13.1%