Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Adding builder classes for the Objective-C API.

Compare
Choose a tag to compare
@staguer staguer released this 13 Mar 21:28
· 46 commits to master since this release
53b5f26
Adding builders to the pod. Creating target for objc code. (#194)

Adding the builders to the LayoutKitObjC pod.
This required moving the objc enums to the header files, since objc builders cannot depend on Swift implementation.
Since the cross-language integration depends on header files that match the module name, creating a new LayoutKitObjC target for Xcode build to use to match the cocoa pods build.
Verified that build succeeds for Xcode and `pod lib lint`.