Support for creating .xcframework
* `make macOS` builds a universal framework * `make xcframework` builds an .xcframework containing frameworks for macOS (universal), iOS, and iOS Simulator * Addresses a compiler warning
This commit is contained in:
7
Makefile
7
Makefile
@@ -69,6 +69,13 @@ macos_release:
|
||||
$(DIST_BUILD_SCRIPT) macos "release"
|
||||
macos: macos_debug macos_release
|
||||
|
||||
# xcframework
|
||||
xcframework_debug:
|
||||
$(DIST_BUILD_SCRIPT) xcframework "debug"
|
||||
xcframework_release:
|
||||
$(DIST_BUILD_SCRIPT) xcframework "release"
|
||||
xcframework: xcframework_release
|
||||
|
||||
# iOS
|
||||
ios_debug:
|
||||
$(DIST_BUILD_SCRIPT) ios "debug"
|
||||
|
||||
Reference in New Issue
Block a user