Skip to content
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

macOS Compatibility #218

Merged
merged 12 commits into from
Jan 17, 2017
Merged

macOS Compatibility #218

merged 12 commits into from
Jan 17, 2017

Conversation

avery-pierce
Copy link
Contributor

@avery-pierce avery-pierce commented Jan 16, 2017

Enables macOS compatibility via cocoapods. See #216

Note: The current version of OLMKit currently won't work with a macOS build target over cocoapods. I forked the OLMKit repository at https://github.com/aapierce0/OLMKit which updates the podspec to include a macOS deployment target. (I also replaced a UIKit import with Foundation) That should be the only change that's needed for macOS compatibility.

Signed-off-by: Avery Pierce aapierce0@gmail.com

Copy link
Contributor

@manuroe manuroe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks a lot for this PR.

pod lib lint reports 2 warnings. Could you please fix them?

 -> MatrixSDK (0.7.4)
    - WARN  | [OSX] xcodebuild:  /Users/manu/tmp/matrix-ios-sdk/MatrixSDK/Data/Store/MXFileStore/MXFileStore.m:481:17: warning: unused variable 'startDate' [-Wunused-variable]
    - WARN  | [OSX] xcodebuild:  /Users/manu/tmp/matrix-ios-sdk/MatrixSDK/Data/MXRoom.m:713:48: warning: null passed to a callee that requires a non-null argument [-Wnonnull]

@avery-pierce
Copy link
Contributor Author

That should do it.

@manuroe manuroe merged commit 045ea2f into matrix-org:develop Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants