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

Add SPM support #359

Merged
merged 11 commits into from May 4, 2020
Merged

Add SPM support #359

merged 11 commits into from May 4, 2020

Conversation

@pomozoff
Copy link
Contributor

@pomozoff pomozoff commented Nov 11, 2019

Description:
Add SPM support

Related issue(s): #358

@CLAassistant
Copy link

@CLAassistant CLAassistant commented Nov 11, 2019

CLA assistant check
All committers have signed the CLA.

pomozoff added 2 commits Nov 11, 2019
Instead of modifying them.
@pomozoff pomozoff force-pushed the pomozoff:master branch 7 times, most recently from ee53467 to 8d18379 Nov 11, 2019
@pomozoff pomozoff force-pushed the pomozoff:master branch from 8d18379 to 5b39840 Nov 11, 2019
@mpodeszwa
Copy link

@mpodeszwa mpodeszwa commented Feb 13, 2020

Hi @sbarow , could you please take a look at this PR? 🙂

@tinder-maxwellelliott
Copy link

@tinder-maxwellelliott tinder-maxwellelliott commented Apr 16, 2020

@Leland-Takamine Can we land this to get Travis working again?

@tinder-maxwellelliott
Copy link

@tinder-maxwellelliott tinder-maxwellelliott commented Apr 16, 2020

Welp gotta get their attention somehow https://twitter.com/elliomax/status/1250814239846961153

name: "RIBsTests",
dependencies: ["RIBs"],
path: "ios/RIBsTests",
exclude: ["ComponentizedBuilderTests.swift", "MultiStageComponentizedBuilderTests.swift"]

This comment has been minimized.

@kovpas

kovpas May 2, 2020
Contributor

Why did you exclude these two?

This comment has been minimized.

@pomozoff

pomozoff May 2, 2020
Author Contributor

Unfortunately, I don't remember. I've added them back and seems like everything builds well.

@kovpas
Copy link
Contributor

@kovpas kovpas commented May 2, 2020

Hey @pomozoff, thanks for contribution and sorry for the delay! I've added a comment, please have a look.

@kovpas
Copy link
Contributor

@kovpas kovpas commented May 3, 2020

Thanks @pomozoff. Could you please revert the changes to the templates though? Let's keep this one out of this PR.
Also, travis is failing, I believe because of the iOS simulator version - 13.2 is not available there anymore.

.travis.yml Outdated
- IOS_SDK=iphonesimulator12.2
- IOS_VER=12.2 # Tests must run at the same OS version as $IOS_SDK
- IOS_SDK=iphonesimulator13.2
- IOS_VER=13.2 # Tests must run at the same OS version as $IOS_SDK

This comment has been minimized.

@kovpas

kovpas May 3, 2020
Contributor

This one should be 13.2.2 in order for build to pass, I believe

@pomozoff pomozoff force-pushed the pomozoff:master branch from b0f7d27 to fcf2a8b May 3, 2020
@pomozoff pomozoff force-pushed the pomozoff:master branch from 240b784 to 2ca897b May 3, 2020
@kovpas
Copy link
Contributor

@kovpas kovpas commented May 3, 2020

Thanks @pomozoff. Mind also reverting the changes to the templates?

@pomozoff
Copy link
Contributor Author

@pomozoff pomozoff commented May 4, 2020

@kovpas, oops, haven't seen my local changes are in the master, reverted them back

.travis.yml Outdated
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- IOS_SDK=iphonesimulator12.2
- IOS_VER=12.2 # Tests must run at the same OS version as $IOS_SDK
# - IOS_VER=$( xcrun --sdk iphonesimulator --show-sdk-version ) # Tests must run at the same OS version as $IOS_SDK

This comment has been minimized.

@kovpas

kovpas May 4, 2020
Contributor

Please remove

@kovpas
Copy link
Contributor

@kovpas kovpas commented May 4, 2020

Thanks! Please fix one little nit and I'll merge this one in.

@kovpas
kovpas approved these changes May 4, 2020
Copy link
Contributor

@kovpas kovpas left a comment

Looks good to me. Thanks @pomozoff! 👍

@kovpas kovpas merged commit bfa19bf into uber:master May 4, 2020
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
license/cla Contributor License Agreement is signed.
Details
@kovpas kovpas mentioned this pull request May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.