-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine Worker #104
Combine Worker #104
Conversation
1e59af3
to
9f0b8fc
Compare
f1c1a20
to
ecf518d
Compare
Samples/WorkflowCombineSampleApp/WorkflowCombineSampleApp.xcodeproj/project.pbxproj
Outdated
Show resolved
Hide resolved
Samples/WorkflowCombineSampleApp/WorkflowCombineSampleApp/Info.plist
Outdated
Show resolved
Hide resolved
...CombineSampleApp/WorkflowCombineSampleApp/Assets.xcassets/AccentColor.colorset/Contents.json
Outdated
Show resolved
Hide resolved
Samples/WorkflowCombineSampleApp/WorkflowCombineSampleApp/Base.lproj/LaunchScreen.storyboard
Outdated
Show resolved
Hide resolved
Samples/WorkflowCombineSampleApp/WorkflowCombineSampleApp/DemoWorker.swift
Outdated
Show resolved
Hide resolved
Samples/WorkflowCombineSampleApp/WorkflowCombineSampleApp/DemoWorker.swift
Outdated
Show resolved
Hide resolved
...owCombineSampleApp/WorkflowCombineSampleAppUnitTests/WorkflowCombineSampleAppUnitTests.swift
Outdated
Show resolved
Hide resolved
6465719
to
eb089cc
Compare
eb089cc
to
2057460
Compare
21c91dd
to
1f971a8
Compare
1f971a8
to
07fd80a
Compare
Samples/WorkflowCombineSampleApp/WorkflowCombineSampleApp/ViewController.swift
Outdated
Show resolved
Hide resolved
import Foundation | ||
import Workflow | ||
|
||
@available(iOS 13.0, macOS 10.15, *) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we need these for each iOS 13+ API or if we can require iOS 13 at the library level. 🤔 cc: @amorde
120f752
to
c4d4d10
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳 🥂
This is awesome! Thank you @soorinpark!
Checklist