memoryio / memoryio-macosx

Life logging app for macosx. Takes a picture with built in isight whenever you wake computer from sleep
8 stars 4 forks source link

New launchatlogin #31

Closed jacobrosenthal closed 6 years ago

jacobrosenthal commented 6 years ago

Theres a new launchatlogin version which would be nice to simplify structure as it pulls those files and would presumably fix my odd method of separately signing the second project.

However, its swift now and uses a Struct which to my knowledge isnt importable into Objc projects without a rewrite to an objc class instead https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/InteractingWithObjective-CAPIs.html#//apple_ref/doc/uid/TP40014216-CH4-ID53

It would be some work but could convert the overall project to swift and bring in the other deps from objc...

jacobrosenthal commented 6 years ago

Ive got some research as a full swift rewrite

jacobrosenthal commented 6 years ago

I have a swift rewrite over at https://github.com/memoryio/memoryio-macosx-swift that will go as a 2.0

Probably leave this 1.0 branch as is