Skip to content

piellarda/apple_xcframework_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published