-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ObjC AnyPromise and SwiftPackageManager (SPM) #1193
base: v6
Are you sure you want to change the base?
Commits on May 27, 2021
-
Made AnyPromise available as a "normal" type to both Swift and Object…
…ive-C even when used with Swift Packe Manager.
Configuration menu - View commit details
-
Copy full SHA for e858bdf - Browse repository at this point
Copy the full SHA e858bdfView commit details -
Split up the PromiseKit package into two targets. One for pure Swift …
…and another for Objective-C Targets must be Swift or Objective-C only. Mixing languages in one target is not supported by SPM. Both targets get integrated into the PromiseKit library product
Configuration menu - View commit details
-
Copy full SHA for 1e2e117 - Browse repository at this point
Copy the full SHA 1e2e117View commit details -
Set public header path so that Objective-C projects can include and find "PromiseKit.h" In Objective-C projects @import PromiseKitObjC; can be used as well.
Configuration menu - View commit details
-
Copy full SHA for 32a6226 - Browse repository at this point
Copy the full SHA 32a6226View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3af24 - Browse repository at this point
Copy the full SHA fc3af24View commit details -
Reversed some earlier changes because a forward declaration of AnyPro…
…mise is sufficient at this point.
Configuration menu - View commit details
-
Copy full SHA for 3e4953d - Browse repository at this point
Copy the full SHA 3e4953dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6faf064 - Browse repository at this point
Copy the full SHA 6faf064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebcca4 - Browse repository at this point
Copy the full SHA 9ebcca4View commit details -
Changed visibility of box to internal because it it used in an extens…
…ion to AnyPromise in the file CustomStringConvertible.swift
Configuration menu - View commit details
-
Copy full SHA for 39d433e - Browse repository at this point
Copy the full SHA 39d433eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 928257c - Browse repository at this point
Copy the full SHA 928257cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee834d - Browse repository at this point
Copy the full SHA 2ee834dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4af4bc - Browse repository at this point
Copy the full SHA d4af4bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d57f105 - Browse repository at this point
Copy the full SHA d57f105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 355f893 - Browse repository at this point
Copy the full SHA 355f893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3107c51 - Browse repository at this point
Copy the full SHA 3107c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e77c7c - Browse repository at this point
Copy the full SHA 1e77c7cView commit details
Commits on Jul 13, 2021
-
Changed package.swift for swift versions >= 5.3 to also include the P…
…romiseKitObjC target. This makes AnyPromise available when PromiseKit is included with SPM for Swift versions >= 5.3
Configuration menu - View commit details
-
Copy full SHA for 26b5b6e - Browse repository at this point
Copy the full SHA 26b5b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10de79f - Browse repository at this point
Copy the full SHA 10de79fView commit details