appsquickly / typhoon-example

An example application built with Typhoon dependency injection framework.
Apache License 2.0
251 stars 59 forks source link

Fixed typo in test case #19

Closed sebastianwr closed 9 years ago

sebastianwr commented 9 years ago

The test case failed since there is no Configuration.properties but a Configuration.plist in the bundle

jasperblues commented 9 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?

jasperblues commented 9 years ago

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?

jasperblues commented 9 years ago

(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.

sebastianwr commented 9 years ago

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.

jasperblues commented 9 years ago

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.

sebastianwr commented 9 years ago

Thank you! Greatly appreciate this.

jasperblues commented 9 years ago

@sebastianwr You're very welcome. Thank you for your contributions. . Introducing @alexgarbarev the other main Typhoon contributor.

alexgarbarev commented 9 years ago

@sebastianwr, wellcome!

jasperblues commented 9 years ago

@sebastianwr If you're interested, something that would be of particular value would be a sample application that shows the use of TyphoonStoryboards. . . 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.

sebastianwr commented 9 years ago

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?

jasperblues commented 9 years ago

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?

sebastianwr commented 9 years ago

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.

jasperblues commented 9 years ago

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).

sebastianwr commented 9 years ago

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.

jasperblues commented 9 years ago

:+1: