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

Make initializing Platform with a string 'macos' behave the same as Platform.macos #602

Merged
merged 2 commits into from
Oct 24, 2019

Conversation

amorde
Copy link
Member

@amorde amorde commented Oct 24, 2019

This makes it easier for Platform consumers to use Platform.new to parse values from JSON, Info.plist files, etc. without having to manually map macos => osx in order for it to successfully match other platforms defined within CocoaPods.

@amorde amorde requested a review from dnkoutso October 24, 2019 03:46
@@ -29,8 +29,14 @@ module Pod
end

it 'can be initialized with a string symbolic name' do
Platform.new('ios')
@platform.name.should == :ios
platform = Platform.new('ios')
Copy link
Member Author

Choose a reason for hiding this comment

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

this was initializing a new platform and throwing it away, and then checking state initialized elsewhere. not an effective test

@dnkoutso dnkoutso added this to the 1.9 milestone Oct 24, 2019
@amorde amorde merged commit 088b3ae into master Oct 24, 2019
@amorde amorde deleted the amorde/macos-platform branch October 24, 2019 04:03
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