33 Commits
Author SHA1 Message Date
Fernando Martín Ortiz 465ebe3f64 Merge pull request #25 from davbeck/master
Fix callback handling
2017-11-08 19:18:25 -03:00
David Beck 89deaa7850 Fix callback handling
Callbacks need to be coallesced for multiple responders, and more importantly, called if no service responds.
2017-08-29 14:12:53 -07:00
Fernando Martín Ortiz e03cd1e487 Merge pull request #18 from stephanecopin/public-fix
Fix issue where open url was changed to public url
2017-05-23 16:51:26 -03:00
Stéphane Copin 704d2c7d30 Fix issue where open url was changed to public url 2017-05-18 14:14:16 +01:00
Fernando 97ead7c308 Solved warnings. 0.2.0 2017-05-16 09:52:34 -03:00
Fernando Martín Ortiz 66cbdc3f78 Merge pull request #17 from adamchalmers/master
Changed lifecycle methods from public to open
2017-05-15 15:43:20 -03:00
Adam Chalmers 50a8cb44cf Changed lifecycle methods from public to open
My company is using PluggableApplicationDelegate in our iOS codebase. We'd like to time each ApplicationService's didFinishLaunching and didBecomeActive methods, to find where we can get performance gains. My initial thought was to subclass PluggableApplicationDelegate and add timers to the relevant methods, but because they're public (not open) this isn't possible.
2017-05-15 13:18:17 -05:00
Fernando Martín Ortiz d129ee2680 Merge pull request #15 from stephanecopin/logic-refactor
Fix delegate method handling
2017-05-15 11:51:23 -03:00
Stéphane Copin 4119d0395f Fix logic when calling delegate methods from multiple services, so that they're never short-circuited. 2017-05-15 15:39:06 +01:00
Fernando Martín Ortiz 3ae9dbacc7 Merge pull request #11 from andrewcb/master
Boolean methods made more concise and functional by replacing loops with reduce expressions
2017-04-20 10:56:14 -03:00
acb dbc8e1e745 Boolean methods made more concise and functional by replacing loops with reduce expressions 2017-04-12 12:56:22 +01:00
Fernando Martín Ortiz 8e9091f109 Merge pull request #9 from DKOG/master
Remove `:git =>` from the podfile installation string
2017-04-07 11:49:13 -03:00
Daniel Kloeck 3a045a0904 Remove :git => from the podfile installation string 2017-04-07 10:34:35 +02:00
Fernando Martín Ortiz 4ed80bf050 Merge pull request #7 from harmjanr/master
Changed return value
2017-04-04 17:47:38 -03:00
Harm-Jan Roskam 283cf142f3 Return result instead of true. The whole for loop is useless if true is returned. 2017-04-04 15:05:11 +02:00
Fernando Ortiz e400f10779 Merge branch 'master' of https://github.com/fmo91/PluggableApplicationDelegate 2017-04-04 01:12:13 -03:00
Fernando Ortiz 9b53d401d3 Bugfixing 0.1.2 2017-04-04 01:11:49 -03:00
Fernando Martín Ortiz c20435566e Merge pull request #6 from loopsocial/feature/carthage
Share the main scheme so Carthage can pick it up
2017-04-03 23:46:35 -03:00
Jakub Petrík f12323e1b0 Share main scheme 2017-04-03 13:25:08 -07:00
Fernando Ortiz d5d08bf252 Bugfixing 0.1.1 2017-04-02 18:35:25 -03:00
Fernando Martín Ortiz 8b5145090c Merge pull request #5 from SimonFairbairn/DeprecationWarning
Fixes issue #2
2017-03-30 16:30:36 -03:00
Simon Fairbairn 9cf41812fc Fixes deprecation warning when building for iOS 10 2017-03-30 11:17:12 +02:00
Fernando Martín Ortiz 44d4efd4d5 Update README.md 2017-03-19 10:35:22 -03:00
Fernando Martín Ortiz 3280ff38a3 Merge pull request #1 from MariuszWisniewski/patch-1
Change Obj-C style lazy into new new Swift-style lazy
2017-03-10 10:18:35 -03:00
Mariusz Wisniewski 2d0a9baeec True lazy variable
Change __services and _services into just one lazy variable
2017-03-10 14:15:03 +01:00
Fernando Martín Ortiz f2b0035d85 Update README.md 2017-02-27 09:03:15 -08:00
Fernando Ortiz 411f0dc5e3 Merge branch 'master' of https://github.com/fmo91/PluggableApplicationDelegate 2017-02-26 22:01:21 -03:00
Fernando Ortiz 93c349ad31 Updated podspec 0.1.0 2017-02-26 22:00:53 -03:00
Fernando Martín Ortiz 993d460688 Update README.md 2017-02-26 21:55:59 -03:00
Fernando Martín Ortiz d6d38f69eb Update README.md 2017-02-26 21:54:34 -03:00
Fernando Ortiz 9349795d25 Modified README.md 2017-02-26 21:23:17 -03:00
Fernando Ortiz b0145d7489 Working status 2017-02-26 20:36:13 -03:00
Fernando Ortiz 891e7aa762 Initial commit 2017-02-25 15:59:22 -03:00