Closed sebastianwr closed 10 years ago
Meanwhile project now won't compile on Xcode 6.0, so let's put your work on a branch:
Xcode6.1
We'll release it on the day Xcode6.1 goes final.
. . . I can give you push access if you like?
Actually I don't know what has happened, but I after moving those changes to a branch, I can't build on Xcode 6.0.1 now. . . was able to a few days ago.
Grabbing Xcode 6.1. Do you know when it will be released?
(facepalm) Xcode 6.1 is out :) (Missed that as I've been up to the eyeballs in a client project these past few days. . merging back to master.
Yes, why not. I did some stuff to make this project build with latest Xcode. I can commit this tomorrow. If you need any more help on the Swift stuff I am happy to help. Really like this framework. I'm just getting my head around this whole Swift thing, but I could see what I can do.
There ya go. You can push to all repositories (Core, Sample apps, website).
If you'd like to push to the core repository:
Features / Anything else:
Alternatively:
You may try out an idea prior to raising an issue on a branch.
Thank you! Greatly appreciate this.
@sebastianwr You're very welcome. Thank you for your contributions. . Introducing @alexgarbarev the other main Typhoon contributor.
@sebastianwr, wellcome!
@sebastianwr If you're interested, something that would be of particular value would be a sample application that shows the use of TyphoonStoryboard
s. . . on one of our client projects we've been playing with the Digicmarc SDK for image and audio recognition. . . I think this would make a fun sample.
Thanks and hello @alexgarbarev!
@jasperblues Sounds like a plan. I'll see what I can do. Should I extend a current project or make a new one that shows the usage of storyboards?
Hmmmm, good question. I was thinking of having another project that shows story boards, but there's a good argument to use just one. What do you think?
I think I'd prefer a kitchen sink project. As far as I remember, the project already contains the various injection methods to show the possibilities. Why not use a storyboard for something. We just need to have a valid use case to extend the app with something, I guess.
When I was pondering the "another app" approach I was thinking of using Digimarc:
Perhaps we can do the same with weather, with photos of: frosty mornings, monsoonal rains, etc. . (Not sure what to do with audio).
It does not have to be Digimarc though. . in fact maybe that's too complicated. . was just an idea I had, since its a fun SDK and we've have code showing it set up with Typhoon. . . (I can send you this if you like).
I like the idea of old jazz. Let's use this for another sample app. More sample apps -> more demonstrations of (entirely) different use cases.
:+1:
The test case failed since there is no
Configuration.properties
but aConfiguration.plist
in the bundle