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

[Fixtures] Updated CommonBuildSettings with Xcode 8.2.1 #468

Merged
merged 10 commits into from
Mar 26, 2017

Conversation

louisdh
Copy link
Contributor

@louisdh louisdh commented Feb 24, 2017

Updated Common Build Settings with Xcode 8.2.1.
Also updated gems to fix bundler install.

This updates the default build settings. Including the default optimization level for Swift release targets, which is now whole module optimization.

@louisdh louisdh changed the title [Fixtures] Updated CommonBuildSettings [Fixtures] Updated CommonBuildSettings with Xcode 8.2.1 Feb 24, 2017
@louisdh
Copy link
Contributor Author

louisdh commented Feb 24, 2017

Spec failures now at 19 (down from 46)

@louisdh
Copy link
Contributor Author

louisdh commented Feb 24, 2017

All spec failures have been resolved, but now Rubocop is complaining 😕

@louisdh
Copy link
Contributor Author

louisdh commented Feb 24, 2017

CI is happy now 😪
@segiddins Ready to merge?

'SWIFT_OPTIMIZATION_LEVEL' => '-Onone',
'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'DEBUG',
}.freeze,
[:release, :application, :swift] => {
Copy link
Member

Choose a reason for hiding this comment

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

The separate entry for applications shouldn't be necessary

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, removed it

@@ -3,15 +3,17 @@
@implementation ViewController

- (void)viewDidLoad {
[super viewDidLoad];
[super viewDidLoad];
Copy link
Member

Choose a reason for hiding this comment

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

What's with all these indentation changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, my Xcode settings seem to use tabs, but that doesn't really matter here does it? (basically unused code)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you want me to change the indentation to spaces?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indentation has been changed to 4 spaces.

@louisdh
Copy link
Contributor Author

louisdh commented Feb 28, 2017

@segiddins Anything else you'd like to see different?

@louisdh
Copy link
Contributor Author

louisdh commented Mar 23, 2017

@segiddins Can this be merged?

@segiddins
Copy link
Member

Looks good to me

@benasher44 benasher44 merged commit 2c48144 into CocoaPods:master Mar 26, 2017
@benasher44
Copy link
Member

@louisdh thanks!

benasher44 added a commit that referenced this pull request Mar 26, 2017
@louisdh louisdh deleted the common_build_settings branch March 26, 2017 10:29
@benasher44
Copy link
Member

@louisdh with the release of Xcode 8.3, we'd certainly appreciate another PR if you find that there are more settings that need updating! :)

@louisdh
Copy link
Contributor Author

louisdh commented Mar 28, 2017

Ok, I'll take a look. I'm glad this got merged since the diff. between 8.2.1 and 8.3 will be much smaller than this PR 🙂

@benasher44
Copy link
Member

I agree :). Thanks again for having a look!

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.

3 participants