-
Notifications
You must be signed in to change notification settings - Fork 43
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
XcodeTask must distinguish ios vs osx for Xcode 7 #488
Milestone
Comments
I believe this is how it could be done.
I'll experiment to make sure this works. Podspec Documentation: |
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 13, 2015
- separate iOS and OS X libraries for j2objc - separate iOS and OS X libraries built libraries TODO: - ExceptionHandling library for OS X Fixes j2objc-contrib#488
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 13, 2015
- separate iOS and OS X libraries for j2objc - separate iOS and OS X libraries built libraries - min deployment target (default): iOS (8.3), OS X (10.8) & watchOS (2.0) - Standardize buildType on uppercase ‘Debug’ and ‘Release’ Fixes j2objc-contrib#488
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 13, 2015
- separate iOS and OS X libraries for j2objc - separate iOS and OS X libraries built libraries - min deployment target (default): iOS (8.3), OS X (10.8) & watchOS (2.0) - Standardize buildType on uppercase ‘Debug’ and ‘Release’ Fixes j2objc-contrib#488
brunobowden
added a commit
to brunobowden/j2objc-gradle
that referenced
this issue
Oct 13, 2015
- separate iOS and OS X libraries for j2objc - separate iOS and OS X libraries built libraries - min deployment target (default): iOS (8.3), OS X (10.8) & watchOS (2.0) - Standardize buildType on uppercase ‘Debug’ and ‘Release’ - Link to ExceptionHandling library only on OS X Fixes j2objc-contrib#488
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@brunobowden - can the pod config specify:
The text was updated successfully, but these errors were encountered: