Skip to content

jankaltoun/TastyMarzipan

Repository files navigation

TastyMarzipan

This is a demo of a simple iOS/Mac app using UIKit with the same codebase for both platforms.

Blog post

I put together a blog post about this adventure. You can read it here: https://blog.kaltoun.cz/marzipan-uikit-on-macos/

Requirements

This demo requires you to add UIKit.framework to ./StolenFrameworks. You can find it in @biscuitteh's awesome demo.

Building and running the Mac app

Archive xcodebuild archive -workspace "HNClient.xcworkspace" -scheme HNClientMac -archivePath ./build/HNClient.xcarchive

Export archive xcodebuild -exportArchive -archivePath ./build/HNClient.xcarchive -exportOptionsPlist ExportOptions.plist -exportPath ./build/

Run app CFMZEnabled=1 ./build/HNClientMac.app/Contents/MacOS/HNClientMac

A big thanks to community

These awesome people pioneered this approach:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published