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

Adds IDEWorkspaceChecks.plist #923

Merged
merged 1 commit into from
Apr 2, 2018
Merged

Adds IDEWorkspaceChecks.plist #923

merged 1 commit into from
Apr 2, 2018

Conversation

sushichop
Copy link
Member

New Pull Request Checklist

  • I have read and understood the CONTRIBUTING guide

  • I have read the Documentation

  • I have searched for a similar pull request in the project and found none

  • I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)

  • I have added the required tests to prove the fix/feature I am adding

  • I have updated the documentation (if necessary)

  • I have run the tests and they pass

  • I have run the lint and it passes (pod lib lint)

Adds IDEWorkspaceChecks.plist that is created by Xcode 9.3.
According to Xcode 9.3 Release Notes, developers should commit this file after Xcode 9.3.

Xcode 9.3 adds a new IDEWorkspaceChecks.plist file to a workspace's shared data, to store the state of necessary workspace checks. Committing this file to source control will prevent unnecessary rerunning of those checks for each user opening the workspace. (37293167)

See Xcode 9.3 [Release Notes](https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html).

Xcode 9.3 adds a new IDEWorkspaceChecks.plist file to a workspace's shared data, to store the state of necessary workspace checks. Committing this file to source control will prevent unnecessary rerunning of those checks for each user opening the workspace. (37293167)
@codecov-io
Copy link

Codecov Report

Merging #923 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #923   +/-   ##
=======================================
  Coverage   21.56%   21.56%           
=======================================
  Files          14       14           
  Lines        3358     3358           
  Branches       43       43           
=======================================
  Hits          724      724           
  Misses       2628     2628           
  Partials        6        6

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3298738...2142b63. Read the comment docs.

@bpoplauschi bpoplauschi merged commit dfb8587 into CocoaLumberjack:master Apr 2, 2018
@sushichop sushichop deleted the PR/xcode0903-plist branch April 16, 2018 15:17
@bpoplauschi bpoplauschi added this to the 3.4.2 milestone Apr 17, 2018
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