Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 557 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 557 Bytes

CI

UIKit Complement (i.e. Kit Kat)


Helpful UIKit utilities. Named after Kit Kat as it's a compliment to UIKit To build this project, you can use xcodebuild. First, to list the builds, you can use. xcodebuild -list To see which destinations you can build. xcodebuild -showdestinations -scheme LolayKat And to build you can use the following. xcodebuild -scheme LolayKat -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14"